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

ld testsuite tweaks


Applied.

ld/testsuite/ChangeLog
	* ld-d10v/reloc-003.d: Update for changed error message.
	* ld-d10v/reloc-004.d: Likewise.
	* ld-d10v/reloc-007.d: Likewise.
	* ld-d10v/reloc-008.d: Likewise.
	* ld-d10v/reloc-011.d: Likewise.
	* ld-d10v/reloc-012.d: Likewise.
	* ld-d10v/reloc-015.d: Likewise.
	* ld-d10v/reloc-016.d: Likewise.

Index: ld/testsuite/ld-d10v/reloc-003.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-003.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-003.d
--- ld/testsuite/ld-d10v/reloc-003.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-003.d	10 Nov 2004 02:40:49 -0000
@@ -1,5 +1,5 @@
 #source: reloc-001.s
 #ld: -T $srcdir/$subdir/reloc-003.ld
-#error: relocation truncated to fit: R_D10V_10_PCREL_L foo$
+#error: relocation truncated to fit: R_D10V_10_PCREL_L
 
 # Test 10 bit pc rel reloc bad boundary.
\ No newline at end of file
Index: ld/testsuite/ld-d10v/reloc-004.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-004.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-004.d
--- ld/testsuite/ld-d10v/reloc-004.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-004.d	10 Nov 2004 02:40:49 -0000
@@ -1,5 +1,5 @@
 #source: reloc-001.s
 #ld: -T $srcdir/$subdir/reloc-004.ld
-#error: relocation truncated to fit: R_D10V_10_PCREL_L foo$
+#error: relocation truncated to fit: R_D10V_10_PCREL_L
 
 # Test 10 bit pc rel reloc normal bad.
\ No newline at end of file
Index: ld/testsuite/ld-d10v/reloc-007.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-007.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-007.d
--- ld/testsuite/ld-d10v/reloc-007.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-007.d	10 Nov 2004 02:40:49 -0000
@@ -1,7 +1,7 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-007.ld
 #objdump: -D
-#error: relocation truncated to fit: R_D10V_18_PCREL foo$
+#error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel reloc bad boundary
 
Index: ld/testsuite/ld-d10v/reloc-008.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-008.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-008.d
--- ld/testsuite/ld-d10v/reloc-008.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-008.d	10 Nov 2004 02:40:49 -0000
@@ -1,7 +1,7 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-008.ld
 #objdump: -D
-#error: relocation truncated to fit: R_D10V_18_PCREL foo$
+#error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel reloc normal bad
 
Index: ld/testsuite/ld-d10v/reloc-011.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-011.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-011.d
--- ld/testsuite/ld-d10v/reloc-011.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-011.d	10 Nov 2004 02:40:49 -0000
@@ -1,6 +1,6 @@
 #source: reloc-009.s
 #ld: -T $srcdir/$subdir/reloc-011.ld
-#error: relocation truncated to fit: R_D10V_10_PCREL_R foo$
+#error: relocation truncated to fit: R_D10V_10_PCREL_R
 
 # Test 10 bit pc rel reloc negative bad boundary.
 
Index: ld/testsuite/ld-d10v/reloc-012.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-012.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-012.d
--- ld/testsuite/ld-d10v/reloc-012.d	17 Jun 2002 14:05:52 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-012.d	10 Nov 2004 02:40:49 -0000
@@ -1,6 +1,6 @@
 #source: reloc-009.s
 #ld: -T $srcdir/$subdir/reloc-012.ld
-#error: relocation truncated to fit: R_D10V_10_PCREL_R foo$
+#error: relocation truncated to fit: R_D10V_10_PCREL_R
 
 # Test 10 bit pc rel reloc negative normal bad.
 
Index: ld/testsuite/ld-d10v/reloc-015.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-015.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-015.d
--- ld/testsuite/ld-d10v/reloc-015.d	17 Jun 2002 14:05:53 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-015.d	10 Nov 2004 02:40:49 -0000
@@ -1,7 +1,7 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-015.ld
 #objdump: -D
-#error: relocation truncated to fit: R_D10V_18_PCREL foo$
+#error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel negative reloc bad boundary
 
Index: ld/testsuite/ld-d10v/reloc-016.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-d10v/reloc-016.d,v
retrieving revision 1.1
diff -u -p -r1.1 reloc-016.d
--- ld/testsuite/ld-d10v/reloc-016.d	17 Jun 2002 14:05:53 -0000	1.1
+++ ld/testsuite/ld-d10v/reloc-016.d	10 Nov 2004 02:40:49 -0000
@@ -1,7 +1,7 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-016.ld
 #objdump: -D
-#error: relocation truncated to fit: R_D10V_18_PCREL foo$
+#error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel negative reloc normal bad
 

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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