[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/20866] "-z combreloc" doesn't work on alpha
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/20866] "-z combreloc" doesn't work on alpha |
Date: |
Sun, 27 Nov 2016 02:17:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20866
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
I can't reproduce any problem using current binutils-2.27 sources and a gcc-7
cross compiler. ie. all the combinations of compiler and linker options I've
tried produce exactly the same binary regardless of whether I use
srelaplt = bfd_get_linker_section (dynobj, ".rela.plt");
or
srelaplt = bfd_get_linker_section (output_bfd, ".rela.plt");
in elf64_alpha_finish_dynamic_sections.
Please give details on how to reproduce a bad binary.
--
You are receiving this mail because:
You are on the CC list for the bug.