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 testsuite failures on cygwin: ld-scripts/default-script?.d


On Tue, Feb 13, 2007 at 11:32:37AM +0100, Christian Joensson wrote:
> A few new filures... any ideas?

This patch seems to work. But I have no ideas if it is a testcase
issue or a PE bug.


H.J.
----
--- ld/testsuite/ld-scripts/default-script1.d.pe	2007-01-19 06:51:27.000000000 -0800
+++ ld/testsuite/ld-scripts/default-script1.d	2007-02-04 18:25:39.000000000 -0800
@@ -2,5 +2,8 @@
 # ld: -defsym _START=0x8000000 -T default-script.t
 # nm: -n
 
+#...
 0*8000000 . _START
+#...
 0*8000000 t text
+#pass
--- ld/testsuite/ld-scripts/default-script2.d.pe	2007-01-19 06:51:27.000000000 -0800
+++ ld/testsuite/ld-scripts/default-script2.d	2007-02-04 18:25:29.000000000 -0800
@@ -2,5 +2,8 @@
 # ld: -T default-script.t -defsym _START=0x8000000
 # nm: -n
 
+#...
 0*8000000 . _START
+#...
 0*9000000 t text
+#pass
--- ld/testsuite/ld-scripts/default-script3.d.pe	2007-01-19 06:51:27.000000000 -0800
+++ ld/testsuite/ld-scripts/default-script3.d	2007-02-04 18:25:46.000000000 -0800
@@ -2,5 +2,8 @@
 # ld: -defsym _START=0x8000000 -dT default-script.t
 # nm: -n
 
+#...
 0*8000000 . _START
+#...
 0*8000000 t text
+#pass
--- ld/testsuite/ld-scripts/default-script4.d.pe	2007-01-19 06:51:27.000000000 -0800
+++ ld/testsuite/ld-scripts/default-script4.d	2007-02-04 18:25:52.000000000 -0800
@@ -2,5 +2,8 @@
 # ld: --default-script default-script.t -defsym _START=0x8000000
 # nm: -n
 
+#...
 0*8000000 . _START
+#...
 0*8000000 t text
+#pass


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