Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
ld
/
testsuite
/
ld-mmix
/
sec-11.ld
blob: a36ca1e11b304154bf81ba4e0cbcc90e1bab955e [
file
] [
log
] [
blame
]
OUTPUT_ARCH
(
mmix
)
ENTRY
(
Main
)
SECTIONS
{
.
text
0x101
:
/* Note the misaligned address; must trig a linker error. */
{
*(.
text
*);
Main
=
_start
;
}
.
MMIX
.
reg_contents
:
{
*(.
MMIX
.
reg_contents
.
linker_allocated
);
*(.
MMIX
.
reg_contents
);
}
}