[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #13 from Nick Clifton --- (In reply to Mark Wielaard from comment #12) > Agreed. Looking at that thread the unconditional enabling was somewhat > controversial. Could we make it a target independent configure option that > is off

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #15 from Nick Clifton --- Hi H.J. (In reply to H.J. Lu from comment #14) > I'd like to see a plan and a timeline how we move forward with this. OK, how about this: 1. We apply the patch, change the default to all targets back

[Bug binutils/19104] [PATCH] 'add symbol' feature in objcopy

2015-10-15 Thread nickc at redhat dot com
||nickc at redhat dot com --- Comment #3 from Nick Clifton --- Hi Ronald, The patch does look good, but there are a few problems with it: 1. Copyright: Do you have an FSF copyright assignment in place for the binutils project ? Wthout that we cannot accept this patch

[Bug binutils/19123] libbfd fails to handle > 2GB elf file on 32bit architectures

2015-10-15 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Riku, > use file_ptr for seek position in elf files Thanks very much for this patch. I have checked it in along with this changelog entry. Please let

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #20 from Nick Clifton --- Right - I have checked my patch in. H.J. - if you add a patch like this to your sources then x86/x86_64 linux targets will again default to compressing debug sections: diff --git a/gas/configure.ac b/gas

[Bug binutils/19104] [PATCH] 'add symbol' feature in objcopy

2015-10-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19104 --- Comment #5 from Nick Clifton --- Hi Ronald, >> How about this: >> >>If the symbol already exists and the symbol that is being added has the >> warning flag set, then it is treated as the addition of a warning, and it is >> inserted be

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #22 from Nick Clifton --- Hi H.J. > How about --enable-assembler-compressed-debug-sections or > --enable-compressed-debug-sections-in-assembler? Either is OK, but ... if we agree that we should also being configuring the linker

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #28 from Nick Clifton --- OK - please apply your patch. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-bin

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #26 from Nick Clifton --- Hi H.J. > A patch to add > > --enable-compressed-debug-sections={all,gas,gold,ld} > Enable compressed debug sections for gas, gold or ld > by default Before the patch goes in

[Bug binutils/19104] [PATCH] 'add symbol' feature in objcopy

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19104 --- Comment #11 from Nick Clifton --- Hi Ronald, > BTW. I didn't get a reply from ass...@gnu.org yet. yes - that is why I was happy to check the patch in. :-) Cheers Nick -- You are receiving this mail because: You are on the CC list f

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #36 from Nick Clifton --- Hi H.J. > Should --enable-compressed-debug-sections=ld,gas work? As opposed to --enable-compressed-debug-sections=all ? Hmm, yes I guess that it should. Although it will make parsing this option trick

[Bug binutils/19104] [PATCH] 'add symbol' feature in objcopy

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19104 --- Comment #8 from Nick Clifton --- Hi Ronald, Thanks for the updated patch. I have now checked it in, along with a testcase to make sure that it continues to work. I think supporting an escape sequence for the equals sign would be nic

[Bug gas/18500] VLDR immediate not using VMOV

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18500 --- Comment #14 from Nick Clifton --- Hi Jiong, > The testcases includes failed on arm big-endian. Can be reproduced on x86 > cross --target=armeb-none-eabi > > FAIL: VFPv2 vldr to vmov > FAIL: VFPv3 vldr to vmov > FAIL: VFPv3xd vldr to vmov

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #34 from Nick Clifton --- Hi H.J. > The new configure change between topevel and gas/ld is inconsistent. > Toplevel configure has > > --enable-compressed-debug-sections={all,gas,gold,ld,none} > > and gas/ld has --enable-compress

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #32 from Nick Clifton --- Hi H.J. I have checked in a supplimentary patch. This does three things: * It default x86 Linux gas to not compressing debug sections. This was the whole point of this PR. We can enable compres

[Bug binutils/19104] [PATCH] 'add symbol' feature in objcopy

2015-10-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19104 --- Comment #12 from Nick Clifton --- Hi Ronald, > One minor issue: my surname was spelled incorrectly in the git repository. > (boom = tree in Dutch) Doh! Sorry about that. I have checked in a patch to the changelogs. Cheers Nick --

[Bug binutils/19160] Warnings from x86_64-build_apple-darwin15.0.0-gcc when compiling elf32-arm.c and subsequent problems

2015-10-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19160 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

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

2015-10-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/19146] ld -plugin "missing argument" vs. "unrecognized option"

