This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
In message <x88pv6ilrqg.fsf@nbeckerpc.hns.com>you write: > On i686-pc-linux-gnu I should see that the register_frame related > symbols are weak, right? And what libs should I look at? They are weak references, not weak definitions. nm may not show them correctly. objdump will. [law@ralph /scr/egcs-1.1/gcc] objdump --syms crtend.o crtend.o: file format elf32-i386 SYMBOL TABLE: [ ... ] 00000000 w *UND* 00000000 __deregister_frame_info 00000000 w *UND* 00000000 __register_frame_info