mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2562953678
* ld-scripts/align.exp (align2a, align2b: Don't run on aout targets. * ld-scripts/align2.t: Discard all but .text and .data. * ld-scripts/align2a.d: Accept non-readonly for coff. * ld-scripts/align2b.d: Likewise. * lib/ld-lib.exp (is_aout_format): New function.
8 lines
101 B
Raku
8 lines
101 B
Raku
SECTIONS
|
|
{
|
|
.text : {*(.text)}
|
|
. = ALIGN(data_align);
|
|
.data : {*(.data)}
|
|
/DISCARD/ : {*(*)}
|
|
}
|