2015-10-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19146 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19157] GNURL78 "Objdump": Incorrect disassembler output generated by objdump for base addressing using SP register.

2015-10-27 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #3 from Nick Clifton --- Hi Vinay, Thanks for the bug report and patch. I have checked the patch in, but in the future please could you include a ChangeLog entry to go along with the

[Bug binutils/19158] GNURL78: Incorrect disassembler output generated by objdump for SFR registers.

2015-10-27 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #5 from Nick Clifton --- Hi Vinay, Thanks - I have checked the patch in, along with a new testcase and some changelog entries. Cheers Nick -- You are receiving this mail because

[Bug binutils/19159] GNURL78:Incorrect disassembler output generated by objdump for base addressing using DE register.

2015-10-27 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #4 from Nick Clifton --- Hi Vinay, Thanks for the updated patch and changelog - I have now checked them in. Cheers Nick -- You are receiving this mail because: You are on the CC

[Bug ld/19146] ld -plugin "missing argument" vs. "unrecognized option"

2015-10-29 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19146 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2015-11-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Nick Clif

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

2015-11-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 --- Comment #7 from Nick Clifton --- Created attachment 8770 --> https://sourceware.org/bugzilla/attachment.cgi?id=8770&action=edit Possible patch Hi Martina, > Testcase with .o files Thanks. Unfortunately that still fails for me. First

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

2015-11-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 Nick Clifton changed: What|Removed |Added Attachment #8770|0 |1 is obsolete|

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

2015-11-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 Nick Clifton changed: What|Removed |Added Attachment #8771|0 |1 is obsolete|

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

2015-11-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19106 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/19199] djgpp: the default linker output file name is a.out, not a.exe

2015-11-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19199 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

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

2015-11-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Redundant code removed. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug binutils/19248] assertion fail cofflink.c:264

2015-11-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19248 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/18758] several undefined behaviors in objdump and strings

2015-11-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18758 Nick Clifton changed: What|Removed |Added CC||bazad at stanford dot edu --- Comment

[Bug binutils/19255] Malformed ELF triggers NULL pointer dereference in _bfd_elf_setup_sections

2015-11-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |DUPLICATE --- Comment #1 from Nick Clifton --- Hi Bazad, This problem has already been reported and fixed in PR 18758. But thanks very much for reporting the problem anyway. Cheers Nick *** This

[Bug binutils/19260] 32-bit Solaris libc has a limit of maximum 255 open file descriptors

2015-11-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Patch applied -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug gas/19281] Can't cross-compile glibc-2.22 for ARM

2015-11-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19281 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug gas/19281] Can't cross-compile glibc-2.22 for ARM

2015-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19281 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19296] memory crush(Out of bound read error)caused by insufficient check for parsed_size in archive.c

2015-11-27 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |DUPLICATE --- Comment #2 from Nick Clifton --- Hi Guys, Thanks very much for reporting this problem. > We find an memory crush bug of objdump and nm at least before > binuitls-2.24,and Y

[Bug binutils/17512] libbfd/binutils: crashes on fuzzed samples

2015-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 Nick Clifton changed: What|Removed |Added CC||0yangke0 at gmail dot com --- Comment

[Bug binutils/19311] arm-linux-as build on Mac OS X with Xcode7 fails to assemble code from FreePascal cross-compiler

2015-12-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19311 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19310] src/binutils/dwarf.c:6459: code relies on undefined behaviour ?

2015-12-04 Thread nickc at redhat dot com
||nickc at redhat dot com --- Comment #1 from Nick Clifton --- Hmm, will this do the trick ? - if (start >= block_end || start + ul > block_end || start + ul < start) + if (start >= block_end || ul > (unsigned long) (block_end - start)) Cheers Ni

[Bug gas/19276] Testsuite failures for arm-wince-pe: gas/all/align2.s, gas/arm/align64.s and others.

