mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
1fc75697ae
* ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE.
11 lines
193 B
Makefile
11 lines
193 B
Makefile
#source: start.s
|
|
#source: zerosize1.s
|
|
#ld:
|
|
#readelf: -s
|
|
|
|
# Check that xyzzy is not placed in the .text section.
|
|
|
|
#...
|
|
+[0-9]+: +[0-9a-f]+ +0 +(OBJECT|NOTYPE) +GLOBAL +DEFAULT +ABS xyzzy
|
|
#pass
|