This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crtX.o


Have you tried nm crtX.o??

% nm crt1.o
0000000000000000 a *ABS*
0000000000000000 G _IO_stdin_used
0000000000000000 D __data_start
0000000000000008 D __libc_ia64_register_backing_store_base
                 U __libc_start_main
                 U _fini
                 U _init
0000000000000000 T _start
0000000000000000 W data_start
                 U main

Rayson



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]