From: Ian Lance Taylor Date: Wed, 26 Feb 1997 16:53:34 +0000 (+0000) Subject: * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d73d49a4724a03583bec7cba4a1bf177a9620ae2;p=binutils-gdb.git * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common section. PR 11749. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 0dd8ff5c6c2..609a6a197d5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +Wed Feb 26 11:51:44 1997 Ian Lance Taylor + + * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common + section. + +Tue Feb 25 20:38:11 1997 Stan Shebs + + * 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 + + * 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 From Eric Youngdale : @@ -31,6 +50,7 @@ Mon Feb 24 18:16:09 1997 Ian Lance Taylor * 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