NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48709 CVS commit: src/external/gpl3/binutils/dist/bfd



The following reply was made to PR port-alpha/48709; it has been noted by GNATS.

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48709 CVS commit: src/external/gpl3/binutils/dist/bfd
Date: Mon, 11 Aug 2014 20:53:16 +0000

 Module Name:   src
 Committed By:  skrll
 Date:          Mon Aug 11 20:53:16 UTC 2014
 
 Modified Files:
        src/external/gpl3/binutils/dist/bfd: ChangeLog elflink.c
 
 Log Message:
 Apply change from upstream to fix PR/48709 - port-alpha/48709: static
 threaded programs crash.
 
 With this fix the new weak symbol's st_other is not merged in, i.e. NOPV
 is not copied from the libc __libc_thr_init.
 
 * elflink.c (_bfd_elf_merge_symbol): If merging a new weak
 symbol that will be skipped, we don't have a new definition.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/dist/bfd/ChangeLog
 cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/dist/bfd/elflink.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index