* ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common
section. PR 11749.
This commit is contained in:
parent
9f39d8731a
commit
d73d49a472
1 changed files with 20 additions and 0 deletions
20
ld/ChangeLog
20
ld/ChangeLog
|
@ -1,3 +1,22 @@
|
|||
Wed Feb 26 11:51:44 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common
|
||||
section.
|
||||
|
||||
Tue Feb 25 20:38:11 1997 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* configure.tgt (mips*-*-lnews*): New target.
|
||||
* Makefile.in (emipslnews.c): New target.
|
||||
* emulparams/mipslnews.sh: New file.
|
||||
|
||||
Tue Feb 25 16:04:09 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* emultempl/elf32.em (hold_interp): New static variable.
|
||||
(gld${EMULATION_NAME}_place_orphan): Put loadable .note sections
|
||||
after hold_interp. Choose a unique output section name.
|
||||
(gld${EMULATION_NAME}_place_section): Don't set hold_use if the
|
||||
SEC_LOAD or SEC_ALLOC flags differ. Set hold_interp.
|
||||
|
||||
Mon Feb 24 18:16:09 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
From Eric Youngdale <eric@andante.jic.com>:
|
||||
|
@ -31,6 +50,7 @@ Mon Feb 24 18:16:09 1997 Ian Lance Taylor <ian@cygnus.com>
|
|||
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
|
||||
Pass lang_elf_version_info to size_dynamic_sections.
|
||||
* scripttempl/elf.sc: Add .gnu.version sections.
|
||||
* ld.texinfo: Document symbol versioning.
|
||||
|
||||
start-sanitize-d30v
|
||||
Fri Feb 21 17:37:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
|
||||
|
|
Loading…
Reference in a new issue