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
146 B
Perl

SECTIONS
{
.data 0x2000 :
{
LONG (foo)
LONG (bar)
. = ALIGN (0x10);
*(.data)
}
PROVIDE (foo = .);
PROVIDE (bar = .);
}