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