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]

alpha tls tests


objdump truncates addresses to the size of a host long when dumping
section data.  objdump should be fixed, but in the meantime..

ld/testsuite/ChangeLog
	* ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
	* ld-alpha/tlsbin.td: Likewise.
	* ld-alpha/tlsbinr.sd: Likewise.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

Index: ld/testsuite/ld-alpha/tlsbin.sd
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-alpha/tlsbin.sd,v
retrieving revision 1.1
diff -u -p -r1.1 tlsbin.sd
--- ld/testsuite/ld-alpha/tlsbin.sd	22 Jan 2003 00:41:59 -0000	1.1
+++ ld/testsuite/ld-alpha/tlsbin.sd	23 Jan 2003 12:53:57 -0000
@@ -9,9 +9,9 @@
 .*: +file format elf64-alpha
 
 Contents of section .got:
- 1200121d0 00000000 00000000 c0210120 01000000  .*
- 1200121e0 56000000 00000000 00000000 00000000  .*
- 1200121f0 00000000 00000000 01000000 00000000  .*
- 120012200 00000000 00000000 01000000 00000000  .*
- 120012210 24000000 00000000 90000000 00000000  .*
- 120012220 98000000 00000000                    .*
+ 1?200121d0 00000000 00000000 c0210120 01000000  .*
+ 1?200121e0 56000000 00000000 00000000 00000000  .*
+ 1?200121f0 00000000 00000000 01000000 00000000  .*
+ 1?20012200 00000000 00000000 01000000 00000000  .*
+ 1?20012210 24000000 00000000 90000000 00000000  .*
+ 1?20012220 98000000 00000000                    .*
Index: ld/testsuite/ld-alpha/tlsbin.td
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-alpha/tlsbin.td,v
retrieving revision 1.1
diff -u -p -r1.1 tlsbin.td
--- ld/testsuite/ld-alpha/tlsbin.td	22 Jan 2003 00:41:59 -0000	1.1
+++ ld/testsuite/ld-alpha/tlsbin.td	23 Jan 2003 12:53:57 -0000
@@ -9,9 +9,9 @@
 .*: +file format elf64-alpha
 
 Contents of section .tdata:
- 120012000 11000000 12000000 13000000 14000000  .*
- 120012010 15000000 16000000 17000000 18000000  .*
- 120012020 41000000 42000000 43000000 44000000  .*
- 120012030 45000000 46000000 47000000 48000000  .*
- 120012040 01010000 02010000 03010000 04010000  .*
- 120012050 05010000 06010000 07010000 08010000  .*
+ 1?20012000 11000000 12000000 13000000 14000000  .*
+ 1?20012010 15000000 16000000 17000000 18000000  .*
+ 1?20012020 41000000 42000000 43000000 44000000  .*
+ 1?20012030 45000000 46000000 47000000 48000000  .*
+ 1?20012040 01010000 02010000 03010000 04010000  .*
+ 1?20012050 05010000 06010000 07010000 08010000  .*
Index: ld/testsuite/ld-alpha/tlsbinr.sd
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-alpha/tlsbinr.sd,v
retrieving revision 1.1
diff -u -p -r1.1 tlsbinr.sd
--- ld/testsuite/ld-alpha/tlsbinr.sd	22 Jan 2003 00:41:59 -0000	1.1
+++ ld/testsuite/ld-alpha/tlsbinr.sd	23 Jan 2003 12:53:57 -0000
@@ -9,4 +9,4 @@
 .*: +file format elf64-alpha
 
 Contents of section .got:
- 1200121a0 00000000 00000000 00000000 00000000  .*
+ 1?200121a0 00000000 00000000 00000000 00000000  .*


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