Hi,
There is an untranslatable string in binutils-2.24.90.pot at line 6001:
#: readelf.c:5052
msgid "Section %d has invalid sh_entsize of %"
msgstr ""
The corresponding source code line is this one:
5063 error (_("Section %d has invalid sh_entsize of %" BFD_VMA_FMT "x\n"), \
5064 i,
https://sourceware.org/bugzilla/show_bug.cgi?id=17704
Bug ID: 17704
Summary: icf doesn't respect section alignment
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: gold
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #128 from Alexander Cherepanov ---
(In reply to Nick Clifton from comment #127)
> (In reply to Alexander Cherepanov from comment #125)
>
> > Files: 3
> > Errors:
> > 3 *** Segmentation fault
>
> Fixed. Next. :-)
fe3b9a79
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #127 from Nick Clifton ---
(In reply to Alexander Cherepanov from comment #125)
> Files: 3
> Errors:
> 3 *** Segmentation fault
Fixed. Next. :-)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #126 from cvs-commit at gcc dot gnu.org ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branc
# error log posted at end
# fix - this works i think is only needed in binutils-2.21.1/bfd/
[ -d gcc-4.4.5/ ] &&
CPPFLAGS=" $CPPFLAGS -W-Wstrict-aliasing=0 "
the right fix is to Makefile.*, but the below is illegible and i have no
idea where in .am to fix the "4.5" thing nor whether if i find i
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
--- Comment #5 from Timo Teräs ---
Even more minimal test case in C:
int bar() { static __thread int foo; return foo; }
Notable that this does not cause the same issue:
__thread int __attribute__((__visibility__("hidden"))) foo; int
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
--- Comment #4 from Timo Teräs ---
The minimal way to reproduce this seems to be:
-- test.cc
struct foo { int a; };
namespace
{
struct foo *get_global() throw()
{
static __thread struct foo global;
return &global;
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
--- Comment #3 from Timo Teräs ---
Created attachment 8004
--> https://sourceware.org/bugzilla/attachment.cgi?id=8004&action=edit
object that results in bad reloc in elf
Pinpointed to originate from ./gcc-4.9.2/libstdc++-v3/libsupc++
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
--- Comment #2 from Cary Coutant ---
Please attach the .o file containing the original relocation.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mail
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
Rich Felker changed:
What|Removed |Added
CC||bugdal at aerifal dot cx
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=17699
Bug ID: 17699
Summary: incorrect R_386_TLS_DTPMOD32 relocation
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: gol
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #125 from Alexander Cherepanov ---
Created attachment 8003
--> https://sourceware.org/bugzilla/attachment.cgi?id=8003&action=edit
More crashers for `objdump -afphxgGtTrRwW --special-syms`
crashes
Files: 7
Errors:
26 Invali
13 matches
Mail list logo