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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19453 Bug ID: 19453 Summary: [ARM] test failures with arm-netbsdelf Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19454 Bug ID: 19454 Summary: [ARM] test failures with arm-netbsdelf Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19455 Bug ID: 19455 Summary: [ARM] test failures with arm-vxworks Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19456 Bug ID: 19456 Summary: [ARM] test failures with arm-vxworks Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19458 Bug ID: 19458 Summary: [ARM] test failures with arm-wince-pe Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19457 Bug ID: 19457 Summary: [ARM] test failures with arm-wince-pe Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld

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

2016-01-13 Thread clyon at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19459 Bug ID: 19459 Summary: [ARM] test failures with arm-wince-pe Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: binut

[Bug ld/19460] New: Wrong function call when use weak statement

2016-01-13 Thread thln47 at free dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=19460 Bug ID: 19460 Summary: Wrong function call when use weak statement Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component:

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

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

2016-01-13 Thread kyrab at mail dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=19440 --- Comment #2 from awson --- Hmm, I've looked into BFD code and have seen several 'in->n_scnum = H_GET_16 (abfd, ext->e_scnum);' and 'H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);' constructs here and there (for example in coffswap.h), where