[Bug binutils/6997] avr32 support

2009-03-10 Thread christian dot gmeiner at gmail dot com

--- Additional Comments From christian dot gmeiner at gmail dot com  
2009-03-10 10:30 ---
Any updates?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6997

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/6997] avr32 support

2009-03-10 Thread eric dot weddington at atmel dot com

--- Additional Comments From eric dot weddington at atmel dot com  
2009-03-10 12:38 ---
No updates.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6997

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/521] GNU ar on Solaris creates invalid archives in some cases

2009-03-10 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-03-10 15:46 
---
Hi Niki,

  Sorry but I still cannot reproduce the problem.  I checked both versions of
libmath.a that you uploaded and they both responded to the ar program, both with
the 't' command and the 'x' command.

  If you are willing to accept a large email (~270k) I can send you a copy of
the ar binary that I have been using so that you can try it out yourself.

Cheers
  Nick


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=521

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/521] GNU ar on Solaris creates invalid archives in some cases

2009-03-10 Thread niki dot waibel at gmx dot net

--- Additional Comments From niki dot waibel at gmx dot net  2009-03-10 
16:10 ---
sure. just send it to my gmx addr given in Cc. i guess your version of ar will 
work.

you may need to send me your libbfd-2.19.50.0.1.20081007.so lib also ...
===
$ ldd /misc/i386-pc-solaris2.10/opt/binutils/2.19.50.0.1/bin/ar
libbfd-2.19.50.0.1.20081007.so =>   
/misc/i386-pc-solaris2.10/lib/libbfd-2.19.50.0.1.20081007.so
libl.so.1 => /usr/lib/libl.so.1
libz.so.1 => /misc/i386-pc-solaris2.10/lib/libz.so.1
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
===

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=521

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9938] New: TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-10 Thread niki dot waibel at gmx dot net
when compiling gettext-0.17 on i386-pc-solaris2.10 with gcc-4.3.3 and
binutils-2.19.50.0.1, i get:
===
gcc -std=gnu99 -fopenmp -fPIC -Wall -O2 -Wl,--enable-new-dtags -Wl,--rpath
-Wl,/misc/i386-pc-solaris2.10/lib -o .libs/msgmerge msgmerge-msgmerge.o
msgmerge-msgl-fsearch.o msgmerge-plural-count.o -fopenmp 
-L/misc/i386-pc-solaris2.10/lib ./.libs/libgettextsrc.so
/tmp/gettext-0.17/gettext-tools/gnulib-lib/.libs/libgettextlib.so -lncurses
/tmp/gettext-0.17/gettext-tools/intl/.libs/libintl.so -liconv -lc -lm -lsec 
-Wl,--rpath -Wl,/misc/i386-pc-solaris2.10/opt/gettext/0.17/lib
/misc/i386-pc-solaris2.10/bin/ld:
/misc/i386-pc-solaris2.10/opt/gcc/4.3.3/lib/gcc/i386-pc-solaris2.10/4.3.3/libgomp.a(loop.o):
TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 against `gomp_tls_data' at
0x1b in section `.text' failed
/misc/i386-pc-solaris2.10/opt/gcc/4.3.3/lib/gcc/i386-pc-solaris2.10/4.3.3/libgomp.a:
could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [msgmerge] Error 1
make[4]: Leaving directory `/tmp/gettext-0.17/gettext-tools/src'
make[3]: *** [all] Error 2
===

i can't use binutils-2.19.51.0.2 yet, because of bug#521 (currently being worked
on) ... not sure if this is somehow related (not an binutils expert -- just a
user) ... not sure if this is a gcc problem also.

-- 
   Summary: TLS transition from R_386_TLS_GD to R_386_TLS_IE_32
error when compiling gettext-0.17
   Product: binutils
   Version: 2.19
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: niki dot waibel at gmx dot net
CC: bug-binutils at gnu dot org
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


http://sourceware.org/bugzilla/show_bug.cgi?id=9938

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-10 Thread niki dot waibel at gmx dot net

--- Additional Comments From niki dot waibel at gmx dot net  2009-03-10 
17:24 ---
it seems, if i compile gettext-0.17 with --disable-openmp, i am fine (libgomp.a
is simply not used).

--disable-openmp is a good workaround for gettext, but maybe someone can figure
out why ld is producing this error when linking against libgomp.a of gcc.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9938

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-10 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-03-10 17:51 
---
Created an attachment (id=3806)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3806&action=view)
Allow object files with relocs but no symbol table.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9934

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-10 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-03-10 17:53 
---
Hi Mike,

  The crtn.o file in your tarball is the culprit - it contains relocs that do
not not refer to any symbols.  Since those are the only kind of relocs in that
file there is no symbol table either and this is what is confusing the BFD 
library.

  Please try the uploaded patch which should work for your tarball but maybe not
for other tests.  (I did not try to track down all the places where the
assumption is made that relocs==symbols).

Cheers
  Nick


-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=9934

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-10 Thread hjl dot tools at gmail dot com

--- Additional Comments From hjl dot tools at gmail dot com  2009-03-10 
18:00 ---
Please provide loop.o in libgomp.a.

-- 
   What|Removed |Added

 CC||hjl dot tools at gmail dot
   ||com


http://sourceware.org/bugzilla/show_bug.cgi?id=9938

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-10 Thread hjl dot tools at gmail dot com

--- Additional Comments From hjl dot tools at gmail dot com  2009-03-10 
18:04 ---
Please also provide loop.s.

-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=9938

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-10 Thread vapier at gentoo dot org

--- Additional Comments From vapier at gentoo dot org  2009-03-10 23:13 
---
that does fix the crash, but now ld exits with 1 without any error message
(patch applied to binutils-2.19.1)

running with --verbose shows no info as to why ld decided to exit(1) ...

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9934

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils