On Thu, Apr 18, 2013 at 7:43 PM, Eero Tamminen <oak@helsinkinet.fi> wrote:
I tested what effect those flags and "-X" had on my own binary:
- "-S" doesn't seem to have any effect
" "-X" doesn't seem ot have any effect
- "-x" strips away lots of interesting symbols
I can confirm that. For some reason, m68k-atari-mint-strip works like this, esp. getting rid of all those .L symbols would be great, it makes debugging less clear.
By the way, Eero's "-S -X -w -N '.L[0-9]*'" doesn't work either -- it removes all (!) symbols.