diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-04 09:17:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-16 13:57:07 -0700 |
commit | 5005041f0833c81bfa6d92909ecee2fd8cdf83a2 (patch) | |
tree | 88a99ee02f7720a3ab921c85cf18b3d01ae5c8aa /ld/emultempl/ppc32elf.em | |
parent | 774ee6d252eba19d3e23c936d14bfc1f7fa70651 (diff) | |
download | binutils-gdb-5005041f0833c81bfa6d92909ecee2fd8cdf83a2.tar.gz |
Add lto and none-lto input support for ld -r
Diffstat (limited to 'ld/emultempl/ppc32elf.em')
-rw-r--r-- | ld/emultempl/ppc32elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ppc32elf.em b/ld/emultempl/ppc32elf.em index bbf3ce0ff58..85c7d2639ac 100644 --- a/ld/emultempl/ppc32elf.em +++ b/ld/emultempl/ppc32elf.em @@ -215,7 +215,7 @@ ppc_finish (void) { if (params.ppc476_workaround) lang_for_each_statement (no_zero_padding); - finish_default (); + gld${EMULATION_NAME}_finish (); } EOF |