2015-12-04 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Matthew, I have checked in a patch to fix these failures. You were correct, the patch to limit section alignment does not work for COFF/PE based ARM

[Bug ld/17369] The PF_X bit is set on PT_PHDR segment

2015-12-07 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17369 --- Comment #4 from Nick Clifton --- Hi Steven, > If I pass --rosegment to gold this fixes this. Do you want a --rosegment > feature added to ld? No - if this strangeness is not actually causing any problems then I do not see any reason to f

[Bug gas/19337] aarch64: Assertion failure in output_operand_error_record

2015-12-07 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19337 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19310] src/binutils/dwarf.c:6459: code relies on undefined behaviour ?

2015-12-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19310 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/19339] Several files still have old (and incorrect) FSF mailing address

2015-12-15 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Tom, Thanks for pointing out this problem. I have updated the affected files to include the link to the GNU website. Cheers Nick -- You are receiving

[Bug gas/19332] [mips] gas fails to build glibc/iconv/gconv_conf.c for mips32r2

2015-12-15 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |WONTFIX --- Comment #1 from Nick Clifton --- Hi Manuel, > I'm trying to build a cross toolchain for mips32r2 little-endian hardfloat, > and gas currently chokes on building git-head of glibc, s

[Bug gas/19386] Problem with building PDF documentation of gas

2015-12-21 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #4 from Nick Clifton --- The problem - index entries that start with a backslash character. The workaound - prepend a space to such entries. Patch checked in... -- You are receiving

[Bug binutils/10773] Malformed archive created when adding several files at once

2015-12-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=10773 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2015-12-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12548 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19379] "Augmentation Data:" Overflow in obdjump

2015-12-22 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |WORKSFORME --- Comment #1 from Nick Clifton --- Hi Nafiez, Thanks for reporting this problem. Fortunately it has already been fixed. If you try the 2.25 release, or later, you will find that the fault

[Bug gas/19381] Warn on instructions accessing small memory addresses, to catch un-tagged immediates

2015-12-22 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |WONTFIX --- Comment #2 from Nick Clifton --- Hi Josh, You don't say which target you are using - some do have valid low memory addresses. Anyway it does not matter much as this is not really th

[Bug binutils/19421] [2.26 Regression] Missing weak symbols in kernel modules on powerpc64le-linux-gnu

2016-01-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19421 --- Comment #2 from Nick Clifton --- Hi Alan, Have you seen this bug report: > https://sourceware.org/bugzilla/show_bug.cgi?id=19421 > Summary: Missing weak symbols in kernel modules on ppc64el > Quite a few symbols in kerne

[Bug binutils/19435] objdump receives SIGABRT when disassembling Mach O binary on OS X

2016-01-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19435 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19440] COFF handling bug. In particular, renders bigobj support broken.

2016-01-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19440 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19440] COFF handling bug. In particular, renders bigobj support broken.

2016-01-18 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19440 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread nickc at redhat dot com
||nickc at redhat dot com Ever confirmed|1 |0 --- Comment #1 from Nick Clifton --- Hi Thomas, I just tried to reproduce the problem, following the steps that you suggested, and nothing went wrong Please could you check that the bug still

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 --- Comment #3 from Nick Clifton --- Created attachment 8912 --> https://sourceware.org/bugzilla/attachment.cgi?id=8912&action=edit Fix assertion, reduce number of messages about FDE encoding Hi Thomas, Thanks - I can now reproduce the p

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 --- Comment #5 from Nick Clifton --- Hi Thomas, (In reply to Thomas Petazzoni from comment #4) > Regarding the FDE encoding warnings, what do they mean exactly? They mean that the binary search table that is part of the .eh_frame_hdr section

[Bug gas/19499] as ignores .file directives when generating error messages

2016-01-20 Thread nickc at redhat dot com
||nickc at redhat dot com --- Comment #1 from Nick Clifton --- Hi Rupert, It would appear that it is necessary to define both the logical file name *and* the logical line number in order for the error message to use the specified values: $ cat test2.s .file "t

[Bug binutils/19459] [ARM] test failures with arm-wince-pe

2016-01-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #1 from Nick Clifton --- Hi Christophe, It turns out that the ARM version of dlltool does not support the --leading-underscore option. So I have fixed the tests to allow for this

