From owner-cvs-gnu Sat Mar 4 09:46:30 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA04367 for cvs-gnu-outgoing; Sat, 4 Mar 1995 09:46:30 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA04357; Sat, 4 Mar 1995 09:46:27 -0800 Date: Sat, 4 Mar 1995 09:46:27 -0800 From: Nate Williams Message-Id: <199503041746.JAA04357@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/sparc md.h mdprologue.S Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/03/04 09:46:27 Modified: gnu/usr.bin/ld ld.c ld.h lib.c rrs.c shlib.c warnings.c gnu/usr.bin/ld/i386 md.c md.h mdprologue.S gnu/usr.bin/ld/rtld Makefile malloc.c rtld.c gnu/usr.bin/ld/sparc md.h mdprologue.S Removed: gnu/usr.bin/ld TODO Log: Weak symbol support from NetBSD. This should bring us in sync with the NetBSD ld code except for local changes for dlopen() and friends and the hashing on the minor value of the shlibs. We should be binary compatible now with all their libraries. Obtained from: NetBSD