[Bug binutils/31283] windmc (s390x) fails with: parser: syntax error

2024-01-30 Thread dan at danny dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=31283 --- Comment #7 from Dan Horak --- I think pinging Nick should be sufficient to get it included in Fedora. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/31283] windmc (s390x) fails with: parser: syntax error

2024-01-25 Thread dan at danny dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=31283 --- Comment #5 from Dan Horak --- (In reply to Richard Jones from comment #4) > v2: > > https://sourceware.org/pipermail/binutils/2024-January/132096.html even better :-) -- You are receiving this mail because: You are on the CC

[Bug binutils/31283] windmc (s390x) fails with: parser: syntax error

2024-01-24 Thread dan at danny dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=31283 --- Comment #3 from Dan Horak --- LGTM(In reply to Richard Jones from comment #2) > Created attachment 15329 [details] > 0001-binutils-windmc-Parse-input-correctly-on-big-endian-.patch > > Potential fix LGTM, thanks. -- You a

OCTETS_PER_BYTE and Gas

2016-02-05 Thread Dan
To those who maintain the GNU assembler, thank you. I am currently working on a back-end implementation of the assembler to an embedded system where OCTETS_PER_BYTE=4. From a C standpoint, you might think of it as a system where sizeof(char)==sizeof(int), and both are 32-bits. The embedded syste

[Bug ld/17433] ld crashes with segmentation fault when linking with libmpir.a

2015-08-12 Thread dan at math dot uiuc.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=17433 --- Comment #3 from Daniel R. Grayson --- I forgot to thank you for your suggestion long ago. Meanwhile I've managed to make further progress on our cygwin build by building the sharable library for mpir and linking against it. Thank you! O

objdump man page lines too long

2014-11-18 Thread 積丹尼 Dan Jacobson
$ COLUMNS=80 man objdump|perl -nwle 'print if length > 155' --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]] -a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-P,-r,-R,-

[Bug ld/17433] ld crashes with segmentation fault when linking with libmpir.a

2014-09-25 Thread dan at math dot uiuc.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=17433 --- Comment #1 from Daniel R. Grayson --- PS: I tried it with at least three other versions of binutils, too, with no luck. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/17433] New: ld crashes with segmentation fault when linking with libmpir.a

2014-09-25 Thread dan at math dot uiuc.edu
Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: dan at math dot uiuc.edu ld crashes with segmentation fault when linking with libmpir.a To reproduce: wget http://mpir.org/mpir-2.6.0.tar.bz2 tar xjf mpir-2.6.0.tar.bz2

Re: parallel make potential problem in bfd/doc

2014-09-12 Thread Dan Nicolaescu
Alan Modra writes: > On Wed, Sep 10, 2014 at 09:19:08AM -0400, Dan Nicolaescu wrote: >> Rules for updating the texi files look like this: > > They look a little different on binutils-gdb.git master. :) Thanks! ___ bug-binutils m

parallel make potential problem in bfd/doc

2014-09-10 Thread Dan Nicolaescu
Hi, It looks like the bfd/doc directory might have problems with parallel make if files need to be updated. Rules for updating the texi files look like this: aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str $(MAKE) $(MKDOC) ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../a

[Bug gas/16931] New: FTBFS in gas/config/tc-m68k.c with gcc 4.9

2014-05-11 Thread dan at danny dot cz
Assignee: unassigned at sourceware dot org Reporter: dan at danny dot cz build of binutils 2.24 with gcc 4.9 (gcc version 4.9.0 20140506 (Red Hat 4.9.0-3)) fails with ... gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I

[Bug gas/12296] cortex-m3: SVC is not permitted on this architecture

2011-03-31 Thread dan at wellkeeper dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12296 Dan McDonald changed: What|Removed |Added Attachment #5340|0 |1 is obsolete

[Bug gas/12296] cortex-m3: SVC is not permitted on this architecture

2011-03-29 Thread dan at wellkeeper dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12296 Dan McDonald changed: What|Removed |Added CC||dan at wellkeeper dot com

[Bug gas/12296] cortex-m3: SVC is not permitted on this architecture

2011-03-29 Thread dan at wellkeeper dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12296 --- Comment #2 from Dan McDonald 2011-03-29 19:52:08 UTC --- Created attachment 5340 --> http://sourceware.org/bugzilla/attachment.cgi?id=5340 update ARM_AEXT_V7_ARM macro to include ARM_OS_EXT flag This also affects target arm-none-e

[Bug binutils/11889] readelf: fixes for multiple crashes

2010-08-06 Thread dan dot j dot rosenberg at gmail dot com
-- What|Removed |Added Summary|readef: fixes for multiple |readelf: fixes for multiple |crashes |crashes http://sourceware.org/bug

[Bug binutils/11889] readef: fixes for multiple crashes

2010-08-06 Thread dan dot j dot rosenberg at gmail dot com
--- Additional Comments From dan dot j dot rosenberg at gmail dot com 2010-08-06 14:18 --- Created an attachment (id=4917) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4917&action=view) Revised patch, fixed casts Fixed to work on 64-bit platforms --

[Bug binutils/11889] readef: fixes for multiple crashes

2010-08-05 Thread dan dot j dot rosenberg at gmail dot com
--- Additional Comments From dan dot j dot rosenberg at gmail dot com 2010-08-06 05:01 --- Created an attachment (id=4916) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4916&action=view) Fix for readelf crashes -- http://sourceware.org/bugzilla/show_bug.cgi?i

[Bug binutils/11889] New: readef: fixes for multiple crashes

2010-08-05 Thread dan dot j dot rosenberg at gmail dot com
ry: readef: fixes for multiple crashes Product: binutils Version: 2.20 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: dan dot j dot rosenberg at

strings: clarify 8/16 bit

2006-04-23 Thread Dan Jacobson
You should put the bug address (back?) on the man page. $ man strings `-e ENCODING' `--encoding=ENCODING' Select the character encoding of the strings that are to be found. Possible values for ENCODING are: `s' = single-7-bit-byte characters (ASCII, ISO 8859, etc., default), `S' =

Re: infinate loop in as with .org pseudo

2005-08-17 Thread Dan Gohman
On Wed, Aug 17, 2005 at 06:59:14PM +0100, Nick Clifton wrote: > Hi Dan, > > >Given this as input (three lines): > > > > foo = . > > .org foo+16 > > foo = . > > > >GNU as (with no special command-line options) apparently goes into an > >inf

infinate loop in as with .org pseudo

2005-08-12 Thread Dan Gohman
Hat Enterprise Linux WS release 3 which have various versions of as, from 2.13 to 2.15. Thanks for your help, Dan -- Dan Gohman <[EMAIL PROTECTED]> ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: PA-RISC bug in gas

2005-05-18 Thread Dan Bonachea
At 02:50 AM 5/18/2005, Nick Clifton wrote: Hi Dan, Hi - I'm trying to use gas 2.15 on PA-RISC, and I want to issue an ldcws instruction like: ldcws,co 0(%r20), %r19 which is accepted by the HP assembler, but gas barfs with: Error: Invalid Short Load/Store Completer. gas apparently do

PA-RISC bug in gas

2005-05-06 Thread Dan Bonachea
, 0}, +{ "ldcws", 0x0c0011c0, 0xfc001fc0, "cd5(b),t", pa10, 0}, { "stws", 0x0c001280, 0xfc001fc0, "cMx,V(s,b)", pa10, 0}, { "stws", 0x0c001280, 0xfc001fc0, "cMx,V(b)", pa10, 0}, { "sths", 0x0c001240, 0xfc001fc0, "cMx,V(s,b)", pa10, 0}, Thanks, Dan ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils