diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-02 21:48:46 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-02 21:54:10 +1030 |
commit | 6c2573b7abfc3a504b902e46169cc521b6aa5eb7 (patch) | |
tree | 070a15300ba57dbe7d10160875e049edb4ad7d38 /ld/ChangeLog | |
parent | 0c4bd9d97731e2cdff46efa7e7325e4716641a59 (diff) | |
download | fsf-binutils-gdb-6c2573b7abfc3a504b902e46169cc521b6aa5eb7.zip fsf-binutils-gdb-6c2573b7abfc3a504b902e46169cc521b6aa5eb7.tar.gz fsf-binutils-gdb-6c2573b7abfc3a504b902e46169cc521b6aa5eb7.tar.bz2 |
xlc -z relro toc section fixes
Moving .toc out of .got caused us to lose toc sorting and multi-toc
support.
* emultempl/ppc64elf.em (toc_section_name): New var.
(ppc_after_open): Set it.
(ppc_before_allocation): Use it.
(gld${EMULATION_NAME}_after_allocation): Here too.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c889769..472cf36 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2015-02-02 Alan Modra <amodra@gmail.com> + + * emultempl/ppc64elf.em (toc_section_name): New var. + (ppc_after_open): Set it. + (ppc_before_allocation): Use it. + (gld${EMULATION_NAME}_after_allocation): Here too. + 2015-01-29 H.J. Lu <hongjiu.lu@intel.com> * ldfile.c (ldfile_try_open_bfd): Replace plugin_active_plugins_p() |