[Bug binutils/13135] printf format width mismatch segfault in ARM disassembly
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot ||com Resolution||FIXED --- Comment #7 from Will Newton 2013-03-07 07:40:34 UTC --- The original issue appears to be fixed, so marking as resolved. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/12965] unresolvable R_ARM_THM_JUMP24 relocation against symbol `memcpy@@GLIBC_2.4' while linking Chromium browser
http://sourceware.org/bugzilla/show_bug.cgi?id=12965 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot ||com Resolution||FIXED --- Comment #1 from Will Newton 2013-03-07 07:52:19 UTC --- A fix for this bug was applied in 2011 and the corresponding launchpad bug has been closed: 2011-10-13 Richard Sandiford * elf32-arm.c (elf32_arm_final_link_relocate): Mark PLT calls via stubs as resolved. git commit 589342bc49be60680807fa478fc220591fb06942 Resolving as fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/13104] ARM unified syntax: "b 0" with -mcpu=cortex-m3 crashes gas
http://sourceware.org/bugzilla/show_bug.cgi?id=13104 Will Newton changed: What|Removed |Added CC||will.newton at gmail dot ||com --- Comment #1 from Will Newton 2013-03-07 08:55:39 UTC --- This no longer seems to be an issue with binutils 2.23.1 (I haven't tried intervening versions). Are you still seeing this problem? Thanks, -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/15273] New: arm assembler produces malformed error message on deprecated mcr instructions
http://sourceware.org/bugzilla/show_bug.cgi?id=15273 Bug #: 15273 Summary: arm assembler produces malformed error message on deprecated mcr instructions Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: minor Priority: P2 Component: gas AssignedTo: unassig...@sourceware.org ReportedBy: will.new...@gmail.com Classification: Unclassified $ cat test.s .text mcr p15, 0, r0, c7, c10, 4 $ as -march=all test.s test.s: Assembler messages: test.s:2: Warning: (null) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16103] Symbol referenced when it should not be in aarch64
https://sourceware.org/bugzilla/show_bug.cgi?id=16103 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #1 from Will Newton --- Fixed in commit 8db49cc2de52033990ae5d4d6aacedc8f986e803. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16688] New: aarch64: bignums in literal pools do not work correctly
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 Bug ID: 16688 Summary: aarch64: bignums in literal pools do not work correctly Product: binutils Version: 2.25 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: will.newton at gmail dot com -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16688] aarch64: bignums in literal pools do not work correctly
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #1 from Will Newton --- ldr q0, =0x5a8279995a8279995a8279995a827999 ldr q1, =0x6ed9eba16ed9eba16ed9eba16ed9eba1 ldr q2, =0x8f1bbcdc8f1bbcdc8f1bbcdc8f1bbcdc ldr q3, =0xca62c1d6ca62c1d6ca62c1d6ca62c1d6 produces <.text>: 0: 9c80 ldr q0, 10 <.text+0x10> 4: 9ce1 ldr q1, 20 <.text+0x20> 8: 9c000142 ldr q2, 30 <.text+0x30> c: 9c0001a3 ldr q3, 40 <.text+0x40> 10: ca62c1d6 .word 0xca62c1d6 14: ca62c1d6 .word 0xca62c1d6 18: ca62c1d6 .word 0xca62c1d6 1c: ca62c1d6 .word 0xca62c1d6 20: ca62c1d6 .word 0xca62c1d6 24: ca62c1d6 .word 0xca62c1d6 28: ca62c1d6 .word 0xca62c1d6 2c: ca62c1d6 .word 0xca62c1d6 30: ca62c1d6 .word 0xca62c1d6 34: ca62c1d6 .word 0xca62c1d6 38: ca62c1d6 .word 0xca62c1d6 3c: ca62c1d6 .word 0xca62c1d6 40: ca62c1d6 .word 0xca62c1d6 44: ca62c1d6 .word 0xca62c1d6 48: ca62c1d6 .word 0xca62c1d6 4c: ca62c1d6 .word 0xca62c1d6 This seems to be caused by the bignum parsing code using a global to store it's result, but the aarch64 assembler assumes that an expression can be copied and retain all its state. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16688] aarch64: bignums in literal pools do not work correctly
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 Will Newton changed: What|Removed |Added Target||aarch64 -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16688] aarch64: bignums in literal pools do not work correctly
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #3 from Will Newton --- Yes, this patch fixes the issue for me, thanks! It would be nice to get the memory freed up. I think it should be safe to free the data at the point of the fixme as the bignum field is only referenced in a couple of places inside of tc-aarch64.c. I made this change (free bignum, set it to NULL) and make check shows no change and the test still passes. Do you foresee any issues with doing that? There's some trailing whitespace on line 15 btw, and I guess we could do to add a testcase. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16688] aarch64: bignums in literal pools do not work correctly
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #6 from Will Newton --- I had a quick look at this and I don't think it is currently possible to create a bignum literal with the ARM assembler so this issue does not arise. vldr literal pool syntax does not work correctly however, but that's a different issue. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16722] arm: literal pool syntax for vldr is broken
https://sourceware.org/bugzilla/show_bug.cgi?id=16722 Will Newton changed: What|Removed |Added Target||arm -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16722] New: arm: literal pool syntax for vldr is broken
https://sourceware.org/bugzilla/show_bug.cgi?id=16722 Bug ID: 16722 Summary: arm: literal pool syntax for vldr is broken Product: binutils Version: 2.25 (HEAD) Status: NEW Severity: minor Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: will.newton at gmail dot com Using the literal pool syntax with the vldr instruction works in an unexpected way: [will@localhost gas]$ cat lit.s .text vldr d0, =0x [will@localhost gas]$ ./as-new -mfpu=neon lit.s [will@localhost gas]$ ../binutils/objdump -d a.out a.out: file format elf32-littlearm Disassembly of section .text: <.text>: 0:ed900b00 vldrd0, [r0] -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/16340] aarch64: offset into GOT for TLS relocation computed inconsistently
https://sourceware.org/bugzilla/show_bug.cgi?id=16340 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #1 from Will Newton --- Fixed by this commit: commit f44a1f8e513b37bcc52ba9ea0c172c3e94852756 Author: Christophe Lyon Date: Tue Jan 14 15:53:50 2014 +0100 2014-01-14 Michael Hudson-Doyle Kugan Vivekanandarajah bfd/ * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct offset while calculating relocation address. (elfNN_aarch64_create_small_pltn_entry): Likewise. (elfNN_aarch64_init_small_plt0_entry): Likewise. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/17115] New: ARM: Testsuite could be improved for VFP/NEON Thumb2 encodings
https://sourceware.org/bugzilla/show_bug.cgi?id=17115 Bug ID: 17115 Summary: ARM: Testsuite could be improved for VFP/NEON Thumb2 encodings Product: binutils Version: 2.25 (HEAD) Status: NEW Severity: enhancement Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: will.newton at gmail dot com Target: arm Thumb2 encodings of NEON and VFPv3 instructions are not systematically tested. We should add tests that cover these encodings. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/17116] New: ARM: Testsuite could be improved form Thumb relocations
https://sourceware.org/bugzilla/show_bug.cgi?id=17116 Bug ID: 17116 Summary: ARM: Testsuite could be improved form Thumb relocations Product: binutils Version: 2.25 (HEAD) Status: NEW Severity: enhancement Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: will.newton at gmail dot com Target: arm The current gas testsuite does not test all the different Thumb relocation types. Tests should really be added to make sure each is emitted correctly. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15636] [2.24 regression] missing NEEDED libc when building with g++ -Wl,--as-needed
https://sourceware.org/bugzilla/show_bug.cgi?id=15636 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |INVALID --- Comment #2 from Will Newton --- The Debian bug is closed based on Alan Modra's reply here: https://sourceware.org/ml/binutils/2013-07/msg1.html So closing this bug too. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/16722] arm: literal pool syntax for vldr is broken
https://sourceware.org/bugzilla/show_bug.cgi?id=16722 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Will Newton --- Fixed in the above commit. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/13104] ARM unified syntax: "b 0" with -mcpu=cortex-m3 crashes gas
https://sourceware.org/bugzilla/show_bug.cgi?id=13104 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Will Newton --- I'm closing this issue as it appears to be fixed on master. Feel free to reopen if this is still a problem. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/14887] Error: ARM register expected -- `str r1,[ r0 ]'
https://sourceware.org/bugzilla/show_bug.cgi?id=14887 Will Newton changed: What|Removed |Added Status|REOPENED|RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #7 from Will Newton --- This issue appears to be resolved with 2.24. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/13033] ARM Assembler Segfaults
https://sourceware.org/bugzilla/show_bug.cgi?id=13033 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #4 from Will Newton --- Closing as this is fixed on master. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/13295] Segfault and/or incorrect output in objdump when disassembling an ARM library
https://sourceware.org/bugzilla/show_bug.cgi?id=13295 Will Newton changed: What|Removed |Added Status|WAITING |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #5 from Will Newton --- Closing as this is fixed on master. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/11170] error in objdump disassemble for ARM target
https://sourceware.org/bugzilla/show_bug.cgi?id=11170 Will Newton changed: What|Removed |Added Status|WAITING |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #5 from Will Newton --- Closing as this issue is fixed on master. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64->arm-linux-gnueabihf
https://sourceware.org/bugzilla/show_bug.cgi?id=14541 Will Newton changed: What|Removed |Added CC||will.newton at gmail dot com --- Comment #8 from Will Newton --- Any update on this issue? Are you still seeing the problem? Thanks, -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64->arm-linux-gnueabihf
https://sourceware.org/bugzilla/show_bug.cgi?id=14541 Will Newton changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--- |WORKSFORME --- Comment #10 from Will Newton --- Closing due to lack of information. -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/17081] gold produces static arm binary that crashes at startup
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |FIXED --- Comment #4 from Will Newton --- I believe this issue is fixed in this commit: commit fa89cc82f5ca51f3135a9f2043b85b6a16c205eb Author: Han Shen Date: Thu Jan 29 10:00:46 2015 -0800 This patch adds IFUNC support for arm gold backend. This is a feature required in chromeos arm development work. Tested: 1) Built passed all-gold on x86_64 machine 2) Tested with basic gold aarch64 ifunc unittests - a) global ifunc, statically/non-statically linked b) local ifunc, statically/non-statically linked c) global/local, other shared library routine mixed, statically/non-statically linked d) arm/thumb mode ifunc e) linking chrome browser passed -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/15449] internal error in set_offset, at output.cc:4665
https://sourceware.org/bugzilla/show_bug.cgi?id=15449 Will Newton changed: What|Removed |Added Status|NEW |RESOLVED CC||will.newton at gmail dot com Resolution|--- |DUPLICATE --- Comment #2 from Will Newton --- This appears to be a duplicate of gold/14217. *** This bug has been marked as a duplicate of bug 14217 *** -- 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.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/14217] internal error in set_offset
https://sourceware.org/bugzilla/show_bug.cgi?id=14217 Will Newton changed: What|Removed |Added CC||arekm at maven dot pl --- Comment #1 from Will Newton --- *** Bug 15449 has been marked as a duplicate of this bug. *** -- 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.gnu.org/mailman/listinfo/bug-binutils