[Bug gas/10549] gas doesn't provide correct ELF ABI for object with unique symbols

2016-05-03 Thread cvs-commit at gcc dot gnu.org
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

Re: Wrong source when using `-S` in objdump

2016-05-03 Thread Albert Netymk
> > 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

[Bug ld/20030] STM32L4XX : --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers

2016-05-03 Thread christophe.monat at st dot com
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

[Bug ld/20030] STM32L4XX : --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers

2016-05-03 Thread nickc at redhat dot com
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.

[Bug ld/20030] STM32L4XX : --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers

2016-05-03 Thread christophe.monat at st dot com
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

[Bug ld/20030] STM32L4XX : --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers

2016-05-03 Thread christophe.monat at st dot com
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. ___

[Bug ld/20030] STM32L4XX : --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers

2016-05-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20030 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1