Re: ARM GCC rename static functions?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pan ruochen <panruochen@xxxxxxxxx> writes:

> Well, there is not a symbol named 'register_signal_handler' in a.out.
> I think gcc creates a new internal name T.25 to substitute the
> original register_signal_handler for some purpose.
> Is there any option to disable this feature?
> I really think it brings me troubles in translating the T.xx stuff
> back to the original symbol names when I have to read the unassembly
> code.

Besides Andrew's answer, renaming the symbol back to the original would
be very misleading, as the new function does not take the same arguments
as the original.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux