--- 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
--- 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
--- 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
-
--- 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
--- 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:/
--- 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
--- 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
$ 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
--- 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