[Bug gas/18347] On ARM, "LDR =something" with missing destination register is silently ignored

2015-04-29 Thread solrabizna at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18347 --- Comment #3 from Solra Bizna --- Ah! That explains what's happening. Just tried the patch. It works great. As far as adding some way to suppress the warning... Instruction set extensions mean that an acceptable symbol one day will cause a

[Bug binutils/18359] New: objdump can't print correct DW_AT_encoding name

2015-04-29 Thread jamesgua at ca dot ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=18359 Bug ID: 18359 Summary: objdump can't print correct DW_AT_encoding name Product: binutils Version: 2.23 Status: NEW Severity: normal Priority: P2 Component: bi

[Bug gas/18347] On ARM, "LDR =something" with missing destination register is silently ignored

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

[Bug gas/18347] On ARM, "LDR =something" with missing destination register is silently ignored

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

[Bug gas/18353] Pseudo-op .zero not documented

2015-04-29 Thread calculuswhiz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18353 --- Comment #3 from calculuswhiz at gmail dot com --- (In reply to Nick Clifton from comment #2) > Hi, > > > Upon further investigation, I found that, indeed, the manual site > > "https://sourceware.org/binutils/docs/as/index.html"; does not m

[Bug gas/18256] Internal error while assembling for ARM; assertion failure in encode_arm_cp_address

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

[Bug gas/18256] Internal error while assembling for ARM; assertion failure in encode_arm_cp_address

2015-04-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18256 --- 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=99b2a2dd3cd91ee45aba56a90b52be943001e8f4 commit 99b2a2dd3cd91ee45aba56a90b5

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

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

[Bug ld/18355] --enable-shared doesn't work

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18355 --- Comment #3 from H.J. Lu --- --enable-host-shared only compiles the archive with -fPIC. --enable-shared creates shared library. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #15 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=43c1d34c319626747c6765253294eb458a7bd93d commit 43c1d34c319626747c6765253294eb4

[Bug gas/18358] New: Mnemonic to get a jump with 16 bit displacement for i8086 is jmp.d32, should be jmp.d16

2015-04-29 Thread fuzxxl at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18358 Bug ID: 18358 Summary: Mnemonic to get a jump with 16 bit displacement for i8086 is jmp.d32, should be jmp.d16 Product: binutils Version: 2.24 Status: NEW Se

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #14 from Andreas Schwab --- All tests PASS. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists

[Bug ld/18355] --enable-shared doesn't work

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18355 --- Comment #2 from H.J. Lu --- zlib is for both target and host and shared library support is only enabled by --enable-host-shared. But bfd is host only and shared library is enabled by --enable-shared. bfd should check --enable-host-shared i

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #13 from H.J. Lu --- Created attachment 8289 --> https://sourceware.org/bugzilla/attachment.cgi?id=8289&action=edit A patch Please try this. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #12 from Andreas Schwab --- ld/tmpdir/normal was overwritten by other tests. @@ -1,5 +1,5 @@ -ld/tmpdir/gnunormal: file format elf64-x86-64 +ld/tmpdir/normal: file format elf64-x86-64 Program Header: PHDR off0x

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #11 from Andreas Schwab --- @@ -1,5 +1,5 @@ -ld/tmpdir/gnunormal: file format elf64-x86-64 +ld/tmpdir/normal: file format elf64-x86-64 Program Header: PHDR off0x0040 vaddr 0x00400040 paddr 0x

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #10 from Andreas Schwab --- @@ -1,180 +1,175 @@ -ld/tmpdir/gnunormal: file format elf64-x86-64 +ld/tmpdir/normal: file format elf64-x86-64 Disassembly of section .init: -004004d8 <_init>: - 4004d8: 48 83

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 --- Comment #9 from H.J. Lu --- (In reply to Andreas Schwab from comment #8) > What do you mean with "unmodified GCC"? "unmodified GCC" is a GCC I can checkout from GCC source repo. BTW, is output of "objdump -dw" on gnunormal different fro

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Andreas Schw

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #7 from H.J. Lu --- gn

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #6 from Andreas Schw

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #5 from H.J. Lu --- (I

[Bug ld/18355] --enable-shared doesn't work

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18355 --- Comment #1 from H.J. Lu --- --enable-host-shared is needed for zlib. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.

[Bug ld/18355] New: --enable-shared doesn't work

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18355 Bug ID: 18355 Summary: --enable-shared doesn't work Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld A

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Andreas Schw

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from H.J. Lu --- Pl

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Andreas Schw

[Bug binutils/17099] BFD (GNU Binutils) 2.24.51.20140628 assertion fail coff-i386.c:509

2015-04-29 Thread toni.spets at iki dot fi
https://sourceware.org/bugzilla/show_bug.cgi?id=17099 --- Comment #5 from Toni Spets --- Thanks a lot, Nick! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.

[Bug ld/18354] FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from H.J. Lu --- Ho

[Bug binutils/17099] BFD (GNU Binutils) 2.24.51.20140628 assertion fail coff-i386.c:509

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

[Bug binutils/17099] BFD (GNU Binutils) 2.24.51.20140628 assertion fail coff-i386.c:509

2015-04-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17099 --- Comment #3 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=a93d5cb1976818c8d34133fd8798b3df76269f80 commit a93d5cb1976818c8d34133fd879

[Bug gas/18353] Pseudo-op .zero not documented

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

[Bug gas/18353] Pseudo-op .zero not documented

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

[Bug ld/18354] New: FAIL: Link with zlib-gnu compressed debug output

2015-04-29 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18354 Bug ID: 18354 Summary: FAIL: Link with zlib-gnu compressed debug output Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Compo