[Bug target/94134] pdp11-aout puts initial variable into .text section rather than .data
casner at acm dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 11 20:19:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94134
--- Comment #10 from Stephen Casner <casner at acm dot org> ---
One more question: I'm working on binutils ld as well, wanting to implement a
new option --imagic for pdp11-aout that outputs magic number 0413 and sets both
.text and .data at address 0 (with .bss to follow .data). If -msplit is
included as a compilation option, then --imagic should be passed to the linker.
I'd appreciate a pointer to where that should happen.
More information about the Gcc-bugs
mailing list