[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-11-10 Thread anton at korobeynikov dot info
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 Anton Korobeynikov changed: What|Removed |Added CC||anton at korobeynikov dot info

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-11-10 Thread oranevskyy at accesssoftek dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 Oleg Ranevskyy changed: What|Removed |Added CC||oranevskyy at accesssoftek dot com

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-07-10 Thread jiwang at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 Jiong Wang jiwang at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-05-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 --- Comment #7 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org --- The binutils-2_25-branch branch has been updated by Jiong Wang jiw...@sourceware.org:

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 --- Comment #6 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jiong Wang jiw...@sourceware.org:

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-20 Thread jiwang at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 --- Comment #4 from Jiong Wang jiwang at gcc dot gnu.org --- patch for review https://sourceware.org/ml/binutils/2015-04/msg00302.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-17 Thread jiwang at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 --- Comment #3 from Jiong Wang jiwang at gcc dot gnu.org --- AArch64 have counted the got entry in check_relocs for local symbol, while we haven't do any thing during entry allocation, and when doing the final relocation in

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-16 Thread david.abdurachmanov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 David Abdurachmanov david.abdurachmanov at gmail dot com changed: What|Removed |Added Target|

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-16 Thread david.abdurachmanov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 David Abdurachmanov david.abdurachmanov at gmail dot com changed: What|Removed |Added CC|

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-16 Thread jiwang at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 Jiong Wang jiwang at gcc dot gnu.org changed: What|Removed |Added CC||jiwang at gcc

[Bug ld/18270] [AArch64] relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against

2015-04-16 Thread jiwang at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18270 --- Comment #2 from Jiong Wang jiwang at gcc dot gnu.org --- Reproduced. And after a quick investigation I believe the root cause is exactly what Richard Henderson has explained at https://sourceware.org/ml/binutils/2014-07/msg00155.html