* ld-cris/expdyn1.s (expobj): Set size here, at definition...

* ld-cris/pv32.s: ...not here.
	* ld-cris/expdyn1.d, ld-cris/libdso-12.d, ld-cris/locref1.d:
	Adjust for expobj size being set at definition.
This commit is contained in:
Hans-Peter Nilsson
2005-08-12 00:23:48 +00:00
parent 0c1de4b1b2
commit d80a02edc7
6 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,10 @@
2005-08-11 Hans-Peter Nilsson <hp@axis.com> 2005-08-11 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/expdyn1.s (expobj): Set size here, at definition...
* ld-cris/pv32.s: ...not here.
* ld-cris/expdyn1.d, ld-cris/libdso-12.d, ld-cris/locref1.d:
Adjust for expobj size being set at definition.
* ld-cris/v32-ba-1.d: Regexpize to adjust for symbol change. * ld-cris/v32-ba-1.d: Regexpize to adjust for symbol change.
2005-08-08 Richard Earnshaw <richard.earnshaw@arm.com> 2005-08-08 Richard Earnshaw <richard.earnshaw@arm.com>

View File

@ -9,6 +9,6 @@
DYNAMIC SYMBOL TABLE: DYNAMIC SYMBOL TABLE:
#... #...
00080... g DF .text 00000002 expfn 00080... g DF .text 0+2 expfn
00082... g DO .data 00000000 expobj 00082... g DO .data 0+4 expobj
#pass #pass

View File

@ -1,6 +1,7 @@
.data .data
.global expobj .global expobj
.type expobj,@object .type expobj,@object
.size expobj,4
expobj: expobj:
.dword 0 .dword 0

View File

@ -14,7 +14,7 @@ DYNAMIC SYMBOL TABLE:
#... #...
0+26e g DF \.text 0+12 dsofn4 0+26e g DF \.text 0+12 dsofn4
0+264 g DF \.text 0+2 expfn 0+264 g DF \.text 0+2 expfn
0+232c g DO \.data 0+ expobj 0+232c g DO \.data 0+4 expobj
#... #...
0+266 g DF \.text 0+8 dsofn3 0+266 g DF \.text 0+8 dsofn3
#... #...

View File

@ -12,7 +12,7 @@
SYMBOL TABLE: SYMBOL TABLE:
#... #...
0+80076 g F \.text 0+2 expfn 0+80076 g F \.text 0+2 expfn
0+82090 g O \.data 0+ expobj 0+82090 g O \.data 0+4 expobj
#... #...
0+82084 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_ 0+82084 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_
#... #...

View File

@ -14,8 +14,6 @@ pfn:
.Lfe1: .Lfe1:
.size pfn,.Lfe1-pfn .size pfn,.Lfe1-pfn
.global expobj
.size expobj,4
.global dsofn .global dsofn
.type dsofn,@function .type dsofn,@function
dsofn: dsofn: