* ld-scripts/default-script.s (text): Globalize.
* ld-scripts/default-script1.d, ld-scripts/default-script2.d, ld-scripts/default-script3.d, ld-scripts/default-script4.d: Adjust accordingly.
This commit is contained in:
parent
af65af87c0
commit
2a1314ce69
6 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-07-29 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* ld-scripts/default-script.s (text): Globalize.
|
||||
* ld-scripts/default-script1.d, ld-scripts/default-script2.d,
|
||||
ld-scripts/default-script3.d, ld-scripts/default-script4.d: Adjust
|
||||
accordingly.
|
||||
|
||||
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-x86-64/abs-l1om.d: New.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.text
|
||||
.global text
|
||||
text:
|
||||
.long 0
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
#...
|
||||
0*8000000 . _START
|
||||
#...
|
||||
0*8000000 t text
|
||||
0*8000000 T text
|
||||
#pass
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
#...
|
||||
0*8000000 . _START
|
||||
#...
|
||||
0*9000000 t text
|
||||
0*9000000 T text
|
||||
#pass
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
#...
|
||||
0*8000000 . _START
|
||||
#...
|
||||
0*8000000 t text
|
||||
0*8000000 T text
|
||||
#pass
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
#...
|
||||
0*8000000 . _START
|
||||
#...
|
||||
0*8000000 t text
|
||||
0*8000000 T text
|
||||
#pass
|
||||
|
|
Loading…
Reference in a new issue