Retro68/binutils/ld/testsuite/ld-riscv-elf/relax-twice.ver

12 lines
161 B
Plaintext
Raw Normal View History

2022-10-27 18:45:45 +00:00
Old {
global:
foobar;
relaxme;
local:
*;
};
New {
global:
foobar;
} Old;