[Bug ld/10515] Linker corrupts the paddr and vaddr in program header

2009-10-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29 06:11 --- ld now gives an error "PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack them" -- What|Removed |Added

[Bug gas/10558] gas emits invalid reloc which causes ld to abort

2009-10-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29 05:41 --- Your asm snippet doesn't assemble. I added a .ent directive, and definitions for _devname and $LC4, and current mainline then assembles and links OK. Please correct your testcase. -- What

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-28 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-10-29 04:20 --- Cary, can we close this as fixed now? -- http://sourceware.org/bugzilla/show_bug.cgi?id=10842 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.

[Bug gold/10862] gold fails to link qemu - error: address of section '.tbss' moves backward

2009-10-28 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-10-29 04:20 --- It would be very helpful if you could pull together a self-contained test case. Thanks. -- What|Removed |Added --

[Bug ld/10858] ld generate broken PIE binaries on MIPS

2009-10-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29 03:47 --- Please identify the version of your working binutils. It would be really useful to know which patch introduced the failure, or failing that, as narrow a date range as you can manage easily. -- http://

Re: Syntax of '.set' assembler directive in GNU assembler

2009-10-28 Thread Alan Modra
On Tue, Oct 27, 2009 at 10:59:33PM -0700, Jeffi Edward.J wrote: > I could see in GNU assembler manual that for HPPA target, the syntax of .set > directive is > SYMBOL: .set value # (same as Diab assembly syntax) I think the manual is lying. HPPA supports a different .equ syntax "symbol .e

[Bug gold/10862] New: gold fails to link qemu - error: address of section '.tbss' moves backward

2009-10-28 Thread plaes at plaes dot org
I'm seeing following errors when trying to build qemu: [snip] LINK cris-linux-user/qemu-cris /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: error: address of section '.tbss' moves backward from 0x6017d080 to 0x6017cee0 LINK arm-linux-user/qemu-arm /usr/lib/gcc

[Bug gold/10861] New: gold fails to link fuse user space library (multiple definitions in same object)

2009-10-28 Thread plaes at plaes dot org
fuse - http://fuse.sourceforge.net/ [snip] libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/fuse.o .libs/fuse_kern_chan.o .libs/fuse_loop.o .libs/fuse_loop_mt.o .libs/fuse_lowlevel.o .libs/fuse_mt.o .libs/fuse_opt.o .libs/fuse_session.o .libs/fuse_signals.o .libs/helper.o .libs/subdir.o .libs

[Bug gold/10860] New: gold is missing '--warn-common' option

2009-10-28 Thread plaes at plaes dot org
When trying to build sdlmame, build fails during linking because gold linker is missing `--warn-common` option. [snip] Archiving obj/sdl/sdlmame/libosd.a... Archiving obj/sdl/sdlmame/libsound.a... Linking testkeys... Linking romcmp... /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-li

[Bug ld/10858] New: ld generate broken PIE binaries on MIPS

2009-10-28 Thread aurelien at aurel32 dot net
Most PIE binaries generated on MIPS are broken. Here is a small testcase to demonstrate the problem: /* compile with cc -pie -fPIE -o fpie fpie.c */ #include #include int val0 = 3; int val1 = 4; int *vals[2] = { &val0, &val1 }; int main(void) { printf("val0 is %i\n", *vals[0]);

Syntax of '.set' assembler directive in GNU assembler

2009-10-28 Thread Jeffi Edward.J
Hi, I have a doubt in using GNU assembler. I have powerpc-eabi cross toolchain with me. I have to use powerpc-eabi-as assembler on a assembly file which is written to be compatible with Diab (powerpc cross) assembler. My GNU assembler issues few errors in assembler directives, since the synt

[Bug gas/10853] Relocations for ppc assembler apply to entire field argument

2009-10-28 Thread cconstantine at arxandefense dot com
--- Additional Comments From cconstantine at arxandefense dot com 2009-10-28 11:09 --- Thanks for the quick clarification. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10853 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-28 10:08 --- . -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2009-10-28 10:03 --- checked that the sha test passes, when sha.o is built with this patch. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10856 --- You are receiving this mail because: --- You are on the CC list for th

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-28 08:24 --- Subject: Bug 10856 CVSROOT:/cvs/src Module name:src Branch: binutils-2_20-branch Changes by: amo...@sourceware.org 2009-10-28 08:23:49 Modified files: gas:

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-28 08:21 --- Subject: Bug 10856 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-10-28 08:21:45 Modified files: gas: ChangeLog expr.c gas/testsui