Browse Source
* ld-elfvsb/hidden2.s: Force type OBJECT. * ld-elfvsb/hidden2.ld: Place .dynamic explicitly. * ld-elf/start.s: Provide __start for MIPS. * ld-elfcomm/elfcomm.exp: Accept MIPS common section. XFAIL size change test. * ld-elf/warn1.d: Use group.ld instead of -Ttext.binutils-csl-arm-2005q1-branch
7 changed files with 24 additions and 4 deletions
@ -1,4 +1,6 @@ |
|||
.text |
|||
.global _start |
|||
_start: |
|||
.global __start |
|||
__start: |
|||
.long 0 |
|||
|
|||
@ -1,4 +1,5 @@ |
|||
.data |
|||
.hidden foo |
|||
.global foo |
|||
.type foo,%object |
|||
.dc.a foo |
|||
|
|||
Loading…
Reference in new issue