[Bug gold/18935] Gold assert fail when moving dot in NOLOAD section.

2015-09-16 Thread johan.karlsson at enea dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18935 --- Comment #5 from Johan Karlsson --- (In reply to Cary Coutant from comment #4) > > This script looks like it's trying to create an unloadable section, > > then allocate it to a loadable segment. If all the script is trying to > > do is crea

[Bug gold/18378] Implement GOLD backend support for IBM z Systems

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18378 --- Comment #18 from Marcin Kościelnicki --- Created attachment 8616 --> https://sourceware.org/bugzilla/attachment.cgi?id=8616&action=edit patch #5 - fixes Here come the fixes from testing. Now I have only the following test failures: - o

[Bug ld/18963] Addition is not commutative

2015-09-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18963 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #3 f

[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 --- Comment #2 from Marcin Kościelnicki --- (In reply to Cary Coutant from comment #1) > The way to fill holes in a section when using scripts is to specify a fill > pattern; e.g.: > > SECTIONS { > .text : { *(.text) } = 0x90909090 >

[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 --- Comment #1 from Cary Coutant --- The way to fill holes in a section when using scripts is to specify a fill pattern; e.g.: SECTIONS { .text : { *(.text) } = 0x90909090 } or SECTIONS { .text : { FILL(0x90909090) *(.text)

[Bug gold/18935] Gold assert fail when moving dot in NOLOAD section.

2015-09-16 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18935 --- Comment #4 from Cary Coutant --- > This script looks like it's trying to create an unloadable section, > then allocate it to a loadable segment. If all the script is trying to > do is create a loadable NOBITS section, the NOLOAD attribute

[Bug gold/18378] Implement GOLD backend support for IBM z Systems

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18378 --- Comment #17 from Marcin Kościelnicki --- I got the new shiny testing machine and found a few more issues. I've fixed a few already and will resend the whole patchset once I get both 32-bit and 64-bit testsuite pass on RHEL. Amazing how muc

[Bug gold/18378] Implement GOLD backend support for IBM z Systems

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18378 Marcin Kościelnicki changed: What|Removed |Added Depends on||18959 Referenced Bugs: https:

[Bug gold/18959] gold doesn't respect alignment of .rodata.str.* section

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18959 Marcin Kościelnicki changed: What|Removed |Added Blocks||18378 Referenced Bugs: https:

[Bug gold/18378] Implement GOLD backend support for IBM z Systems

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18378 Marcin Kościelnicki changed: What|Removed |Added Depends on||18975 Referenced Bugs: https:

[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 Marcin Kościelnicki changed: What|Removed |Added Blocks||18378 Referenced Bugs: https:

[Bug gold/18975] New: gold: code_fill not executed if linker script is in use

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 Bug ID: 18975 Summary: gold: code_fill not executed if linker script is in use Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal

[Bug gas/18974] GAS does not allow embedded rounding with memory operand in V*SS/V*SD instructions

2015-09-16 Thread maratek at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18974 Marat Dukhan changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug gas/18974] GAS does not allow embedded rounding with memory operand in V*SS/V*SD instructions

2015-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18974 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug gas/18974] New: GAS does not allow embedded rounding with memory operand in V*SS/V*SD instructions

2015-09-16 Thread maratek at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18974 Bug ID: 18974 Summary: GAS does not allow embedded rounding with memory operand in V*SS/V*SD instructions Product: binutils Version: 2.26 (HEAD) Status: NEW

[Bug binutils/18973] New: Support arbitrary DOS stubs in coff-go32-exe and pei-* formats

2015-09-16 Thread felix.von.s at posteo dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18973 Bug ID: 18973 Summary: Support arbitrary DOS stubs in coff-go32-exe and pei-* formats Product: binutils Version: 2.25 Status: NEW Severity: enhancement

GAS does not allow embedded rounding with memory operand in V*SS/V*SD instructions

2015-09-16 Thread Marat Dukhan
According to "Intel Architecture Instruction Set Extensions Programming Reference" (319433-023, AUGUST 2015), the EVEX-encoded scalar arithmetic instructions support embedded rounding, e.g. VADDSS xmm1{k1}{z}, xmm2, xmm3/m32{er} However, gas refuses to encode such instructions when both memory op

[Bug ld/18963] Addition is not commutative

2015-09-16 Thread felix.von.s at posteo dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18963 --- Comment #2 from felix --- That seems to be it. Tried on both scripts. The testsuite also seems to run fine after patching. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/18968] make check fails on arm embedded NAS with no neon fpu

2015-09-16 Thread c.e.macfarlane at macfh dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=18968 --- Comment #4 from C E Macfarlane --- Many thanks! www.macfh.co.uk/CEMH.html > > Then can you point me to where I should report it? > > The gcc bugzilla system is probably the best place: > > https://gcc.gnu.org/bugzil

[Bug binutils/18968] make check fails on arm embedded NAS with no neon fpu

2015-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18968 --- Comment #3 from Nick Clifton --- Hi C E Macfarlane, > > The bad news is that this is the wrong place to file this bug > > report. > > Then can you point me to where I should report it? The gcc bugzilla system is probably the be

[Bug ld/18963] Addition is not commutative

2015-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18963 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug ld/18963] Addition is not commutative

2015-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18963 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED -- You are receiving this ma

[Bug ld/18867] ld reloc sorting causes glibc to crash on alpha

2015-09-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18867 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bca6d0e3195217576b39fa1205469e1d578b386a commit bca6d0e3195217576b39fa1205469

[Bug binutils/18968] make check fails on arm embedded NAS with no neon fpu

2015-09-16 Thread c.e.macfarlane at macfh dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=18968 --- Comment #2 from C E Macfarlane --- Thanks, see below ... www.macfh.co.uk/CEMH.html > Good news / Bad news ... > > The bad news is that this is the wrong place to file this bug > report. Then can you point me to where I

[Bug binutils/18968] make check fails on arm embedded NAS with no neon fpu

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

[Bug ld/10774] Bogus documentation

2015-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=10774 --- Comment #3 from Nick Clifton --- Hi Konrad, Thank you very much for your prompt response, and for persisting with this issue. > I believe ELF reserves section names beginning with a dot for its own use, > so technically you shouldn't