binutils-gdb/ld/testsuite/ld-i386/start.s
H.J. Lu 602f5cf7e3 ld: Add PR ld/32067 tests
Add PR ld/32067 tests with the compiler driver since the -plugin option
is needed to trigger this --oformat binary bug.

	PR ld/32067
	* testsuite/ld-i386/i386.exp: Run PR ld/32067 test.
	* testsuite/ld-x86-64/x86-64.exp: Likewise.
	* testsuite/ld-i386/start.s: Add .note.GNU-stack section.
	* testsuite/ld-x86-64/pr32067.s: New file.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
2024-08-10 07:26:40 -07:00

5 lines
58 B
ArmAsm

.globl _start
_start:
jmp foo
.section .note.GNU-stack