|
|
|
@ -1,22 +1,27 @@ |
|
|
|
2000-07-20 H.J. Lu <hjl@gnu.org> |
|
|
|
|
|
|
|
* emultempl/elf32.em (gld_${EMULATION_NAME}_list_options): |
|
|
|
Print out ignored -z options. |
|
|
|
|
|
|
|
2000-07-19 H.J. Lu <hjl@gnu.org> |
|
|
|
|
|
|
|
* elf32-arm.h (elf32_arm_size_dynamic_sections): Also set |
|
|
|
DF_TEXTREL if DT_TEXTREL is set. |
|
|
|
* elf32-i370.c (i370_elf_size_dynamic_sections): Likewise. |
|
|
|
* elf32-i386.c (elf_i386_size_dynamic_sections): Likewise. |
|
|
|
* elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise. |
|
|
|
* elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise. |
|
|
|
* elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise. |
|
|
|
* elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise. |
|
|
|
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise. |
|
|
|
* elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise. |
|
|
|
* elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise. |
|
|
|
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise. |
|
|
|
|
|
|
|
* bfd/elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also |
|
|
|
set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if |
|
|
|
DT_RPATH is set. |
|
|
|
Set the DT_FLAGS and DT_FLAGS_1 entries if necessary. |
|
|
|
* emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed. |
|
|
|
(PARSE_AND_LIST_PROLOGUE): New. |
|
|
|
(PARSE_AND_LIST_LONGOPTS): Likewise. |
|
|
|
(PARSE_AND_LIST_OPTIONS): Likewise. |
|
|
|
(PARSE_AND_LIST_ARGS_CASES): Likewise. |
|
|
|
|
|
|
|
* ldmain.c (main): Clear link_info.flags and link_info.flags_1. |
|
|
|
|
|
|
|
* lexsup.c (ld_options): Comment out 'z'. |
|
|
|
(parse_args): Likewise. |
|
|
|
|
|
|
|
* emultempl/elf32.em: Include "elf/common.h". |
|
|
|
(gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z |
|
|
|
options. |
|
|
|
(gld_${EMULATION_NAME}_list_options): Likewise. |
|
|
|
|
|
|
|
* ld.texinfo: Add documentation for the recognized -z options. |
|
|
|
|
|
|
|
2000-07-19 H.J. Lu <hjl@gnu.org> |
|
|
|
|
|
|
|
|