FW: strip incompatible with gcc -Wl, -taso linker option on Alpha ?

Thorsten Kranzkowski dl8bcu at dl8bcu.de
Thu Jan 6 20:25:43 UTC 2005


On Thu, Jan 06, 2005 at 10:08:24AM -0800, Jim McCarthy wrote:
> Apologies in advance for cross-posting this to axp-list, but
> I received a reply from Nick Clifton (nickc at redhat) stating
> "binutils" is now at version 2.15 ...
> 
> Hence I wonder if anyone out there in axp-list land might be
> willing to cut/paste my simple "taso_strip_test.c" code from
> the posting below, and walk through the steps that follow "$"

bash-2.04$  gcc -Wl,-taso -O -o blah blah.c 
bash-2.04$ ./blah 
4096 bytes of memory allocated at 0x12012010
16384 bytes of memory allocated at 0x12012010
36864 bytes of memory allocated at 0x12012010
65536 bytes of memory allocated at 0x12012010
102400 bytes of memory allocated at 0x12012010
147456 bytes of memory allocated at 0x40192010
200704 bytes of memory allocated at 0x40192010
262144 bytes of memory allocated at 0x40192010
331776 bytes of memory allocated at 0x40192010
409600 bytes of memory allocated at 0x40192010
bash-2.04$ strip
strip      strip.xxx  
bash-2.04$ strip blah
bash-2.04$ ./blah 
4096 bytes of memory allocated at 0x12012010
16384 bytes of memory allocated at 0x12012010
36864 bytes of memory allocated at 0x12012010
65536 bytes of memory allocated at 0x12012010
102400 bytes of memory allocated at 0x12012010
147456 bytes of memory allocated at 0x40192010
200704 bytes of memory allocated at 0x40192010
262144 bytes of memory allocated at 0x40192010
331776 bytes of memory allocated at 0x40192010
409600 bytes of memory allocated at 0x40192010
bash-2.04$ strip --version
GNU strip 2.14.90.0.4 20030523
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
bash-2.04$ gcc --version
gcc (GCC) 3.4.0
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bash-2.04$ uname -a
Linux ds20 2.6.5 #2 SMP Tue May 4 21:06:58 UTC 2004 alpha unknown
bash-2.04$ 


Compaq DS20 - dual 21264 (ev6) - 2GB Ram - do-it-yourself-Linux


bye,
Thorsten


-- 
| Thorsten Kranzkowski        Internet: dl8bcu at dl8bcu.de                      |
| Mobile: ++49 170 1876134       Snail: Kiebitzstr. 14, 49324 Melle, Germany  |
| Ampr: dl8bcu at db0lj.#rpl.deu.eu, dl8bcu at marvin.dl8bcu.ampr.org [44.130.8.19] |




More information about the axp-list mailing list