[Bug binutils/19222] Undefined behavoour in tc-arm.c:encode_arm_immediate with Xcode 7.1

2015-11-09 Thread chrisj at rtems dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19222 Chris Johns changed: What|Removed |Added CC||joel.sherrill at oarcorp dot com

[Bug binutils/19222] New: Undefined behavoour in tc-arm.c:encode_arm_immediate with Xcode 7.1

2015-11-09 Thread chrisj at rtems dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19222 Bug ID: 19222 Summary: Undefined behavoour in tc-arm.c:encode_arm_immediate with Xcode 7.1 Product: binutils Version: 2.25 Status: NEW Severity: normal

src/gdb/remote.c:7724: missing use of va_end ?

2015-11-09 Thread David Binderman
Hello there, [src/gdb/remote.c:7724]: (error) va_list 'ap' was opened but not closed by va_end(). Source code is   va_start (ap, format);   rs->buf[0] = '\0';   if (vsnprintf (rs->buf, max_size, format, ap)>= max_size)     internal_error (__FILE__, __LINE__, _("Too long remote packet."));   i

src/gold/arm.cc:4513: de-allocation then use ?

2015-11-09 Thread David Binderman
Hello there, [src/gold/arm.cc:4513]: (error) Returning/dereferencing 'buffer' after it is deallocated / released Source code is   delete[] buffer;   return std::string(buffer); Suggest code rework. Regards David Binderman __

[Bug gas/19217] [2.26 Regression] ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-09 Thread mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19217 mwahab at gcc dot gnu.org changed: What|Removed |Added CC|matthew.wahab at arm dot com | -- You are receiv

[Bug gas/19217] [2.26 Regression] ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-09 Thread mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19217 mwahab at gcc dot gnu.org changed: What|Removed |Added CC||mwahab at gcc dot gnu.org

[Bug ld/19106] os_region_check() is called too early

2015-11-09 Thread martina.schmoeller at kathrein dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 --- Comment #10 from Martina Schmoeller --- Hi Nick, I tested your patches. We use the release version 2.25.1 for our projects, so the ones with "bfd_link_relocatable()" do not work here, because it is not declared. But your very first fixed