forked from Imagelibrary/binutils-gdb
There's no reason to limit this to just ELF. TI C30 and Z8k don't encode section alignment in the section entries though (which can't be quite right, or there would need to be another means by which to express alignment needs), so --set-section-alignment simply has no effect there.
11 lines
211 B
Makefile
11 lines
211 B
Makefile
#source: pr23633.s
|
|
#PROG: objcopy
|
|
#objcopy: --set-section-alignment .text=16
|
|
#objdump: --section-headers
|
|
#target: [is_elf_format] || [is_coff_format]
|
|
#xfail: rx-*-* *c30-*-* z8k-*-*
|
|
|
|
#...
|
|
.*\.text.*2\*\*4
|
|
#pass
|