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]

[PATCH] Fix MIPS ld tlslib testcases


Hello All,

I applied the appended patch, it updates the tlsliob-o32 testcases.


Thiemo


2006-07-13  Thiemo Seufer  <ths@mips.com>

	* ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib-o32.got:
	Update TLS testcases.

Index: ld/testsuite/ld-mips-elf/tlslib-o32-ver.got
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mips-elf/tlslib-o32-ver.got,v
retrieving revision 1.2
diff -u -p -r1.2 tlslib-o32-ver.got
--- ld/testsuite/ld-mips-elf/tlslib-o32-ver.got	4 Feb 2006 08:28:29 -0000	1.2
+++ ld/testsuite/ld-mips-elf/tlslib-o32-ver.got	12 Jul 2006 16:37:33 -0000
@@ -4,14 +4,14 @@
 DYNAMIC RELOCATION RECORDS
 OFFSET   TYPE              VALUE 
 00000000 R_MIPS_NONE       \*ABS\*
-00040574 R_MIPS_TLS_DTPMOD32  \*ABS\*
-0004057c R_MIPS_TLS_DTPMOD32  tlsvar_gd
-00040580 R_MIPS_TLS_DTPREL32  tlsvar_gd
-00040570 R_MIPS_TLS_TPREL32  tlsvar_ie
+00040544 R_MIPS_TLS_DTPMOD32  \*ABS\*
+0004054c R_MIPS_TLS_DTPMOD32  tlsvar_gd
+00040550 R_MIPS_TLS_DTPREL32  tlsvar_gd
+00040540 R_MIPS_TLS_TPREL32  tlsvar_ie
 
 
 Contents of section .got:
- 40550 00000000 80000000 00000000 00000000  ................
- 40560 00000000 00000000 00000000 00000520  ................
- 40570 00000000 00000000 00000000 00000000  ................
- 40580 00000000                             ....            
+ 40520 00000000 80000000 00000000 00000000  ................
+ 40530 00000000 00000000 00000000 000004f0  ................
+ 40540 00000000 00000000 00000000 00000000  ................
+ 40550 00000000                             ....            
Index: ld/testsuite/ld-mips-elf/tlslib-o32.got
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mips-elf/tlslib-o32.got,v
retrieving revision 1.2
diff -u -p -r1.2 tlslib-o32.got
--- ld/testsuite/ld-mips-elf/tlslib-o32.got	4 Feb 2006 08:28:29 -0000	1.2
+++ ld/testsuite/ld-mips-elf/tlslib-o32.got	12 Jul 2006 16:37:33 -0000
@@ -4,14 +4,14 @@ tmpdir/tlslib-o32.so:     file format el
 DYNAMIC RELOCATION RECORDS
 OFFSET   TYPE              VALUE 
 00000000 R_MIPS_NONE       \*ABS\*
-000404d4 R_MIPS_TLS_DTPMOD32  \*ABS\*
-000404dc R_MIPS_TLS_DTPMOD32  tlsvar_gd
-000404e0 R_MIPS_TLS_DTPREL32  tlsvar_gd
-000404d0 R_MIPS_TLS_TPREL32  tlsvar_ie
+000404a4 R_MIPS_TLS_DTPMOD32  \*ABS\*
+000404ac R_MIPS_TLS_DTPMOD32  tlsvar_gd
+000404b0 R_MIPS_TLS_DTPREL32  tlsvar_gd
+000404a0 R_MIPS_TLS_TPREL32  tlsvar_ie
 
 
 Contents of section .got:
- 404b0 00000000 80000000 00000000 00000000  ................
- 404c0 00000000 00000000 00000000 00000480  ................
- 404d0 00000000 00000000 00000000 00000000  ................
- 404e0 00000000                             ....            
+ 40480 00000000 80000000 00000000 00000000  ................
+ 40490 00000000 00000000 00000000 00000450  ................
+ 404a0 00000000 00000000 00000000 00000000  ................
+ 404b0 00000000                             ....            


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