[Bug target/65058] AIX: missing extern decorations "[DS]" for functions and "[RW]" for variables

michael.haubenwallner@ssi-schaefer.com gcc-bugzilla@gcc.gnu.org
Fri Feb 13 21:40:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65058

--- Comment #1 from Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> ---
Probably this happens since gcc-4.3 due to this commit:
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/varasm.c?r1=119764&r2=119763&pathrev=119764

Problem is that assemble_external() does not call ASM_OUTPUT_EXTERNAL any more
to add the decorations, before the symbol is written via ASM_OUTPUT_SYMBOL_REF.



More information about the Gcc-bugs mailing list