https://sourceware.org/bugzilla/show_bug.cgi?id=30685
--- Comment #4 from Gianfranco ---
binutils 2.42-4ubuntu1 looks working now. Closing
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30685
Gianfranco changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
Gianfranco changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #23 from Gianfranco ---
With binutils 2.42-4ubuntu1 looks like it is fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #22 from Gianfranco ---
With binutils 2.42-4ubuntu1 looks like it is fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30685
--- Comment #2 from Gianfranco ---
Hello @Nick, ping?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #21 from Gianfranco ---
Ok I opened https://sourceware.org/bugzilla/show_bug.cgi?id=30685 to track this
new issue, thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30685
--- Comment #1 from Gianfranco ---
The tarball of the whole armhf chroot can be found here:
https://drive.abinsula.com/index.php/s/uCTPVGovwIjXSor
(note the link might expire in a few days)
--
You are receiving this mail because:
You are on
Version: 2.41
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
As said in 27659
gold works:
# /usr/bin
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #19 from Gianfranco ---
Hello, now with neweer llvm and binutils, it fails with a more clear error
(gold still good)
/usr/bin/arm-linux-gnueabihf-ld.bfd -EL -X --hash-style=gnu --build-id
--eh-frame-hdr -m armelf_linux_eabi -dynam
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
--- Comment #12 from Gianfranco ---
Hello, testing was successful, thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
--- Comment #11 from Gianfranco ---
thanks! I'll test shortly!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
--- Comment #6 from Gianfranco ---
Created attachment 14939
--> https://sourceware.org/bugzilla/attachment.cgi?id=14939&action=edit
crt*.o files
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
--- Comment #4 from Gianfranco ---
Hello Alan, thanks for the answer.
I uploaded here [1] the .so files in a single directory
[1] https://drive.abinsula.com/index.php/s/NMDO384gjCOCEJw
With this command I could reproduce again the issue, let
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
Gianfranco changed:
What|Removed |Added
Version|2.40|2.41 (HEAD)
--- Comment #2 from Gianfran
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
--- Comment #1 from Gianfranco ---
https://drive.abinsula.com/index.php/s/UAPjvTzcXNc3Bhi
Here you can find the .a libraries and the clang binaries.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30536
Gianfranco changed:
What|Removed |Added
CC||amodra at gmail dot com
--
You are rece
Component: gold
Assignee: ccoutant at gmail dot com
Reporter: costamagnagianfranco at yahoo dot it
CC: ian at airs dot com
Target Milestone: ---
root@Unimatrix08-Jammy:/clang# /usr/bin/g++-12 -O3 -fstack-protector-strong
-Wformat -Werror=format-security -Wno
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #15 from Gianfranco ---
Hello, I meant to apply that patch already in mainline (applied to
elf_swap_symbol_in), also to elf_swap_symbol_out function!
Anyway, I applied your patch and rebuilt binutils in Ubuntu (latest snapshot of
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #13 from Gianfranco ---
sure, maybe something like this:
commit 8384fb8f0c3c451f7aa8164fc87e162eb9816925
Author: Alan Modra <@*.com>
Date: Fri Sep 22 13:16:45 2006 +
* elfcode.h (elf_swap_symbol_in): Retu
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #11 from Gianfranco ---
#0 elf32_arm_swap_symbol_out (abfd=0x528c58, src=0x5285ec, cdst=0x5489a8,
shndx=0x0) at ../../bfd/elf32-arm.c:19701
newsym = {st_value = 5408208, st_size = 1, st_name = 0, st_info = 152
'\230', st_o
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #10 from Gianfranco ---
does this help?
#0 elf32_arm_swap_symbol_out (abfd=0x528c58, src=0x5285d0, cdst=0x548998,
shndx=0x0) at ../../bfd/elf32-arm.c:19701
newsym = {st_value = 0, st_size = 5540248, st_name = 0, st_info =
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #8 from Gianfranco ---
Created attachment 13516
--> https://sourceware.org/bugzilla/attachment.cgi?id=13516&action=edit
log file
Hello, looks like your patch was already into master branch, and then in Ubuntu
development release
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #3 from Gianfranco ---
Created attachment 13475
--> https://sourceware.org/bugzilla/attachment.cgi?id=13475&action=edit
LLVMgold.so library
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #4 from Gianfranco ---
Created attachment 13476
--> https://sourceware.org/bugzilla/attachment.cgi?id=13476&action=edit
libgcc_s.so.1 library
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #5 from Gianfranco ---
Hello Nick, I attached the two missing libraries, I hope they can help moving
the issue a little bit further
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27659
--- Comment #1 from Gianfranco ---
Created attachment 13334
--> https://sourceware.org/bugzilla/attachment.cgi?id=13334&action=edit
object files
--
You are receiving this mail because:
You are on the CC list for the bug.
Version: 2.36.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
Created attachment 1
--> ht
https://sourceware.org/bugzilla/show_bug.cgi?id=25031
--- Comment #5 from Gianfranco ---
thanks a ton for the quick fixes!
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
h
https://sourceware.org/bugzilla/show_bug.cgi?id=25031
--- Comment #1 from Gianfranco ---
Please see this Debian discussion for more information
https://salsa.debian.org/reproducible-builds/diffoscope/issues/69
--
You are receiving this mail because:
You are on the CC list for the bug.
_
: binutils
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
Created attachment 12001
--> https://sourceware.org/bugzilla/attachment.cgi?id=12001&action=edit
example
This happens since binutils 2.32.51.2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
Created attachment 11996
--> https://sourceware.org/bugzilla/attachment.cgi?id=11996&action=edit
example of failing file
I
https://sourceware.org/bugzilla/show_bug.cgi?id=21868
Gianfranco changed:
What|Removed |Added
CC||costamagnagianfranco@yahoo.
https://sourceware.org/bugzilla/show_bug.cgi?id=21334
--- Comment #15 from Gianfranco ---
makes sense, 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
https://sourceware.org/bugzilla/show_bug.cgi?id=21334
--- Comment #13 from Gianfranco ---
Hello, can we have the testcase added to the testsuite to avoid regressions?
thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
___
https://sourceware.org/bugzilla/show_bug.cgi?id=21334
Gianfranco changed:
What|Removed |Added
CC||costamagnagianfranco@yahoo.
https://sourceware.org/bugzilla/show_bug.cgi?id=21233
--- Comment #13 from Gianfranco ---
Alastair, was the issue you got introduced by the same commit?
You might want to understand when the regression started, and open a new issue
in case.
Fixing two different bugs in a single bug number is som
https://sourceware.org/bugzilla/show_bug.cgi?id=21233
--- Comment #11 from Gianfranco ---
thanks you all!
--
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.
https://sourceware.org/bugzilla/show_bug.cgi?id=21233
--- Comment #10 from Gianfranco ---
The fix is confirmed, after two days ghc finally is finishing the build!
(the part where the link was failing is succeeding now, and the build is ending
in a few hours).
So, confirming that now it works.
-
https://sourceware.org/bugzilla/show_bug.cgi?id=21233
Gianfranco changed:
What|Removed |Added
Target||mips*-*-*
--
You are receiving this mai
: 2.28
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
Hello, I suspect the changes below introduced a
https://sourceware.org/bugzilla/show_bug.cgi?id=19795
--- Comment #2 from Gianfranco ---
Hi Nick, unfortunately I don't know how to create a small testcase.
The failure seems to happen when a lot of .a static libraries are tried to be
linked together.
I extracted them with some scripting, and p
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: costamagnagianfranco at yahoo dot it
Target Milestone: ---
As said, the latest llvm-toolchain-3.8 in debian/mipsel is segfaulting because
of a linker error.
llvm
43 matches
Mail list logo