bug-binutils@gnu.org

2010-07-22 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-07-22 11:05 --- (In reply to comment #4) > You need to double & for every level of expansion. .irp introduces another > such > level. I tried using 8 ampersands (&&&&&&&&am

bug-binutils@gnu.org

2010-07-22 Thread konrad dot schwarz at siemens dot com
*ABS*:0050 s_gpr20 *ABS*:0054 s_gpr21 *ABS*:0058 s_gpr22 *ABS*:005c s_gpr23 *ABS*:0060 s_gpr24 *ABS*:0064 s_gpr25

bug-binutils@gnu.org

2010-07-22 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-07-22 10:16 --- (In reply to comment #2) > (In reply to comment #1) > > & is special in the altmacro syntax. You need to double it to get a > > literal &. The GAS manual does not sa

bug-binutils@gnu.org

2010-07-22 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-07-22 10:09 --- (In reply to comment #1) > & is special in the altmacro syntax. You need to double it to get a literal > &. Note that altmacro syntax is not in effect when the bug exhibits itself

bug-binutils@gnu.org

2010-07-22 Thread konrad dot schwarz at siemens dot com
*ABS*:0050 s_gpr20 *ABS*:0054 s_gpr21 *ABS*:0058 s_gpr22 *ABS*:005c s_gpr23 *ABS*:0060 s_gpr24 *ABS*:0064 s_gpr25

[Bug ld/11178] Documentation enhancement: option -e

2010-01-18 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-01-18 07:52 --- Hm, perhaps this behavior was changed in the meantime. The ld I am using reports: $ ld --version GNU ld (GNU Binutils; openSUSE 11.1) 2.19 Copyright 2007 Free Software Foundation, Inc. and I am

[Bug ld/11178] New: Documentation enhancement: option -e

2010-01-15 Thread konrad dot schwarz at siemens dot com
Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: konrad dot schwarz at siemens dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla

[Bug binutils/10773] Malformed archive created when adding several files at once

2010-01-12 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-01-12 15:37 --- (In reply to comment #7) > As I said I could not reproduce this bug with many different versions of FSF > binutils. Have you built a version of FSF binutils that exhibits this bug? > If

[Bug binutils/10773] Malformed archive created when adding several files at once

2010-01-12 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-01-12 09:52 --- (In reply to comment #5) > Likely a filesystem bug Actually, the bug went away went I stopped mixing 32 and 64 bit x86 ELF object files in a single archive. I am almost 100% sure this is the act

[Bug gas/10777] Macro processing altercation

2010-01-12 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2010-01-12 09:52 --- (In reply to comment #1) > You can easily add m4 processing to gas yourself by writing a tiny wrapper > script. I see no need to add yet another feature to gas. Well, like I wrote: > Th

[Bug gas/10775] x86 64 documentation addenda

2009-10-20 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-20 07:44 --- Subject: RE: x86 64 documentation addenda > > > movabs is not the only form to load a 64-bit literal into > a register. > > > > If there are other forms, where are t

[Bug gas/10775] x86 64 documentation addenda

2009-10-19 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-19 08:52 --- Please add the other parts of the patch too. See Comment #4 for why. (Sorry for the long lines). If you wish, I can submit the proposed changes in patch form. -- What|Removed

[Bug gas/10775] x86 64 documentation addenda

2009-10-19 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-19 07:05 --- Subject: RE: x86 64 documentation addenda Hi, forgive me for being so blunt, but you are wrong in rejecting some parts of the patch. Please see below for a detailed rebuttal. The gist of the

[Bug binutils/10773] Malformed archive created when adding several files at once

2009-10-15 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-15 13:39 --- Created an attachment (id=4284) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4284&action=view) Terminal transcript exhibiting the bug. -- http://sourceware.org/bugzilla/show_bug

[Bug binutils/10773] Malformed archive created when adding several files at once

2009-10-15 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-15 13:34 --- (From update of attachment 4283) To recreate the bug, $ mkdir zip $ cd zip $ ar x ../../generated/libosek-b_gpx_.a $ ar cr lib1.a *.o $ ar t lib1.a ar: lib1.a: Malformed archive $ for i in *.o

[Bug binutils/10773] Malformed archive created when adding several files at once

2009-10-15 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-15 13:24 --- Created an attachment (id=4283) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4283&action=view) ar(1) archive containing object files that give ar problems To recreate the bug,

[Bug gas/10777] New: Macro processing altercation

2009-10-14 Thread konrad dot schwarz at siemens dot com
Macro processing altercation Product: binutils Version: 2.19 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: konrad dot schwarz at siemens dot com

[Bug gas/10775] New: x86 64 documentation addenda

2009-10-14 Thread konrad dot schwarz at siemens dot com
Product: binutils Version: 2.19 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: konrad dot schwarz at siemens dot com CC: bug-binutils at gnu dot org h

[Bug ld/10774] New: Bogus documentation

2009-10-14 Thread konrad dot schwarz at siemens dot com
amp; start_of_FLASH, & start_of_ROM, & end_of_ROM - & start_of_ROM)\ ; Note the use of the `&' operators. These are correct. -- Summary: Bogus documentation Product: binutils Version: 2.19 Status: NEW Severity: normal Prio

[Bug binutils/10773] New: Malformed archive created when adding several files at once

2009-10-14 Thread konrad dot schwarz at siemens dot com
once Product: binutils Version: 2.19 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: konrad dot schwarz at siemens dot com