[Bug gold/15449] internal error in set_offset, at output.cc:4665

2015-02-09 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15449 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/17081] gold produces static arm binary that crashes at startup

2015-02-09 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/13033] ARM Assembler Segfaults

2014-07-19 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13033 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/13295] Segfault and/or incorrect output in objdump when disassembling an ARM library

2014-07-19 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13295 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug binutils/11170] error in objdump disassemble for ARM target

2014-07-19 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11170 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64-arm-linux-gnueabihf

2014-07-19 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14541 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug gas/14887] Error: ARM register expected -- `str r1,[ r0 ]'

2014-07-09 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14887 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug gas/16722] arm: literal pool syntax for vldr is broken

2014-07-08 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16722 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/13104] ARM unified syntax: b 0 with -mcpu=cortex-m3 crashes gas

2014-07-08 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13104 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/17115] New: ARM: Testsuite could be improved for VFP/NEON Thumb2 encodings

2014-07-04 Thread will.newton at gmail dot com
: 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

[Bug gas/17116] New: ARM: Testsuite could be improved form Thumb relocations

2014-07-04 Thread will.newton at gmail dot com
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

[Bug ld/15636] [2.24 regression] missing NEEDED libc when building with g++ -Wl,--as-needed

2014-07-04 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15636 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/16688] aarch64: bignums in literal pools do not work correctly

2014-03-18 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #6 from Will Newton will.newton at gmail dot com --- 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

[Bug gas/16722] arm: literal pool syntax for vldr is broken

2014-03-18 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16722 Will Newton will.newton at gmail dot com changed: What|Removed |Added Target||arm

[Bug gas/16722] New: arm: literal pool syntax for vldr is broken

2014-03-18 Thread will.newton at gmail dot com
: 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

[Bug gas/16688] aarch64: bignums in literal pools do not work correctly

2014-03-12 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #3 from Will Newton will.newton at gmail dot com --- 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

[Bug gas/16688] New: aarch64: bignums in literal pools do not work correctly

2014-03-11 Thread will.newton at gmail dot com
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

[Bug gas/16688] aarch64: bignums in literal pools do not work correctly

2014-03-11 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 --- Comment #1 from Will Newton will.newton at gmail dot com --- ldr q0, =0x5a8279995a8279995a8279995a827999 ldr q1, =0x6ed9eba16ed9eba16ed9eba16ed9eba1 ldr q2, =0x8f1bbcdc8f1bbcdc8f1bbcdc8f1bbcdc ldr q3, =0xca62c1d6ca62c1d6ca62c1d6ca62c1d6

[Bug gas/16688] aarch64: bignums in literal pools do not work correctly

2014-03-11 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16688 Will Newton will.newton at gmail dot com changed: What|Removed |Added Target||aarch64

[Bug gas/15273] New: arm assembler produces malformed error message on deprecated mcr instructions

2013-03-12 Thread will.newton at gmail dot com
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

[Bug gas/13104] ARM unified syntax: b 0 with -mcpu=cortex-m3 crashes gas

2013-03-07 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13104 Will Newton will.newton at gmail dot com changed: What|Removed |Added CC||will.newton

[Bug binutils/13135] printf format width mismatch segfault in ARM disassembly

2013-03-06 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13135 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/12965] unresolvable R_ARM_THM_JUMP24 relocation against symbol `memcpy@@GLIBC_2.4' while linking Chromium browser

2013-03-06 Thread will.newton at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12965 Will Newton will.newton at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED