diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-09-23 11:26:05 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-09-23 11:26:05 +0200 |
commit | 7c4236c3505d8dca3c6d9c2bc61145fa759bf4ce (patch) | |
tree | 13a3ad74cc2a16e6a64ab6807e80940364c3ab3a /ld/ChangeLog | |
parent | 27b5c3d96d45b0010d1bf4ef9f47b6d4ec0363c0 (diff) | |
download | gdb-7c4236c3505d8dca3c6d9c2bc61145fa759bf4ce.zip gdb-7c4236c3505d8dca3c6d9c2bc61145fa759bf4ce.tar.gz gdb-7c4236c3505d8dca3c6d9c2bc61145fa759bf4ce.tar.bz2 |
S/390: Move start of 64 bit binaries from 2GB to 256MB.
ld/ChangeLog:
2016-09-23 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* emulparams/elf64_s390.sh: Change TEXT_START_ADDR to 256MB.
* testsuite/ld-s390/tlsbin_64.dd: Adjust testcase accordingly.
* testsuite/ld-s390/tlsbin_64.rd: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0966116..ee43d40 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2016-09-23 Andreas Krebbel <krebbel@linux.vnet.ibm.com> + + * emulparams/elf64_s390.sh: Change TEXT_START_ADDR to 256MB. + * testsuite/ld-s390/tlsbin_64.dd: Adjust testcase accordingly. + * testsuite/ld-s390/tlsbin_64.rd: Likewise. + 2016-09-22 Nick Clifton <nickc@redhat.com> * emultempl/elf32.em (_try_needed): In verbose mode, report failed |