[Bug gas/20141] .arch .avx512f doesn't enable upper 16 vector registers

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20141 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/20140] CpuAVX512VL should be treated like Cpu64

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20140 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/20145] New: Improve x86 .noXXX directives

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20145 Bug ID: 20145 Summary: Improve x86 .noXXX directives Product: binutils Version: 2.27 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas

[Bug gas/20140] CpuAVX512VL should be treated like Cpu64

2016-05-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20140 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73b090a922a5f43931f0ec10b1b1b9507c819ebf commit 73b090a922a5f43931f0ec10b1b1b950

[Bug gas/20141] .arch .avx512f doesn't enable upper 16 vector registers

2016-05-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20141 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f1360d5830fc7695cd26214257c62f34b73070c8 commit f1360d5830fc7695cd26214257c62f34

[Bug binutils/14625] [2.23/2.24 regression] ar: File truncated

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14625 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug binutils/14625] [2.23/2.24 regression] ar: File truncated

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14625 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug ld/20103] Program received signal SIGSEGV, Segmentation fault

2016-05-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20103 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/14625] [2.23/2.24 regression] ar: File truncated

2016-05-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14625 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e6cc316af931911da20249e19f9342e5cf8aeeff commit e6cc316af931911da20249e19f9342e5

Re: MIPS version of LD not honoring -Ttext for .MIPS.abiflags section

2016-05-25 Thread Geoff Mottram
Hi Nick, Thanks for your quick response. I will try a linker script. The problem with the first approach is I would like the linker to just pack the MIPS abiflags section with the .text, .got and .rodata sections so I don't have to calculate the size of the other sections ahead of time. The

[Bug ld/20103] Program received signal SIGSEGV, Segmentation fault

2016-05-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20103 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b95a0a3177bcf797c8f5ad6a7d276fb6275352b7 commit b95a0a3177bcf797c8f5ad6a7d276fb6

Re: MIPS version of LD not honoring -Ttext for .MIPS.abiflags section

2016-05-25 Thread Nick Clifton
Hi Geoff, > When compiling one of the u-boot demo applications using the > "-Ttext 0x8020" option, the resulting elf file has a > .MIPS.abiflags section with a load address of "004000b8". Have you tried adding: --start-address=.MIPS.abiflags=0x8030 (or whatever address you want) ?

[Bug gas/20067] GAS generates an illegal instruction for the 'FLD' pseudo instruction

2016-05-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20067 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|