X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=d00724f93f5ddc4fc09653606cfaee1842043305;hb=9eabd47532d5452e0506e92e395d0274578c870e;hp=864f69b4323d2fddc7c1eb1723e16a9bb8044645;hpb=300475fe9d2e1ffb2ea4bb7f7d3fe9a11bbf8c43;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 864f69b432..d00724f93f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,34 @@ +2005-02-11 Zack Weinberg + + * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): + If st.st_ino is zero, do not treat the library as a duplicate. + +2005-02-10 Jakub Jelinek + + * emultempl/hppaelf.em (hppaelf_create_output_section_statements): + Set BFD_LINKER_CREATED on the stubs bfd. + * emultempl/ppc64elf.em (ppc_create_output_section_statements): + Likewise. + +2005-02-08 Mark Mitchell + + * scripttempl/armbpabi.sc (VERSION): Make special section symbols + local. + (Image$$ER_RO$$Base): Define whenever RELOCATING. + (Image$$ER_RO$$Limit): Likewise. + (SHT$$INIT_ARRAY$$Base): Likewise. + (SHT$$INIT_ARRAY$$Limit): Likeise. + +2005-02-10 Ben Elliston + + * emultempl/beos.em: Remove #if 0 and #if 1 blocks. + +2005-02-08 Richard Sandiford + + * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath + to include o32 and n64 emulations. + (mips64*-*-linux-gnu*): Likewise. + 2005-02-08 Hans-Peter Nilsson * ldmain.c (warning_callback, warning_find_reloc): Prepend @@ -43,7 +74,7 @@ (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX. (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx. (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx. - (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX. + (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX. * NEWS: Mention --fix-v4bx. * ld.texinfo: Document --fix-v4bx. @@ -54,8 +85,8 @@ * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment. Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}. Put .init_array, .fini_array, etc. into the read-only data - segment. - + segment. + 2005-01-25 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.