From mboxrd@z Thu Jan 1 00:00:00 1970 From: alan@spri.levels.unisa.edu.au (Alan Modra) To: gas2@cygnus.com Subject: gcc2_compiled. Date: Tue, 09 Apr 1996 17:29:00 -0000 Message-id: X-SW-Source: 1996/msg00013.html Hello all, Somewhere since gas-960129, the handling of symbols defined outside of a segment such as "gcc2_compiled.", has changed. On elf32_i386, I find that st_info is now zero (STT_NOTYPE), rather than one (STT_OBJECT). This breaks insmod on linux, because it wrongly used (sp->st_info & 0xf) == 0 to test for undefined symbols. I've fixed insmod, but why the change? Is STT_NOTYPE correct for symbols such as gcc2_compiled. ? Alan