bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

m68k objcopy bug


From: Artemii S. Ivanov
Subject: m68k objcopy bug
Date: Tue, 20 Feb 2001 21:32:28 +0300 (MSK)

Dear gnu people

Could you help me with the following problem:

I've built binutils for m68k arch.:
../../src/$BINUTILS_VERSION/configure --target=m68k-wrs-vxworks \
                                   --prefix=${WIND_BASE}/host/x86-linux \
                                   --program-prefix="" \
                                   --program-suffix="68k"
, then
make, and make install

The problem appears when we try to make symbol local for object module:

a.c:
..............
void a () {
  return;
}
...............

gcc68k a.c

nm68k a.out
00000000 t /tmp/cc1Kuuwj.o
00000000 t ___gnu_compiled_c
00000000 T _a
         U _b
00000000 t gcc2_compiled.

objcopy68k -L _a a.out
nm68k a.out
00000000 t /tmp/cc1Kuuwj.o
00000000 t ___gnu_compiled_c
00000000 T _a
         U _b
00000000 t gcc2_compiled.

As you could see I can't make _a - local,
though there's no problem with ppc binutils

Sure, you can help me

Thank you.
Artemii S. Ivanov
Russia.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]