a gcc/MIPS/linux port issue

Kirill Malkin malkin@reldata.com
Mon Nov 30 00:33:00 GMT 1998


egcs version: egcs-2.91.57 19980901
system: native Linux/MIPS 2.1.36 or Linux/i586 2.0.34, cross-compiling for
Linux/MIPS
problem: signal 11 during compilation of glibc-2.0 elf/soinit.c
reason: macro ASM_OUTPUT_SECTION_NAME still refers to asm_out_text_file
which is NULL because gcc/config/mips/linux.h redefines ASM_FILE_START, so
asm_out_text_file doesn't get initialized.
possible solution: change asm_out_text_file to F in ASM_OUTPUT_SECTION_NAME
(probably was meant to be this way, but was left behind).

Hey, egcs team!

I found a small problem with egcs-1.1b (see above). Hope my 2 cents can
help. Of course, feel free to contact me for any questions.

Thanks for all the great stuff you put out!

Sincerely,

Kirill Malkin
Reliable Data Technology, Inc.
1719 Route 10, suite 209
Parsippany, NJ 07054
voice (973) 644-2770, fax (973) 644-3385




More information about the Gcc-bugs mailing list