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]

[PATCH/RFA] SH: pcrel2 gas test failed on sh64


Hi,

New pcrel2 test for SH gas failed on sh64-unknown-elf because
there are relocations for .cranges. Here is a patch to fix it.

	kaz
--
2002-10-01  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* testsuite/gas/sh/pcrel2.d: Check relocations for .text only.

--- ORIG/src/gas/testsuite/gas/sh/pcrel2.d	Sat Sep 28 09:41:27 2002
+++ TMP/src/gas/testsuite/gas/sh/pcrel2.d	Tue Oct  1 16:50:06 2002
@@ -1,5 +1,7 @@
 #as: -big
-#objdump: -r
+#objdump: -rj.text
 #name: PC-relative loads
 
 .*:     file format .*sh.*
+
+RELOCATION RECORDS FOR \[\.text\]: \(none\)


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