This is the mail archive of the binutils@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]

PATCH: Support 64bit target in ld-elf/init-fini-arrays.d


Hi,

I checked in this patch to support 64bit target in
ld-elf/init-fini-arrays.d.

H.J.
---
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 8876401..d9f5b82 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* ld-elf/init-fini-arrays.d: Pass --wide to readelf.
+
 2010-02-27  Jie Zhang  <jie@codesourcery.com>
 
 	* ld-elf/init-fini-arrays.s: New test.
diff --git a/ld/testsuite/ld-elf/init-fini-arrays.d b/ld/testsuite/ld-elf/init-fini-arrays.d
index 1ffd707..016209d 100644
--- a/ld/testsuite/ld-elf/init-fini-arrays.d
+++ b/ld/testsuite/ld-elf/init-fini-arrays.d
@@ -1,6 +1,6 @@
 #source: init-fini-arrays.s
 #ld: -r
-#readelf: -S
+#readelf: -S --wide
 
 #...
   \[[ 0-9]+\] \.init_array\.01000[ \t]+PROGBITS[ \t0-9a-f]+WA?.*


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