* ld-cris/libdso-2.d: Adjust for recent hash-related changes.
This commit is contained in:
parent
24c4176016
commit
73724cd71b
|
@ -1,3 +1,7 @@
|
||||||
|
2006-07-11 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* ld-cris/libdso-2.d: Adjust for recent hash-related changes.
|
||||||
|
|
||||||
2006-07-10 Jakub Jelinek <jakub@redhat.com>
|
2006-07-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* ld-powerpc/tlsso32.r: Adjust.
|
* ld-powerpc/tlsso32.r: Adjust.
|
||||||
|
|
|
@ -27,14 +27,14 @@ There are 13 section headers.*
|
||||||
#...
|
#...
|
||||||
Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
||||||
#...
|
#...
|
||||||
00002200 0000000c R_CRIS_RELATIVE 00000158
|
00002[12][0-9a-f][048c] 0000000c R_CRIS_RELATIVE 00000150
|
||||||
#...
|
#...
|
||||||
Symbol table '\.dynsym' contains 4 entries:
|
Symbol table '\.dynsym' contains 4 entries:
|
||||||
Num: Value Size Type Bind Vis Ndx Name
|
Num: Value Size Type Bind Vis Ndx Name
|
||||||
0: 0+ 0 NOTYPE LOCAL DEFAULT UND
|
0: 0+ 0 NOTYPE LOCAL DEFAULT UND
|
||||||
1: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 7
|
1: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 7
|
||||||
2: 0+ 0 OBJECT GLOBAL DEFAULT ABS TST1
|
2: 0+ 0 OBJECT GLOBAL DEFAULT ABS TST1
|
||||||
3: 0+15c 0 FUNC GLOBAL DEFAULT 7 export_1@@TST1
|
3: 0+154 0 FUNC GLOBAL DEFAULT 7 export_1@@TST1
|
||||||
|
|
||||||
Symbol table '\.symtab' contains 18 entries:
|
Symbol table '\.symtab' contains 18 entries:
|
||||||
Num: Value Size Type Bind Vis Ndx Name
|
Num: Value Size Type Bind Vis Ndx Name
|
||||||
|
@ -48,11 +48,11 @@ Symbol table '\.symtab' contains 18 entries:
|
||||||
7: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 7
|
7: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 7
|
||||||
8: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 8
|
8: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 8
|
||||||
9: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 9
|
9: [0-9a-f]+ 0 SECTION LOCAL DEFAULT 9
|
||||||
10: 0+216c 0 OBJECT LOCAL HIDDEN ABS _DYNAMIC
|
10: 0+2..[046c] 0 OBJECT LOCAL HIDDEN ABS _DYNAMIC
|
||||||
11: 0+2204 0 NOTYPE LOCAL DEFAULT ABS __bss_start
|
11: 0+2..[046c] 0 NOTYPE LOCAL DEFAULT ABS __bss_start
|
||||||
12: 0+2204 0 NOTYPE LOCAL DEFAULT ABS _edata
|
12: 0+2..[046c] 0 NOTYPE LOCAL DEFAULT ABS _edata
|
||||||
13: 0+21f4 0 OBJECT LOCAL HIDDEN ABS _GLOBAL_OFFSET_TABLE_
|
13: 0+2..[046c] 0 OBJECT LOCAL HIDDEN ABS _GLOBAL_OFFSET_TABLE_
|
||||||
14: 0+2220 0 NOTYPE LOCAL DEFAULT ABS _end
|
14: 0+2..[046c] 0 NOTYPE LOCAL DEFAULT ABS _end
|
||||||
15: 0+158 0 FUNC LOCAL DEFAULT 7 dsofn
|
15: 0+150 0 FUNC LOCAL DEFAULT 7 dsofn
|
||||||
16: 0+ 0 OBJECT GLOBAL DEFAULT ABS TST1
|
16: 0+ 0 OBJECT GLOBAL DEFAULT ABS TST1
|
||||||
17: 0+15c 0 FUNC GLOBAL DEFAULT 7 export_1
|
17: 0+154 0 FUNC GLOBAL DEFAULT 7 export_1
|
||||||
|
|
Loading…
Reference in New Issue