NetBSD-Bugs archive

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

PR/48709 CVS commit: [netbsd-7] src/external/gpl3/binutils/dist/bfd



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48709 CVS commit: [netbsd-7] src/external/gpl3/binutils/dist/bfd
Date: Tue, 12 Aug 2014 09:36:03 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Tue Aug 12 09:36:03 UTC 2014
 
 Modified Files:
        src/external/gpl3/binutils/dist/bfd [netbsd-7]: ChangeLog elflink.c
 
 Log Message:
 Pull up following revision(s) (requested by skrll in ticket #5):
        external/gpl3/binutils/dist/bfd/ChangeLog: revision 1.6
        external/gpl3/binutils/dist/bfd/elflink.c: revision 1.8
 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.5.4.1 src/external/gpl3/binutils/dist/bfd/ChangeLog
 cvs rdiff -u -r1.7 -r1.7.4.1 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