Retro68/binutils/ld/testsuite/ld-scripts/dynamic-sections.t
Wolfgang Thaller 6ea1bcda2b Revert "switch from binutils only to binutils-gdb, tag gdb-10.1-release"
This reverts commit 6c5c652ee12028f75cf95f9901979e53fbe22f8b.
2022-10-27 20:43:13 +02:00

13 lines
316 B
Perl

SECTIONS
{
. = SIZEOF_HEADERS;
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-06-10
would cause . to be 0 at this point. */
_bar = ASSERT (. > 0, "Bad . value");
}