[Bug gold/11740] GOLD build fails, vasprintf undefined on solaris

2010-06-22 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-06-23 04:00 --- Thanks for the bug report. This has alread ybeen fixed in the development sources. The patch is: 2010-03-05 Ian Lance Taylor * incremental.cc: Include "libiberty.h". http://sourceware.org/ml/binutils/2

[Bug gold/11740] New: GOLD build fails, vasprintf undefined on solaris

2010-06-22 Thread Daniel dot Davies at xerox dot com
I encountered this bug while building gcc-4.5.0. The GCC folks said to reort it to you since you maintain GOLD. Here's what I did. Download and unpack libelf-0.8.13, binutils-2.20, gcc-core-4.5.0, gcc-g++-4.5.0, gmp-4.3.2, mpfr-2.4.2, mpc-0.8.2, ppl-0.10.2 into peer directories. Symbolic links

x64 movabs only supports rax as the destination if source is a symbol

2010-06-22 Thread William Bardwell
movabs $1, %rax movabs $1, %r11 both work fine and generate appropriate code, but: movabs foo, %rax works and movabs foo, %r11 doesn't. Tested with: GNU assembler version 2.17.50.0.6-14.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-14.el5 20061020 but I think that 2.2 has the

[Bug ld/11675] -- oformat binary or srec broken

2010-06-22 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2010-06-22 18:47 --- Hello, Nick. I don't really use the m68k-elf target myself, I discovered this bug by running the testsuite. I often use an a.out toolchain to produce srec binaries directly from .o files, it works