This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Adjust linker test for arm-vxworks in wake of patch for PR 20815.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7836e407c65761b003bfbcb7ce89947736330a15

commit 7836e407c65761b003bfbcb7ce89947736330a15
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Nov 23 14:57:51 2016 +0000

    Adjust linker test for arm-vxworks in wake of patch for PR 20815.

Diff:
---
 ld/ChangeLog                    | 2 ++
 ld/testsuite/ld-arm/vxworks2.sd | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

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 .*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]