[Bug gold/15354] ppc64 vdso linker script failure

2013-04-10 Thread anton at samba dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15354

--- Comment #1 from Anton Blanchard anton at samba dot org 2013-04-10 
07:53:44 UTC ---
Created attachment 6972
  -- http://sourceware.org/bugzilla/attachment.cgi?id=6972
Something trivial to link

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug gold/15355] ppc64 linker script failure

2013-04-10 Thread anton at samba dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15355

--- Comment #1 from Anton Blanchard anton at samba dot org 2013-04-10 
07:56:18 UTC ---
Created attachment 6974
  -- http://sourceware.org/bugzilla/attachment.cgi?id=6974
Trivial source code to link

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug binutils/15356] New: BFD's decompress_contents can maybe leak memory

2013-04-10 Thread tromey at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15356

 Bug #: 15356
   Summary: BFD's decompress_contents can maybe leak memory
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassig...@sourceware.org
ReportedBy: tro...@redhat.com
Classification: Unclassified


BFD's compress.c:decompress_contents has a couple
of return paths that do not call inflateReset.
I think this can leak memory.
A simple fix seems to be replacing return FALSE with break
in both places it appears in the loop; or alternatively
calling inflateEnd before each return.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug gold/15355] ppc64 linker script failure

2013-04-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15355

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 CC||amodra at gmail dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug gold/15354] ppc64 vdso linker script failure

2013-04-10 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=15354

--- Comment #3 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2013-04-11 01:28:29 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:amo...@sourceware.org2013-04-11 01:28:27

Modified files:
gold   : ChangeLog powerpc.cc 

Log message:
PR gold/15354
* powerpc.cc (Target_powerpc::make_brlt_section): Name section
.branch_lt to match bfd ld.  Adjust comments throughout file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.1063r2=1.1064
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/powerpc.cc.diff?cvsroot=srcr1=1.88r2=1.89

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug gold/15354] ppc64 vdso linker script failure

2013-04-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15354

Alan Modra amodra at gmail dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Alan Modra amodra at gmail dot com 2013-04-11 01:32:33 
UTC ---
Fixed, or at least avoided.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils


[Bug gold/15355] ppc64 linker script failure

2013-04-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15355

--- Comment #2 from Alan Modra amodra at gmail dot com 2013-04-11 01:45:31 
UTC ---
This is due to the linker script specifying two PT_NOTE segments, something
that gold seems to think should not be allowed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- 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.org/mailman/listinfo/bug-binutils