diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 22:05:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 22:05:08 +0000 |
commit | 82efde3a56791e66bb9f241341df3e8d6a18247e (patch) | |
tree | 9e9180f0f8f06e72ac41fd447cac53e3396ef859 /gas/config/tc-m32r.c | |
parent | a75214e5d442529a6eb46a5e988076e3a1c2a47d (diff) | |
download | gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.zip gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.tar.gz gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.tar.bz2 |
2000-09-20 Kazu Hirata <kazu@hxi.com>
* config/tc-m32r.c: Fix formatting.
* config/tc-m32r.h: Likewise.
* config/tc-m68851.h: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68hc11.h: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mips.h: Likewise.
* config/tc-mn10200.h: Likewise.
* config/tc-mn10300.h: Likewise.
Diffstat (limited to 'gas/config/tc-m32r.c')
-rw-r--r-- | gas/config/tc-m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 3dadaa0..4bf21da 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -128,7 +128,7 @@ const char FLT_CHARS[] = "dD"; In order to implement this, we keep track of each unmatched HI relocation. We then sort them so that they immediately precede the - corresponding LO relocation. */ + corresponding LO relocation. */ struct m32r_hi_fixup { |