diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-08 17:05:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-08 17:08:45 -0700 |
commit | 82d8e420ab39cf227aa8e0869a54fb0a29b0a00d (patch) | |
tree | 70c405bc0bec4d338e6dc18c4e0d5edbbde848c5 /ld/ChangeLog | |
parent | 11161a6e382f7585ed2971b3c8d5af1d5fa34b8c (diff) | |
download | binutils-gdb-82d8e420ab39cf227aa8e0869a54fb0a29b0a00d.tar.gz |
Enable ELF ld_list_options for --enable-targets=all
When --enable-targets=all is used with non-ELF target, we should enable
ELF ld_list_options.
* configure.ac (elf_list_options): Set to TRUE for
--enable-targets=all.
(elf_shlib_list_options): Likewise.
(elf_plt_unwind_list_options): Likewise.
* configure: Regenerated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b83c11e255b..9807eabfb90 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2015-04-08 H.J. Lu <hongjiu.lu@intel.com> + * configure.ac (elf_list_options): Set to TRUE for + --enable-targets=all. + (elf_shlib_list_options): Likewise. + (elf_plt_unwind_list_options): Likewise. + * configure: Regenerated. + +2015-04-08 H.J. Lu <hongjiu.lu@intel.com> + * emulparams/elf32bmipn32-defs.sh: Skip empty EMULATION_NAME. 2015-04-08 H.J. Lu <hongjiu.lu@intel.com> |