mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
de7f8cc8e0
* ldlang.c (IGNORE_SECTION): Remove check for zero size. (lang_check_section_addresses): Ignore zero size sections here. ld/testsuite/ChangeLog: * ld-scripts/empty-orphan.d, ld-scripts/empty-orphan.exp, ld-scripts/empty-orphan.s, ld-scripts/emtpy-orphan.t: New test.
5 lines
79 B
ArmAsm
5 lines
79 B
ArmAsm
.section .orphan_data, "a"
|
|
# empty but defined
|
|
.section .data
|
|
.word 0x1111
|