https://sourceware.org/bugzilla/show_bug.cgi?id=10549
--- Comment #7 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Maciej W. Rozycki :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6d6a648c0789fb227ee2adfb089fe0ce8174708d
commit 6d6a648c0789fb227ee2ad
>
> Please take a look at the .debug_line info in your object file with
> "readelf -wl test.o". I expect you will see negative advances of line
> number, at the address where you see repeated source lines. This is
> normal. Compilers will emit code corresponding to a single line, at
> different
https://sourceware.org/bugzilla/show_bug.cgi?id=20030
--- Comment #5 from Christophe Monat ---
Hi Nick,
(In reply to Nick Clifton from comment #4)
> Would it be OK if you created the final draft of the patch ? I have just
> started working on an x86 bug...
Yes, I agree to propose a draft for t
https://sourceware.org/bugzilla/show_bug.cgi?id=20030
--- Comment #4 from Nick Clifton ---
Hi Christophe,
> Thanks for this, it looks good, but I am seeing that the DP registers are
> grouped by pairs whereas they could be group by four,
True - there must be a bug in my arithmetic somewhere.
https://sourceware.org/bugzilla/show_bug.cgi?id=20030
--- Comment #3 from Christophe Monat ---
(In reply to Nick Clifton from comment #1)
Hi Nick,
> Will something like this do ?
Thanks for this, it looks good, but I am seeing that the DP registers are
grouped by pairs whereas they could be g
https://sourceware.org/bugzilla/show_bug.cgi?id=20030
--- Comment #2 from Christophe Monat ---
Created attachment 9234
--> https://sourceware.org/bugzilla/attachment.cgi?id=9234&action=edit
Alternate patch
--
You are receiving this mail because:
You are on the CC list for the bug.
___
https://sourceware.org/bugzilla/show_bug.cgi?id=20030
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1