This is the mail archive of the gcc-help@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: GCC 4.8 build


On Wed, Mar 27, 2013 at 10:57 AM, Kalai Rajah N <kalairajah@gmail.com> wrote:
> I had to install elfutils as Systemtap requires it.
>
> This is what I see from the help of nm (elfutils) ...
>
> % nm --help | grep -e "\-p" -e "\-g"
>   -g, --extern-only          Display only external symbols
>   -s, --print-armap          Include index for symbols from archive members
>   -A, --print-file-name      Print name of the input file before every symbol
>   -P, --portability          Same as --format=posix
>   -S, --print-size           Print size of defined symbols
>   -p, --no-sort              Do not sort the symbols
>
> Is this the information that you needed / you want me to run any other
> specific command with elfutils nm to see the output?

Please run

gcc -c -o morestack.o SRCDIR/libgcc/config/i386/morestack.S
nm -pg morestack.o

and send us the nm output.  Thanks.

Ian


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