diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-11 09:53:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-11 09:53:52 +0000 |
commit | 5d6255fea654e42fc10353d52f60cf56970744d5 (patch) | |
tree | 55b11d0a3f39b168aea588c3399ede5da1069eaf /gas/config/tc-tic54x.c | |
parent | 690cc98be923a111371d20301574c840d628a634 (diff) | |
download | gdb-5d6255fea654e42fc10353d52f60cf56970744d5.zip gdb-5d6255fea654e42fc10353d52f60cf56970744d5.tar.gz gdb-5d6255fea654e42fc10353d52f60cf56970744d5.tar.bz2 |
* config/obj-coff.h: Fix formatting.
* config/tc-mcore.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/tc-openrisc.c: Likewise.
* config/tc-or32.c: Likewise.
* config/tc-pdp11.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-ppc.h: Likewise.
* config/tc-sh64.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-xstormy16.c: Likewise.
* config/tc-xstormy16.h: Likewise.
Diffstat (limited to 'gas/config/tc-tic54x.c')
-rw-r--r-- | gas/config/tc-tic54x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index 7368d82..b1c7c21 100644 --- a/gas/config/tc-tic54x.c +++ b/gas/config/tc-tic54x.c @@ -1712,7 +1712,7 @@ tic54x_float_cons (type) /* The argument is capitalized if it should be zero-terminated 's' is normal string with upper 8-bits zero-filled, 'p' is packed. - Code copied from stringer, and slightly modified so that strings are packed + Code copied from stringer, and slightly modified so that strings are packed and encoded into the correct octets. */ static void @@ -3325,7 +3325,7 @@ md_begin () tm->name, hash_err); } parop_hash = hash_new (); - for (tm = (template *) tic54x_paroptab; tm->name; tm++) + for (tm = (template *) tic54x_paroptab; tm->name; tm++) { if (hash_find (parop_hash, tm->name)) continue; |