This is the mail archive of the gcc@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: 1.1.2pre3 weak frame stuff



  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


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