diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 00:01:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 00:01:55 +0000 |
commit | aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46 (patch) | |
tree | f08db8f5359c10fc934ac289f58572b58944a0a0 /gas/config/obj-ieee.c | |
parent | 43d6b3f90efaa74d96b47f1e3abee0fcb37058e5 (diff) | |
download | gdb-aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46.zip gdb-aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46.tar.gz gdb-aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46.tar.bz2 |
* config/obj-aout.h: Fix comment typos.
* config/obj-bout.h: Likewise.
* config/obj-coff.c: Likewise.
* config/obj-coff.h: Likewise.
* config/obj-elf.c: Likewise.
* config/obj-ieee.c: Likewise.
* config/obj-som.c: Likewise.
* config/obj-vms.c: Likewise.
* config/obj-vms.h: Likewise.
Diffstat (limited to 'gas/config/obj-ieee.c')
-rw-r--r-- | gas/config/obj-ieee.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-ieee.c b/gas/config/obj-ieee.c index 1846a92..6fb301b 100644 --- a/gas/config/obj-ieee.c +++ b/gas/config/obj-ieee.c @@ -264,7 +264,7 @@ do_relocs_for (idx) from = from->fx_next; } - /* Attatch to the section. */ + /* Attach to the section. */ section->orelocation = reloc_ptr_vector; section->reloc_count = nrelocs; section->flags |= SEC_LOAD; @@ -496,7 +496,7 @@ obj_symbol_new_hook (symbolP) #ifndef SUB_SEGMENT_ALIGN #ifdef HANDLE_ALIGN -/* The last subsegment gets an aligment corresponding to the alignment +/* The last subsegment gets an alignment corresponding to the alignment of the section. This allows proper nop-filling at the end of code-bearing sections. */ #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \ |