mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
4a93e18003
* ldlang.c: Likewise. * ldlang.h: Likewise. * ldlex.l: Likewise. * NEWS: Mention the new feature. * ld.texinfo: Document the new feature. * ld-scripts/regions-alias-1.t: New file. * ld-scripts/regions-alias-2.t: New file. * ld-scripts/regions-alias-3.t: New file. * ld-scripts/regions-alias-4.t: New file. * ld-scripts/script.exp: Run region alias tests.
7 lines
91 B
Raku
7 lines
91 B
Raku
MEMORY
|
|
{
|
|
MY_REGION (ARX) : ORIGIN = 0, LENGTH = 32K
|
|
}
|
|
|
|
REGION_ALIAS ("MY_ALIAS", "NIL");
|