--- Additional Comments From hjl at lucon dot org 2007-04-25 02:33 ---
An updated patch is at
http://sourceware.org/ml/binutils/2007-04/msg00331.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4424
--- You are receiving this mail because: ---
You are on the CC list fo
--- Additional Comments From amodra at bigpond dot net dot au 2007-04-25
01:50 ---
This is good. At least now the FreeBSD project can fix their crtend.o rather
than wondering why C++ exception performance is dismal for them.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4423
--
--- Additional Comments From hjl at lucon dot org 2007-04-25 00:01 ---
A patch is posted at
http://sourceware.org/ml/binutils/2007-04/msg00330.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4424
--- You are receiving this mail because: ---
You are on the CC list for
elf_link_add_object_symbols has
if (! dynamic
&& is_elf_hash_table (htab)
&& htab->root.creator == abfd->xvec
&& bed->check_relocs != NULL)
When you link Linux object files on FreeBSD, htab->root.creator != abfd->xvec.
As the result, linker will fail later. We need a better w
crtend.o on FreeBSD 6.2 has
[EMAIL PROTECTED] /export/build/gnu/binutils]$
./build-x86_64-freebsd/binutils/readelf -wf /usr/lib/crtend.o
The section .eh_frame contains:
ZERO terminator
0004 0010 CIE
Version: 1
Augmentation: ""
Code alignmen
--
What|Removed |Added
CC||hjl at lucon dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=4409
--- You are receiving this mail
On Mon, Apr 23, 2007 at 07:43:59PM +0530, aniruddha wrote:
> g++-c -o test1.o test1.cpp
> /home/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-g++ --static
> -o test1 test1.o
>
> /home/buildroot/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/bin/ld:
>
--- Additional Comments From hjl at lucon dot org 2007-04-24 14:51 ---
*** This bug has been marked as a duplicate of 2737 ***
--
What|Removed |Added
Status|NEW
--- Additional Comments From hjl at lucon dot org 2007-04-24 14:51 ---
*** Bug 4412 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
CC|
aniruddha <[EMAIL PROTECTED]> writes:
> make[1]: Leaving directory `/home/buildroot/build_arm/sysappl/C++'
> for i in C++ ; do make -C $i || exit ; done
> make[1]: Entering directory `/home/buildroot/build_arm/sysappl/C++'
> g++-c -o test1.o test1.cpp
> /home/buildroot/build_arm/staging_dir/
make[1]: Leaving directory `/home/buildroot/build_arm/sysappl/C++'
for i in C++ ; do make -C $i || exit ; done
make[1]: Entering directory `/home/buildroot/build_arm/sysappl/C++'
g++-c -o test1.o test1.cpp
/home/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-g++ --static
-o test1 test1.
Hi Arto,
/build/binutils-2.17.50/opcodes/arm-dis.c: In function 'print_insn':
/build/binutils-2.17.50/opcodes/arm-dis.c:3967: warning: 'type' may be used
uninitialized in this function
Fixed.
Cheers
Nick
opcodes/ChangeLog
2007-04-24 Nick Clifton <[EMAIL PROTECTED]>
* arm-dis.c
Hi Arto,
/build/binutils-2.17.50/bfd/coffcode.h: In function 'coff_canonicalize_reloc':
/build/binutils-2.17.50/bfd/coffcode.h:4911: warning: 'dst.r_offset' is used
uninitialized in this function
This should now be fixed.
Cheers
Nick
___
bug-
Hi Arto,
Workaround: initialize
dpt.dunno = 0;
gcc -DHAVE_CONFIG_H -I. -I/build/binutils-2.17.50/binutils -I. -D_GNU_SOURCE -I.
-I/build/binutils-2.17.50/binutils -I../bfd -I/build/binutils-2.17.50/binutils/../bfd
-I/build/binutils-2.17.50/binutils/../include
-DLOCALEDIR="\"/usr/lo
--- Additional Comments From ivbx at mail dot ru 2007-04-24 08:05 ---
Configure binutils witch option:
--target=m68k-coff --enable-shared, --target=m68k-none-coff,
--target=m68k-coff-none, --target=m68k-*-coff,
successfull.
During compilation error: "This target is no longer supported
15 matches
Mail list logo