[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2006-09-08 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2006-09-08 20:46 --- Sorry, your fix does not work because... it is not compiled !!! It is inside a #ifdef OBJ_ELF block, but the m68k-unknown-netbsd target uses the a.out format. Furthermore, I think you forgot to remo

[Bug gas/3129] Document use of \() in .macro

2006-09-08 Thread markus at gyger dot org
--- Additional Comments From markus at gyger dot org 2006-09-08 17:27 --- Subject: Re: Document use of \() in .macro Hi Nick, > I have applied the upload patch to improve the documenation in the way that > you suggested. Thanks! In case you're still in there, there are two other sm

[Bug gas/3129] Document use of \() in .macro

2006-09-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-09-08 16:24 --- Hi Markus, I have applied the upload patch to improve the documenation in the way that you suggested. Cheers Nick -- What|Removed |Added -

[Bug gas/3129] Document use of \() in .macro

2006-09-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-09-08 16:23 --- Created an attachment (id=1291) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1291&action=view) Improve macro documentation -- http://sourceware.org/bugzilla/show_bug.cgi?id=3129 --- You are rece

[Bug binutils/3110] unsupported relocation type {R_SPARC_H44, R_SPARC_WDISP30, R_SPARC_64}

2006-09-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-09-08 15:08 --- Created an attachment (id=1290) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1290&action=view) Preserve output file formats of copied archive elements unless explicitly requiested otherwise -- http:/

[Bug binutils/3110] unsupported relocation type {R_SPARC_H44, R_SPARC_WDISP30, R_SPARC_64}

2006-09-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-09-08 15:07 --- Hi Pawel, The real problem here appears to be that the libraries you are stripping contain object files of different target types (elf64-big and elf64-sparc). Objcopy was assuming that you wanted to convert all

[Bug binutils/3186] symbol `.debug_abbrev' required but not present

2006-09-08 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-08 09:36 --- Created an attachment (id=1289) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1289&action=view) assembly source produced by gcc-4.1.2svn. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3186 --- Y

[Bug binutils/3186] New: symbol `.debug_abbrev' required but not present

2006-09-08 Thread pluto at agmk dot net
$ cat tmp.cpp #include void foo() { } $ g++ -O1 -gdwarf-2 -g2 -feliminate-dwarf2-dups tmp.cpp -c --save-temps $ strip --strip-debug tmp.o BFD: st0P202e: symbol `.debug_abbrev' required but not present strip: st0P202e: No symbols -- Summary: symbol `.debug_abbrev' required but not pr

[Bug gas/3054] unknown architecture `ep9312'

2006-09-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-09-08 08:16 --- Hi Mark, > GCC build with "--with-cpu=ep9312" works fine with binutils. Your argument > is clear to me, but what do the gcc guys think about that? Well since Richard Earnshaw is both the gcc ARM maintainer and th