diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-23 14:57:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-23 14:57:51 +0000 |
commit | 7836e407c65761b003bfbcb7ce89947736330a15 (patch) | |
tree | 9eb9f67dba5f9c9206ad8b4519c9c99b2951179d /ld | |
parent | 8629c02c0db6ff3f7444397567a57dd36a3eed41 (diff) | |
download | gdb-7836e407c65761b003bfbcb7ce89947736330a15.zip gdb-7836e407c65761b003bfbcb7ce89947736330a15.tar.gz gdb-7836e407c65761b003bfbcb7ce89947736330a15.tar.bz2 |
Adjust linker test for arm-vxworks in wake of patch for PR 20815.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/vxworks2.sd | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8d28692..9c5eb40 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ 2016-11-23 Nick Clifton <nickc@redhat.com> + * testsuite/ld-arm/vxworks2.sd: Update expected readelf output. + PR ld/20815 * ld.texinfo: Note that PT_TLS can be used as a segment type. * testsuite/ld-discard/discard.ld: Add space for program headers. diff --git a/ld/testsuite/ld-arm/vxworks2.sd b/ld/testsuite/ld-arm/vxworks2.sd index 5ff87d3..aff144f 100644 --- a/ld/testsuite/ld-arm/vxworks2.sd +++ b/ld/testsuite/ld-arm/vxworks2.sd @@ -6,7 +6,7 @@ Program Headers: Type .* PHDR .* #... - LOAD .* 0x00080000 0x00080000 .* R E 0x1000 + LOAD .* 0x000..000 0x000..000 .* R E 0x1000 LOAD .* 0x00081000 0x00081000 .* RW 0x1000 DYNAMIC .* |