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/obj-vms.c | |
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/obj-vms.c')
-rw-r--r-- | gas/config/obj-vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c index 8df0fcd..bb62693 100644 --- a/gas/config/obj-vms.c +++ b/gas/config/obj-vms.c @@ -817,7 +817,7 @@ VMS_TBT_Routine_Begin (symbolS *symbolP, int Psect) /* Write a Traceback Routine End record. We *must* search the symbol table to find the next routine, since the - assember has a way of reassembling the symbol table OUT OF ORDER Thus + assembler has a way of reassembling the symbol table OUT OF ORDER Thus the next routine in the symbol list is not necessarily the next one in memory. For debugging to work correctly we must know the size of the routine. */ |