mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08:00

* ld-crx/reloc-num16.d: Likewise. * ld-crx/reloc-num32.d: Likewise. * ld-scripts/provide-2.t: Start .data at 0x2000. * ld-scripts/provide-2.d: Adjust.
11 lines
115 B
Raku
11 lines
115 B
Raku
SECTIONS
|
|
{
|
|
PROVIDE (foo = 1);
|
|
PROVIDE (bar = 2);
|
|
PROVIDE (baz = 3);
|
|
.data 0x2000 :
|
|
{
|
|
*(.data)
|
|
}
|
|
}
|