[Bug binutils/19224] New: src/opcodes/h8300-dis.c:547: bad if test ?

2015-11-10 Thread dcb314 at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19224

Bug ID: 19224
   Summary: src/opcodes/h8300-dis.c:547: bad if test ?
   Product: binutils
   Version: 2.26 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
  Assignee: unassigned at sourceware dot org
  Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/opcodes/h8300-dis.c:547]: (style) Expression is always false because 'else
if' condition matches previous condition at line 436.

  if (looking_for & IGNORE)


   else if (looking_for & IGNORE)

-- 
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 binutils/19222] Undefined behavoour in tc-arm.c:encode_arm_immediate with Xcode 7.1

2015-11-10 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19222

Andreas Schwab  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |2.26

--- Comment #1 from Andreas Schwab  ---
Fixed by d840c08.

2014-11-20  Richard Earnshaw  

* config/tc-arm.c (rotate_left): Avoid undefined behaviour when
N = 0.

-- 
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/19217] [2.26 Regression] ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-10 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19217

--- Comment #2 from Matthias Klose  ---
more info at https://launchpad.net/bugs/1513985

-- 
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/19217] [2.26 Regression] ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-10 Thread mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19217

--- Comment #3 from mwahab at gcc dot gnu.org ---
(In reply to Matthias Klose from comment #2)
> more info at https://launchpad.net/bugs/1513985

Could you add the options used to build the test case, either here or on the
other bug report. The command line passed to the ffmpeg configure script should
be enough.

Thanks,
Matthew

-- 
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/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-11-10 Thread oranevskyy at accesssoftek dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18270

Oleg Ranevskyy  changed:

   What|Removed |Added

 CC||oranevskyy at accesssoftek dot 
com

--- Comment #9 from Oleg Ranevskyy  ---
This patch fixes the errors but it introduces another problem, however. It
lacks the _bfd_aarch64_elf_resolve_relocation call and therefore inserts the
absolute GOT entry address, while an offset to the GOT entry should be used
instead.

The missing call has been silently added as a part of another commit:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=99ad26cb0d4f9152dbe5ed03b74020cc52d84d94;hp=a921b5bd708cc6e8afa3cf33443cda54b4e8cae6

2.25.1 is now broken. The _bfd_aarch64_elf_resolve_relocation call should be
backported to the 2.25.1 branch to fix it.

-- 
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/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-11-10 Thread anton at korobeynikov dot info
https://sourceware.org/bugzilla/show_bug.cgi?id=18270

Anton Korobeynikov  changed:

   What|Removed |Added

 CC||anton at korobeynikov dot info

-- 
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/19217] [2.26 Regression] ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-10 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19217

--- Comment #4 from Matthias Klose  ---
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