https://sourceware.org/bugzilla/show_bug.cgi?id=19217

--- Comment #4 from Matthias Klose <doko at debian dot org> ---
Created attachment 8774
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8774&action=edit
test case

from https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1513985/comments/3

"""
Attached testcase test.S doesn't require compiling ffmpeg, but simply:
$ gcc -g -c -o test.o test.S

Analyzing the difference of 'objdump -d test.o' between variants built with
working and broken binutils show that the working binutils always always uses
'ldr.w' for ldr, while the broken version sometimes optimizes this to 'movw',
which is a correct alternative, but one time to 'movt', which only sets half of
the register."
"""

-- 
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

Reply via email to