forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user