[Bug ld/6931] COMDAT group is broken

2008-10-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-04 07:03 --- http://sourceware.org/ml/binutils-cvs/2008-10/msg00022.html http://sourceware.org/ml/binutils/2008-10/msg00045.html -- What|Removed |Added

Re: [Bug binutils/6937] binutils 2.18 fails linking libopcodes.so due to missing symbols

2008-10-04 Thread Nick Clifton
Hi Peter, mkdir build; cd build; LDFLAGS=-Wl,-z,defs ../binutils-2.18/configure --target=armv5te-softfloat-linux-uclibc That is exactly what I tried and yet it worked for me. (I assume that you are using a bash like shell and a linux host, yes ?). After the configure stage did you just

[Bug binutils/6937] binutils 2.18 fails linking libopcodes.so due to missing symbols

2008-10-04 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-04 08:22 --- Subject: Re: binutils 2.18 fails linking libopcodes.so dueto missing symbols Hi Peter, mkdir build; cd build; LDFLAGS=-Wl,-z,defs ../binutils-2.18/configure --target=armv5te-softfloat-linux-uclibc That

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-04 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-10-04 16:46 --- (In reply to comment #7) Hi Hans-Peter, Would you mind if I add a specific gas-testcase for \@ in a section directive and elsewhere? Please do. Come to think of it, that test shows that the \@

[Bug ld/6943] New: Avr target - Starting with 2.18, the LMA for the .bss section now resides inside .text

2008-10-04 Thread curtvm at yahoo dot com
Summary- for the avr target, the .bss section is now getting an LMA address inside the .text region, allowing the unused space set aside by the linker to collide with other sections, or the end of flash. Starting with binutils 2.18, the change log indicates changes were made in the way the LMA

[Bug ld/6943] Avr target - Starting with 2.18, the LMA for the .bss section now resides inside .text

2008-10-04 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2008-10-05 02:58:42 date|

[Bug ld/6943] Avr target - Starting with 2.18, the LMA for the .bss section now resides inside .text

2008-10-04 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au Status|ASSIGNED

[Bug ld/6943] Avr target - Starting with 2.18, the LMA for the .bss section now resides inside .text

2008-10-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-05 04:27 --- http://sourceware.org/ml/binutils-cvs/2008-10/msg00030.html http://sourceware.org/ml/binutils-cvs/2008-10/msg00031.html http://sourceware.org/ml/binutils/2008-10/msg00053.html -- What