[Bug gas/6768] linking in gas fails with uclibc because of missing libm or flag "-lm" respectively

2009-01-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-01-16 07:41 --- I didn't realise this was an --enable-shared build. gas links against the shared libopcodes, which means you are linking against the whole libopcodes. libopcodes has a reference to floatformat_to_double

[Bug binutils/9749] The section is put not in order

2009-01-15 Thread uzytkownik2 at gmail dot com
--- Additional Comments From uzytkownik2 at gmail dot com 2009-01-16 01:18 --- I'll publish a test case soon (but please don't make jokes...) -- http://sourceware.org/bugzilla/show_bug.cgi?id=9749 --- You are receiving this mail because: --- You are on the CC list for the bu

[Bug binutils/9749] New: The section is put not in order

2009-01-15 Thread uzytkownik2 at gmail dot com
I'm not quite sure if it is a bug or feature request (at least on mailong list it was pointed out as bug). I try to produce an ELF in multiboot format - therefore the setup section have to be within 0x2000. If I add big data to .bss section I recive such layouts: Gold: There are 8 section headers,

Re: gold and shared objects with gcc 4.1.2

2009-01-15 Thread Ian Lance Taylor
Roland Baumann writes: >>> >>> I compile this with: >>> g++-4.1.2 -c test_shared.cc -o test_shared.o g++-4.1.2 -B -shared -s test_shared.o -o test_shared.so >> >> I'm not able to recreate this problem with either binutils 2.19 or >> with the development version. Can you post the outpu

Re: gold and shared objects with gcc 4.1.2

2009-01-15 Thread Roland Baumann
I compile this with: g++-4.1.2 -c test_shared.cc -o test_shared.o g++-4.1.2 -B -shared -s test_shared.o -o test_shared.so I'm not able to recreate this problem with either binutils 2.19 or with the development version. Can you post the output of your -shared command line with the -v option?

[Bug gas/9722] ARM:Wrong (thumb-2) opcode for "nop" in UAL mode

2009-01-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-15 12:35 --- Hi Bastian, Great - I have checked the patch in along with a new test for the ARM testsuite and a tweak of an existing test. Cheers Nick -- What|Removed |Added ---

[Bug gas/9722] ARM:Wrong (thumb-2) opcode for "nop" in UAL mode

2009-01-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-15 12:34 --- Subject: Bug 9722 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-15 12:33:46 Modified files: gas/testsuite/gas/arm: archv6m.d gas/testsuite

[Bug ld/9727] "ld -r --gc-sections --entry" doesn't work with COMDAT group

2009-01-15 Thread bruck dot michael at googlemail dot com
--- Additional Comments From bruck dot michael at googlemail dot com 2009-01-15 09:11 --- (In reply to comment #8) > Fixed. Works for me Thanks -- http://sourceware.org/bugzilla/show_bug.cgi?id=9727 --- You are receiving this mail because: --- You are on the CC list for th