diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-01-14 18:54:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-01-14 18:54:06 +0000 |
commit | bfb32b5207ace0393bdab29a2c1d832597fd74b5 (patch) | |
tree | beca9a264df446f49641ae72b347df7dc2a80bf3 /gas/config/tc-d10v.c | |
parent | d952f17a9d09977cb55327f87ec5f83e7c242320 (diff) | |
download | gdb-bfb32b5207ace0393bdab29a2c1d832597fd74b5.zip gdb-bfb32b5207ace0393bdab29a2c1d832597fd74b5.tar.gz gdb-bfb32b5207ace0393bdab29a2c1d832597fd74b5.tar.bz2 |
2001-01-14 Kazu Hirata <kazu@hxi.com>
* config/tc-alpha.c: Fix formatting.
* config/tc-arc.c: Likewise.
* config/tc-arc.h: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-vax.c: Likewise.
Diffstat (limited to 'gas/config/tc-d10v.c')
-rw-r--r-- | gas/config/tc-d10v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index ff05b67..85cfe87 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -72,7 +72,7 @@ typedef int packing_type; static packing_type etype = PACK_UNSPEC; /* Used by d10v_cleanup. */ /* True if instruction swapping warnings should be inhibited. - --nowarnswap. */ + --nowarnswap. */ static boolean flag_warn_suppress_instructionswap; /* True if instruction packing should be performed when --gstabs is specified. |