mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13 lines
345 B
Makefile
13 lines
345 B
Makefile
# ld: -T subalign.t --no-error-rwx-segments -e 0
|
|
# objdump: -h --wide
|
|
# Ensure that SUBALIGN fixes the alignment of the output section.
|
|
# Check that ALIGN provides a minimum alignment, although allow the target to require a larger value.
|
|
|
|
#...
|
|
. .mysection1.*2\*\*2.*
|
|
#...
|
|
. .mysection2.*2\*\*[4-9].*
|
|
#...
|
|
. .mysection3.*2\*\*[3-9].*
|
|
#...
|