[Bug gas/19458] [ARM] test failures with arm-wince-pe

2016-01-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #1 from Nick Clifton --- Hi Christophe, I have applied a patch to skip these tests. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug

[Bug ld/19457] [ARM] test failures with arm-wince-pe

2016-01-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Christophe, I have checked in a patch which should fix these failures. Cheers Nick -- You are receiving this mail because: You are on the CC list for

[Bug gas/19499] as ignores .file directives when generating error messages

2016-01-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19499 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/19456] [ARM] test failures with arm-vxworks

2016-01-20 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Christophe, I have checked in a patch to fix these. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug

[Bug ld/19455] [ARM] test failures with arm-vxworks

2016-01-21 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Christophe, The applied patch should fix these failures. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug

[Bug gas/19454] [ARM] test failures with arm-netbsdelf

2016-01-21 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Christophe, I have checked in a patch to address these failures. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug

[Bug ld/19453] [ARM] test failures with arm-netbsdelf

2016-01-21 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Christophe, I have updated the linker testsuite to skip these tests for the netbsdelf target. Cheers Nick -- You are receiving this mail because: You

[Bug binutils/19446] BFD linker discards section without alloc section attribute under certain conditions

2016-01-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19446 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19435] objdump receives SIGABRT when disassembling Mach O binary on OS X

2016-01-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19435 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Nick Clif

[Bug binutils/10773] Malformed archive created when adding several files at once

2016-01-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=10773 Nick Clifton changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Bug binutils/19446] BFD linker discards section without alloc section attribute under certain conditions

2016-01-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19446 --- Comment #10 from Nick Clifton --- Hi Xinliangli, > However I do think ld's behavior is > not correct here. Should linker first decide if some sections are 'root' > sections that should not be throw away and then decide if other sections

[Bug binutils/19435] objdump receives SIGABRT when disassembling Mach O binary on OS X

2016-01-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19435 --- Comment #6 from Nick Clifton --- I missed a bit... diff --git a/bfd/mach-o.c b/bfd/mach-o.c index 72454f9..a712ff6 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -5798,14 +5798,16 @@ bfd_mach_o_close_and_cleanup (bfd *abfd) if (md

[Bug binutils/19435] objdump receives SIGABRT when disassembling Mach O binary on OS X

2016-01-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19435 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/19311] arm-linux-as build on Mac OS X with Xcode7 fails to assemble code from FreePascal cross-compiler

2016-01-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19311 --- Comment #5 from Nick Clifton --- Hi Loria, > I do encounter the same while trying to build a toolchain on OSX 10.10.5 and > Xcode 7.2 > binutils-2.25.1 > libc-start.s: Assembler messages: > libc-start.s:70: Error: invalid constant (af)

[Bug binutils/19518] readelf - missing return value check in MIPS timestamp d_tag processing

2016-01-25 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |DUPLICATE --- Comment #1 from Nick Clifton --- (In reply to vpb from comment #0) > tmp = gmtime (&atime); > snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:

[Bug binutils/17531] readelf crashes on fuzzed samples

2016-01-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 Nick Clifton changed: What|Removed |Added CC||vpbalint at silentsignal dot hu --- Co

[Bug binutils/19311] arm-linux-as build on Mac OS X with Xcode7 fails to assemble code from FreePascal cross-compiler

2016-01-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19311 --- Comment #7 from Nick Clifton --- Hi Loria, > Investigation so far shows evidence of some problem with loop optimization > of the construct used in "encode_arm_immediate" So this *is* a host compiler bug. Phew! > #define rotate_left(v,

[Bug binutils/19311] arm-linux-as build on Mac OS X with Xcode7 fails to assemble code from FreePascal cross-compiler

2016-01-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19311 --- Comment #10 from Nick Clifton --- Hi Loria, > well it looks like its definitly not a bug of binutils ... its caused by bad > unroll-loops of Apple LLVM version 7.0.2 (clang-700.1.81). > How do you think ? Did any of the workarounds tha

[Bug binutils/19311] arm-linux-as build on Mac OS X with Xcode7 fails to assemble code from FreePascal cross-compiler

2016-02-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19311 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/19561] wrong code generated for rrux instruction for msp430 target

