This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libtool litter


On Mon, May 14, 2001 at 11:39:21AM -0400, John David Anglin wrote:
> The problem appears to be that assemble_external is called prior to the
> assembler output file being opened:
> 
> Breakpoint 14, assemble_external (decl=0x7adcd138) at ../../gcc/varasm.c:1637
> 1637              SYMBOL_REF_USED (XEXP (rtl, 0)) = 1;
> (gdb) p asm_out_file
> $1 = (FILE *) 0x0
> 
> The PA port actually does real output when assemble_external is called.

Where is this called from?  Or easier, pass me a preprocessed file?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]