gcc symbol names
Al Niessner
Al_Niessner@bigfoot.com
Sat Feb 26 20:29:00 GMT 2000
I built the egcs 1.1.2 compiler and am now having symbol name problems.
I have some old libraries that use a different naming scheme and I would
ike to know how to make the new gcc match the old gcc names. The
difference is quite simple. Using nm:
old name: _$_blahblahblah
new name: _._blahblahblah
How do I get the gcc I compiled to use '$' instead of '.'?
Any and all help is appreciated.
Al Niessner
More information about the Gcc-help
mailing list