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]

Re: ld-elf/pr14926 fails for mipsisa32r2el-unknown-linux-gnu


On Fri, Dec 7, 2012 at 2:19 PM, Hans-Peter Nilsson
<hans-peter.nilsson@axis.com> wrote:
> Hi H.J.  Your new ld test-case fails for
> mipsisa32r2el-unknown-linux-gnu:
>
> Running /tmp/hpautotest-binutils/bsrc/src/ld/testsuite/ld-elf/elf.exp ...
> FAIL: ld-elf/pr14926
>

This is the patch I checked in.

-- 
H.J.
---
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 4bf0d2a..affe5de 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,9 @@
 2012-12-07  H.J. Lu  <hongjiu.lu@intel.com>

+	* ld-elf/pr14926.d: Use "readelf -S --wide".
+
+2012-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+
 	PR ld/12248
 	PR ld/12277
 	PR ld/12314
diff --git a/ld/testsuite/ld-elf/pr14926.d b/ld/testsuite/ld-elf/pr14926.d
index 2352b0b..0160a99 100644
--- a/ld/testsuite/ld-elf/pr14926.d
+++ b/ld/testsuite/ld-elf/pr14926.d
@@ -1,13 +1,6 @@
 #ld: -Ttext=0x60
-#readelf: -S -l --wide
+#readelf: -S --wide

 #...
   \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*60[ \t]+.*
-#...
-Program Headers:
-  Type.*
-  LOAD[ \t]+0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+
0x[0-9a-f]+ R E 0x[0-9a-f]+
-
- Section to Segment mapping:
-  Segment Sections...
-   00     .text *
+#pass


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