*** empty log message ***
This commit is contained in:
parent
94dfea5dd6
commit
cdbb0887ba
2 changed files with 0 additions and 10 deletions
|
@ -3,12 +3,6 @@
|
||||||
* config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
|
* config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
|
||||||
class of the non-debug symbol is C_NULL.
|
class of the non-debug symbol is C_NULL.
|
||||||
|
|
||||||
2001-07-10 John Healy <jhealy@redhat.com>
|
|
||||||
|
|
||||||
* config/obj-elf.c (obj_elf_section): md_elf_section_change_data_hook
|
|
||||||
added to grab section information after it's been extracted from the
|
|
||||||
.section directive.
|
|
||||||
|
|
||||||
2001-07-10 Anders Norlander <anorland@synergenix.se>
|
2001-07-10 Anders Norlander <anorland@synergenix.se>
|
||||||
|
|
||||||
* doc/as.texinfo (Incbin): Fix grammatical errors.
|
* doc/as.texinfo (Incbin): Fix grammatical errors.
|
||||||
|
|
|
@ -982,10 +982,6 @@ obj_elf_section (push)
|
||||||
attr &= SHF_MERGE;
|
attr &= SHF_MERGE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef md_elf_section_change_data_hook
|
|
||||||
md_elf_section_change_data_hook (name, type, attr, entsize, push);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
obj_elf_change_section (name, type, attr, entsize, push);
|
obj_elf_change_section (name, type, attr, entsize, push);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue