mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
d2c0200413
ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and ld.scripts to ld-scripts.
6 lines
109 B
Raku
6 lines
109 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
}
|
|
value1 = DEFINED (defined) ? 1 : 2;
|
|
value2 = DEFINED (undefined) ? 1 : 2;
|