binutils-gdb/ld/testsuite/ld-elf/wrap2.h
H.J. Lu 1509f0c231 ld: Add PR ld/31710 tests
PR ld/31710
	* testsuite/ld-elf/wrap.exp: Run ld/31710 tests.
	* testsuite/ld-elf/wrap2.h: New file.
	* testsuite/ld-elf/wrap2a.c: Likewise.
	* testsuite/ld-elf/wrap2b.c: Likewise.
2024-05-08 07:01:24 -07:00

6 lines
65 B
C

struct ops
{
void (*loaded)(void);
};
extern struct ops impl;