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]

sh64 fallout from decimal sh_info readelf patch


Hi,

Like powerpc and mmix, sh64 needs a tiny fix.  I've checked the patch
below in as obvious.

Regards,
	kaz
--
2004-05-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* ld-sh/sh64/crange1.rd: Update sh_info to decimal.
	* ld-sh/sh64/crange2.rd: Likewise.
	* ld-sh/sh64/crange3.rd: Likewise.
	* ld-sh/sh64/crange3-cmpct.rd: Likewise.
	* ld-sh/sh64/crange3-media.rd: Likewise.
	* ld-sh/sh64/crangerel1.rd: Likewise.
	* ld-sh/sh64/crangerel2.rd: Likewise.

diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crange1.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crange1.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crange1.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crange1.rd	Wed May  5 23:13:17 2004
@@ -13,7 +13,7 @@ Section Headers:
   \[ 8\] \.stack            PROGBITS        00080000 000180 000004 00  WA  0   0  1
   \[ 9\] \.cranges          LOUSER\+1        00000000 000184 00001e 00   W  0   0  1
   \[10\] \.shstrtab         STRTAB          00000000 0001a2 000056 00      0   0  1
-  \[11\] \.symtab           SYMTAB          00000000 000400 000180 10     12   e  4
+  \[11\] \.symtab           SYMTAB          00000000 000400 000180 10     12  14  4
   \[12\] \.strtab           STRTAB          00000000 000580 000064 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crange2.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crange2.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crange2.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crange2.rd	Wed May  5 23:13:50 2004
@@ -13,7 +13,7 @@ Section Headers:
   \[ 8\] \.stack            PROGBITS        00080000 000180 000004 00  WA  0   0  1
   \[ 9\] \.cranges          LOUSER\+1        00000000 000184 000046 00   W  0   0  1
   \[10\] \.shstrtab         STRTAB          00000000 0001ca 000056 00      0   0  1
-  \[11\] \.symtab           SYMTAB          00000000 000428 0001c0 10     12  12  4
+  \[11\] \.symtab           SYMTAB          00000000 000428 0001c0 10     12  18  4
   \[12\] \.strtab           STRTAB          00000000 0005e8 000078 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd	Wed May  5 23:15:07 2004
@@ -32,7 +32,7 @@ Section Headers:
   \[ 8\] \.stack            PROGBITS        00080000 000200 000004 00  WA  0   0  1
   \[ 9\] \.cranges          LOUSER\+1        00000000 000204 00003c 00   W  0   0  1
   \[10\] \.shstrtab         STRTAB          00000000 000240 000056 00      0   0  1
-  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  10  4
+  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  16  4
   \[12\] \.strtab           STRTAB          00000000 000650 000078 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crange3-media.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crange3-media.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crange3-media.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crange3-media.rd	Wed May  5 23:15:29 2004
@@ -32,7 +32,7 @@ Section Headers:
   \[ 8\] \.stack            PROGBITS        00080000 000200 000004 00  WA  0   0  1
   \[ 9\] \.cranges          LOUSER\+1        00000000 000204 00003c 00   W  0   0  1
   \[10\] \.shstrtab         STRTAB          00000000 000240 000056 00      0   0  1
-  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  10  4
+  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  16  4
   \[12\] \.strtab           STRTAB          00000000 000650 000078 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crange3.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crange3.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crange3.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crange3.rd	Wed May  5 23:14:40 2004
@@ -13,7 +13,7 @@ Section Headers:
   \[ 8\] \.stack            PROGBITS        00080000 000200 000004 00  WA  0   0  1
   \[ 9\] \.cranges          LOUSER\+1        00000000 000204 00003c 00   W  0   0  1
   \[10\] \.shstrtab         STRTAB          00000000 000240 000056 00      0   0  1
-  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  10  4
+  \[11\] \.symtab           SYMTAB          00000000 0004a0 0001b0 10     12  16  4
   \[12\] \.strtab           STRTAB          00000000 000650 000078 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crangerel1.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crangerel1.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crangerel1.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crangerel1.rd	Wed May  5 23:13:19 2004
@@ -11,7 +11,7 @@ Section Headers:
   \[ 6\] \.cranges          PROGBITS        00000000 000050 00001e 00   W  0   0  1
   \[ 7\] \.rela\.cranges     RELA            00000000 000274 000024 0c      9   6  4
   \[ 8\] \.shstrtab         STRTAB          00000000 00006e 00004d 00      0   0  1
-  \[ 9\] \.symtab           SYMTAB          00000000 000298 0000d0 10     10   c  4
+  \[ 9\] \.symtab           SYMTAB          00000000 000298 0000d0 10     10  12  4
   \[10\] \.strtab           STRTAB          00000000 000368 000013 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
diff -u3prN ORIG/src/ld/testsuite/ld-sh/sh64/crangerel2.rd LOCAL/src/ld/testsuite/ld-sh/sh64/crangerel2.rd
--- ORIG/src/ld/testsuite/ld-sh/sh64/crangerel2.rd	Mon Oct 13 13:40:56 2003
+++ LOCAL/src/ld/testsuite/ld-sh/sh64/crangerel2.rd	Wed May  5 23:14:08 2004
@@ -11,7 +11,7 @@ Section Headers:
   \[ 6\] \.cranges          PROGBITS        00000000 000094 000046 00   W  0   0  1
   \[ 7\] \.rela\.cranges     RELA            00000000 0002e0 000054 0c      9   6  4
   \[ 8\] \.shstrtab         STRTAB          00000000 0000da 00004d 00      0   0  1
-  \[ 9\] \.symtab           SYMTAB          00000000 000334 000110 10     10  10  4
+  \[ 9\] \.symtab           SYMTAB          00000000 000334 000110 10     10  16  4
   \[10\] \.strtab           STRTAB          00000000 000444 000027 00      0   0  1
 Key to Flags:
   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)


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