http://sourceware.org/bugzilla/show_bug.cgi?id=14860
Bug #: 14860
Summary: gold_assert(oview_size == 8) fails in
Eh_frame_hdr::do_sized_write()
Product: binutils
Version: 2.23
Status: NEW
Severity: normal
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment
http://sourceware.org/bugzilla/show_bug.cgi?id=14861
Bug #: 14861
Summary: --gc-sections -static generates a warning with note
section
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
http://sourceware.org/bugzilla/show_bug.cgi?id=14861
H.J. Lu changed:
What|Removed |Added
Version|unspecified |2.24 (HEAD)
--
Configure bugmail: http://so
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
Bug #: 14862
Summary: Assertion fault in
binutils-2.23.51.0.5/bfd/elf-strtab.c:247
Product: binutils
Version: 2.24 (HEAD)
Status: NEW
Severity: normal
Hi,
I get assertion faults in unstable version of binutils 2.23.51.0.5
during building of glog-0.3.2 on Gentoo (both inside and outside portage
environment) and virtualbox-4.2.4.
Backtrace from exit during glog linking:
Thread 1 (process 5662):
#0 __GI_exit (status=1) at exit.c:99
No locals.
#1
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
--- Comment #4 from H.J. Lu 2012-11-20 13:58:15
UTC ---
(In reply to comment #1)
>
> Possible fix would be:
> $ git diff opcodes/i386-opc.tbl
> diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
> index f2b2f14..e7001e9 100644
> --- a/o
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
--- Comment #5 from cvs-commit at gcc dot gnu.org 2012-11-20 14:21:50 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2012-11-20 14:21:37
Modified files:
gas: ChangeLog
gas/testsuite/
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
--- Comment #6 from cvs-commit at gcc dot gnu.org 2012-11-20 14:31:03 UTC ---
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_23-branch
Changes by:h...@sourceware.org2012-11-20 14:30:54
Modified files:
gas
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
--- Comment #3 from H.J. Lu 2012-11-20 13:55:57
UTC ---
(In reply to comment #2)
> It's caused by HJ's Intel TSX patch on 2012-02-08:
> http://sourceware.org/ml/binutils-cvs/2012-02/msg00030.html
>
> I don't see any jecxz-related logic change
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--
Configure bug
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
H.J. Lu changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #1 from H.J. Lu 2012-11
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
Maciej Piechotka changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever Confirmed|1
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
H.J. Lu changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #4 from
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
--- Comment #5 from H.J. Lu 2012-11-20 22:09:03
UTC ---
[hjl@gnu-6 pr14862]$ cat main.c
extern void bar () __attribute__((weak));
int
main ()
{
if (bar)
bar ();
return 0;
}
[hjl@gnu-6 pr14862]$ cat bar.c
#include
void
bar ()
{
pri
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
--- Comment #6 from cvs-commit at gcc dot gnu.org 2012-11-20 22:17:33 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2012-11-20 22:17:27
Modified files:
bfd: ChangeLog elf-bfd.h elflink.c
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
--- Comment #7 from H.J. Lu 2012-11-20 22:23:10
UTC ---
Will be fixed in the Linux binutils 2.23.51.0.6.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
http://sourceware.org/bugzilla/show_bug.cgi?id=14862
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=14493
--- Comment #27 from H.J. Lu 2012-11-20 23:29:
59 UTC ---
(In reply to comment #20)
> Ok, with the patch for SUNW_ldynsym stripped library now can be linked in
> successfully, but now I'm confused with the size of stripped binary:
>
> #
21 matches
Mail list logo