diff options
author | James Clarke <jrtc27@jrtc27.com> | 2016-06-28 12:00:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-28 12:00:56 +0100 |
commit | 7160c10d6530b79ea45d435933b07765f610f54d (patch) | |
tree | 16edffe83c4a976ac178ae15d6f7a0306c89c603 /gold/ChangeLog | |
parent | 6c9a7fb62fcddbcafba8ab765e6fe190482c3d0a (diff) | |
download | gdb-7160c10d6530b79ea45d435933b07765f610f54d.zip gdb-7160c10d6530b79ea45d435933b07765f610f54d.tar.gz gdb-7160c10d6530b79ea45d435933b07765f610f54d.tar.bz2 |
Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.
bfd * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.
gold * sparc.cc (Target_sparc::Scan::local): Don't convert R_SPARC_32
to R_SPARC_RELATIVE if class is ELFCLASS64.
(Target_sparc::Scan::global): Likewise.
ld * testsuite/ld-elf/symbolic-func.r: Allow non-zero offsets from
.text.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0bf521d..1a52b85 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2016-06-28 James Clarke <jrtc27@jrtc27.com> + + * sparc.cc (Target_sparc::Scan::local): Don't convert R_SPARC_32 + to R_SPARC_RELATIVE if class is ELFCLASS64. + (Target_sparc::Scan::global): Likewise. + 2016-06-23 Cary Coutant <ccoutant@gmail.com> Igor Kudrin <ikudrin@accesssoftek.com> |