about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2017-05-02 16:55:48 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-05-02 16:57:31 -0300
commitb3d9c9a20c7e5cbee15b14990c4972d9df86dac7 (patch)
tree3e101f28a0b9ed890fe6d21357fbef660c4ad2ee /ChangeLog
parent827b82378366b026413c8e80a78ba880b9f94a18 (diff)
downloadglibc-b3d9c9a20c7e5cbee15b14990c4972d9df86dac7.tar.gz
glibc-b3d9c9a20c7e5cbee15b14990c4972d9df86dac7.tar.xz
glibc-b3d9c9a20c7e5cbee15b14990c4972d9df86dac7.zip
sparc: handle R_SPARC_DISP64 and R_SPARC_REGISTER relocs
The Studio compiler generates relocation types which are not supported
in glibc. Handle these relocs.

Tested in sparc64-linux-gnu. No regressions.

	BZ #21179]
	* sysdeps/sparc/sparc64/dl-machine.h: Handle R_SPARC_DISP64 and
	R_SPARC_REGISTER relocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29a6592373..4bd8578fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-02  Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
+
+	[BZ #21179]
+	* sysdeps/sparc/sparc64/dl-machine.h: Handle R_SPARC_DISP64 and
+	R_SPARC_REGISTER relocations.
+
 2017-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* include/unistd.h (__pread): Add libc_hidden_proto.