mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
cc6fd584ed
binutils/ChangeLog: * testsuite/binutils-all/readelf-maskos-1a.d: Fix test for unrecognized bit set in SHF_MASKOS range. * testsuite/binutils-all/readelf-maskos-1b.d: Likewise. * testsuite/binutils-all/readelf-maskos-unknown.s: New test. ld/ChangeLog: * testsuite/ld-elf/retain3.s: Move symbolic reference into writeable .data section from read-only .text section. * testsuite/ld-elf/retain5.d: Don't pass --print-gc-sections for test that doesn't require it. * testsuite/ld-elf/retain6a.d: Adjust test. * testsuite/ld-elf/retain6main.s: Move symbolic reference into writeable .data section from read-only .text section.
12 lines
166 B
ArmAsm
12 lines
166 B
ArmAsm
.section .data.var,"0x800003"
|
|
.global var
|
|
.type var, %object
|
|
var:
|
|
.long 2
|
|
|
|
.section .text._start,"ax"
|
|
.global _start
|
|
.type _start, %function
|
|
_start:
|
|
.word 0
|