[Bug gas/12854] ARM: Nonsensical argument shift specifications accepted for LSL/LSR/ASR/ROR mnemonics
http://sourceware.org/bugzilla/show_bug.cgi?id=12854 --- Comment #3 from Dave Martin 2011-06-10 09:05:04 UTC --- On Thu, Jun 09, 2011 at 04:53:40PM +, nickc at redhat dot com wrote: > Please could you try out the uploaded patch and let me know if it works for > you. > > Cheers > Nick That seems to work for ARM, but not form Thumb -- try this: .syntax unified .thumb_func f: ror r0, r1, r2, lsl #1 lsl r0, r1, r2, lsl #1 lsl r0, r1, r2, asr r0 Cheers, ---Dave -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/12854] ARM: Nonsensical argument shift specifications accepted for LSL/LSR/ASR/ROR mnemonics
http://sourceware.org/bugzilla/show_bug.cgi?id=12854 --- Comment #5 from Nick Clifton 2011-06-10 15:13:06 UTC --- Hi Dave, Revised patch uploaded. This one even contains a testcase! Happy now ? :-) Cheers Nick -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/12854] ARM: Nonsensical argument shift specifications accepted for LSL/LSR/ASR/ROR mnemonics
http://sourceware.org/bugzilla/show_bug.cgi?id=12854 Nick Clifton changed: What|Removed |Added Attachment #5780|0 |1 is obsolete|| --- Comment #4 from Nick Clifton 2011-06-10 15:12:12 UTC --- Created attachment 5786 --> http://sourceware.org/bugzilla/attachment.cgi?id=5786 Catch extraneous shifts in ARM and THUMB modes -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/12804] Incremental link tests failed
http://sourceware.org/bugzilla/show_bug.cgi?id=12804 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution||FIXED --- Comment #22 from H.J. Lu 2011-06-10 15:33:29 UTC --- Fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/12570] .plt has no associated .eh_frame/.debug_frame
http://sourceware.org/bugzilla/show_bug.cgi?id=12570 --- Comment #1 from Jan Kratochvil 2011-06-10 16:00:13 UTC --- RFC: Unwind info for PLT http://sourceware.org/ml/gdb/2011-06/msg00064.html From: Jakub Jelinek -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/12854] ARM: Nonsensical argument shift specifications accepted for LSL/LSR/ASR/ROR mnemonics
http://sourceware.org/bugzilla/show_bug.cgi?id=12854 --- Comment #6 from Dave Martin 2011-06-10 17:25:09 UTC --- On Fri, Jun 10, 2011 at 03:13:41PM +, nickc at redhat dot com wrote: > http://sourceware.org/bugzilla/show_bug.cgi?id=12854 > > --- Comment #5 from Nick Clifton 2011-06-10 > 15:13:06 UTC --- > Hi Dave, > > Revised patch uploaded. This one even contains a testcase! Happy now ? :-) Yes, that look good to me :) Thanks, ---Dave -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils