Re: Binutils 2.25 Released - New D demangling support

2015-01-20 Thread Laeeth Isharc via Digitalmars-d-announce
How do I get it? --- The release itself is a source package, however a safer choice is to get the release binaries through your Linux distributor. Fortunately, there have been distributions who have been shipping it as early as three weeks ago. In case it saves someone else a few minutes:

Re: Binutils 2.25 Released - New D demangling support

2015-01-20 Thread Laeeth Isharc via Digitalmars-d-announce
yum install fedora-repos-rawhide yum install binutils --enablerepo rawhide objdump -v sorry. should be: yum install fedora-release-rawhide yum install binutils --enablerepo rawhide objdump -v

Re: Binutils 2.25 Released - New D demangling support

2015-01-14 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-01-14 09:46, Iain Buclaw via Digitalmars-d-announce wrote: I can't comment on that. Maybe via Macports? Otherwise if BSD have their own linker, someone will need to go and get friendly with the developers up their toolchain. Right, forgot about that the toolchain is BSD based. --

Re: Binutils 2.25 Released - New D demangling support

2015-01-14 Thread Joakim via Digitalmars-d-announce
On Wednesday, 14 January 2015 at 14:42:09 UTC, Jacob Carlborg wrote: On 2015-01-14 09:46, Iain Buclaw via Digitalmars-d-announce wrote: I can't comment on that. Maybe via Macports? Otherwise if BSD have their own linker, someone will need to go and get friendly with the developers up

Re: Binutils 2.25 Released - New D demangling support

2015-01-14 Thread Iain Buclaw via Digitalmars-d-announce
On 14 January 2015 at 07:30, Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On 2015-01-13 22:31, Iain Buclaw wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as it is the first to

Re: Binutils 2.25 Released - New D demangling support

2015-01-14 Thread Atila Neves via Digitalmars-d-announce
Awesome work, thanks! Already available on Arch Linux indeed, just typed objdump as per your post and it worked. Editing my dmd.conf right now. Atila On Tuesday, 13 January 2015 at 21:31:15 UTC, Iain Buclaw wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released!

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-01-13 22:31, Iain Buclaw wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as it is the first to come with D demangling support in the GNU toolchain. Is this something what will work on OS X? I'm not sure how

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/13/15 1:51 PM, deadalnix wrote: This deserve to be on reddit. Ask, and ye shall receive. http://www.reddit.com/r/programming/comments/2sbxto/gnu_binutils_225_released_with_d_demangling/ Andrie

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Iain Buclaw via Digitalmars-d-announce
On 13 January 2015 at 22:07, Paul O'Neil via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: This looks great! Does this mean anything with respect to getting better demangling in GDB? This was first written for GDB (announced at DConf 2014) but without the template

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Paul O'Neil via Digitalmars-d-announce
On 01/13/2015 05:22 PM, ketmar via Digitalmars-d-announce wrote: On Tue, 13 Jan 2015 17:07:02 -0500 Paul O'Neil via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: This looks great! Does this mean anything with respect to getting better demangling in GDB? it seems to be

Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Iain Buclaw via Digitalmars-d-announce
Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as it is the first to come with D demangling support in the GNU toolchain. Unfortunately, I forgot to send in patches that actually document it! So for the moment, it's a

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread ketmar via Digitalmars-d-announce
On Tue, 13 Jan 2015 21:31:14 + Iain Buclaw via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as it is the first to come with D demangling support in

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Iain Buclaw via Digitalmars-d-announce
On 13 January 2015 at 21:39, Kiith-Sa via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Tuesday, 13 January 2015 at 21:31:15 UTC, Iain Buclaw wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Paul O'Neil via Digitalmars-d-announce
This looks great! Does this mean anything with respect to getting better demangling in GDB? -- Paul O'Neil Github / IRC: todayman

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread Kiith-Sa via Digitalmars-d-announce
On Tuesday, 13 January 2015 at 21:31:15 UTC, Iain Buclaw wrote: Hi, I'm not sure when it was announced, but binutils 2.25 has been released! There's a small reason for excitement as it is the first to come with D demangling support in the GNU toolchain. Unfortunately, I forgot to send in

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread deadalnix via Digitalmars-d-announce
This deserve to be on reddit.

Re: Binutils 2.25 Released - New D demangling support

2015-01-13 Thread ketmar via Digitalmars-d-announce
On Tue, 13 Jan 2015 17:07:02 -0500 Paul O'Neil via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: This looks great! Does this mean anything with respect to getting better demangling in GDB? it seems to be so. at least i see in git some words about using gdb demangler and