forked from Imagelibrary/binutils-gdb
* 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.
8 lines
133 B
Raku
8 lines
133 B
Raku
MEMORY
|
|
{
|
|
MY_REGION (ARX) : ORIGIN = 0, LENGTH = 32K
|
|
}
|
|
|
|
REGION_ALIAS ("MY_ALIAS", MY_REGION);
|
|
REGION_ALIAS ("MY_ALIAS", MY_REGION);
|