diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
commit | 33b7f697881b159568524c5bab0ab28fb1b2700f (patch) | |
tree | b777c30a9a58b540f1eab29fe404549ee7c0d6c5 /gas/config/te-generic.h | |
parent | 29dfb2ac4ced1ff1f8ebc56d494667daf49ed2d6 (diff) | |
download | gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.zip gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.gz gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.bz2 |
* config/atof-tahoe.c: Fix comment typos.
* config/m68k-parse.y: Likewise.
* config/obj-aout.c: Likewise.
* config/obj-bout.c: Likewise.
* config/obj-vms.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-tic4x.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/te-delt88.h: Likewise.
* config/te-delta.h: Likewise.
* config/te-generic.h: Likewise.
* config/te-macos.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-psos.h: Likewise.
* config/te-sun3.h: Likewise.
* config/te-tmips.h: Likewise.
* config/xtensa-relax.c: Likewise.
Diffstat (limited to 'gas/config/te-generic.h')
-rw-r--r-- | gas/config/te-generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/te-generic.h b/gas/config/te-generic.h index b8eda45..400a576 100644 --- a/gas/config/te-generic.h +++ b/gas/config/te-generic.h @@ -6,7 +6,7 @@ * compile, and copying as an aid for testing and porting. xoxorich. */ -/* Added these, because if we don't know what we're targetting we may +/* Added these, because if we don't know what we're targeting we may need an assembler version of libgcc, and that will use local labels. */ #define LOCAL_LABELS_DOLLAR 1 |