aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-11-28 20:01:05 -0500
committerJohn David Anglin <danglin@gcc.gnu.org>2017-11-28 20:01:05 -0500
commitd5bfa34a53fe67e9e86edc7f5d8277dcd687d064 (patch)
tree26e489970d27e1caa07bcd84186e1e8e0b59f9fc /ChangeLog
parente4602cba2fb919546bee0eacbd10ab8ade7b7b6f (diff)
downloadglibc-d5bfa34a53fe67e9e86edc7f5d8277dcd687d064.tar.xz
glibc-d5bfa34a53fe67e9e86edc7f5d8277dcd687d064.zip
Fix gmon static test failures.
* sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load address of $global$ into %dp register earlier. Use pc-relative instruction sequence for PIC case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea124d40df..bffaf21f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-11-28 John David Anglin <danglin@gcc.gnu.org>
+
+ * sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load
+ address of $global$ into %dp register earlier. Use pc-relative
+ instruction sequence for PIC case.
+
2017-11-28 Joseph Myers <joseph@codesourcery.com>
* sysdeps/i386/fpu/s_asinhf.S: Include <libm-alias-float.h>.