2016-02-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19561 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug gas/19561] wrong code generated for rrux instruction for msp430 target

2016-02-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19561 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/19556] GNURX toolchain generates incorrect opcode for "mov.b #0xff, [r0]" instruction.

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

[Bug binutils/19571] Buffer Overflow in libbfd

2016-02-05 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |WONTFIX --- Comment #2 from Nick Clifton --- Hi Marcel, > The attached program binary causes a buffer overflow in cplus-dem.c when it > tries to demangle specially crafted function arguments in the

[Bug ld/19541] Format reader for ILF format (used by MSVC-generated import libraries) does not properly handle data imports

2016-02-05 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #4 from Nick Clifton --- Hi Nathaniel, Right - the patch is checked in. I have verified that the patched sources do indeed show the data symbols in the ILF object file you uploaded

[Bug binutils/19571] Buffer Overflow in libbfd

2016-02-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19571 --- Comment #5 from Nick Clifton --- Hi Markus, > I don't think it makes any sense to fuzz the demangler with arbitrary binary > files. The tools (nm, objdump) should be able to cope though. When I tried running nm for example I received th

[Bug binutils/19437] ld segmentation fault

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

[Bug binutils/19587] Some of the less-well used targets won't compile with gcc-6 due to static vars in opcode headers

2016-02-09 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #1 from Nick Clifton --- Hi David, This should now be fixed. :-) The liberal use of ATTRIBUTE_UNUSED appears to be the answer. Cheers Nick -- You are receiving this mail

[Bug ld/19541] Format reader for ILF format (used by MSVC-generated import libraries) does not properly handle data imports

2016-02-09 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19541 --- Comment #6 from Nick Clifton --- Hi Nathaniel, > Can the test suite include binary files? Apparently there is a way, but I am not familiar with it. :-( Cheers Nick -- You are receiving this mail because: You are on the CC list for t

[Bug binutils/19587] Some of the less-well used targets won't compile with gcc-6 due to static vars in opcode headers

2016-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19587 --- Comment #3 from Nick Clifton --- Hi Maciej, > AFAICT mips_isa_table is always used, so I'd rather keep it without > useless annotation so that if it ever becomes unused indeed an error > is spat in the face right away. OK - I will not to

[Bug binutils/19437] ld segmentation fault

2016-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19437 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/19614] gas for c6x prints "Error: inconsistent uses of .cfi_sections" when gcc compiles things with it

2016-02-11 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi David, I have checked in a patch to relax the restrictions on the .cfi_sections directive. It can now be used multiple times, provided that CFI generation

[Bug gas/19556] GNURX toolchain generates incorrect opcode for "mov.b #0xff, [r0]" instruction.

2016-02-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19556 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/19641] gas.texinfo build failure: "Unmatched }" and "Unknown command `code(x))'"

2016-02-16 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #1 from Nick Clifton --- Hi Thomas, Sorry - my bad. I have now checked in a patch to fix this. Cheers Nick -- You are receiving this mail because: You are on the CC list for the

[Bug binutils/19562] msp430 rrux instruction not displayed correctly by objdump

2016-02-17 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19562 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/19630] crash in bin/as null pointer dereference

2016-02-19 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Aladdin, Thanks for reporting this problem. GAS is not really expected to work when given a binary input file, but it should not generate a seg-fault

[Bug binutils/19628] null pointer dereference when linking crafted file

2016-02-19 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Aladdin, Thanks for reporting this problem. I have checked in a patch which will prevent the null pointer dereference and instead issue an error message

[Bug binutils/19629] crash in ld.bfd - possible null pointer dereference

2016-02-19 Thread nickc at redhat dot com
||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Alanddin, Thanks for reporting this problem. I have checked in a patch which adds checks to make sure that the linker does not attempt to access beyond

[Bug binutils/19630] crash in bin/as null pointer dereference

2016-02-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19630 --- Comment #4 from Nick Clifton --- Hi Aladdin, > Thanks, do you think CVE is required here to warn users about this bug? [I am not a security expert...] I think not. The bug was an attempt to read via NULL pointer (or more precisely a NUL

<    7   8   9   10   11   12   13   14   15   16   >