[Bug gold/19278] New: load segment created outside memory section specified in linker script

2015-11-20 Thread mdaniels at qnx dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19278 Bug ID: 19278 Summary: load segment created outside memory section specified in linker script Product: binutils Version: 2.27 (HEAD) Status: NEW Severity: no

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

2015-11-20 Thread b.rav at outlook dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19248 --- Comment #2 from b.rav at outlook dot com --- Hi Nick I might add that: Compiling this program in linux run with this set of files without a problem. Regards RaV -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/19277] New: inutils-gdb/gold/arm.cc:4513: reading dead memory

2015-11-20 Thread dcb314 at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19277 Bug ID: 19277 Summary: inutils-gdb/gold/arm.cc:4513: reading dead memory Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Comp

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

2015-11-20 Thread mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19276 Bug ID: 19276 Summary: Testsuite failures for arm-wince-pe: gas/all/align2.s, gas/arm/align64.s and others. Product: binutils Version: 2.27 (HEAD) Status: NEW

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

2015-11-20 Thread mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19276 mwahab at gcc dot gnu.org changed: What|Removed |Added Target||arm-wince-pe -- You are r

[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
https://sourceware.org/bugzilla/show_bug.cgi?id=19260 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2015-11-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19260 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0b1fa2880c60dcb97d15e5d96e5640f3672dae48 commit 0b1fa2880c60dcb97d15e5d96e5

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

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

[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/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 #1

[Bug binutils/19273] New: sim/common/sim-utils.c:336: missing call to va_end ?

2015-11-20 Thread dcb314 at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19273 Bug ID: 19273 Summary: sim/common/sim-utils.c:336: missing call to va_end ? Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 C

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

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

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

2015-11-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19224 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a915c10f7f1cd8ed433554f05a7281995ae9a540 commit a915c10f7f1cd8ed433554f05a7

[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 #1

Re: pdp-11 TARGET_PAGE_SIZE mismatch in 2.25

2015-11-20 Thread Nick Clifton
Hi David, In binutils-2.25 the files pfd/pdp11.c and ld/emulparams/pdp11.sh both define TARGET_PAGE_SIZE but the values are different. This causes weirdness in the linker output, namely symbol values are set by one while the sections' lma/vma values are set by the other. I went with the smalle