From owner-cvs-gnu Wed Apr 24 16:31:19 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09902 for cvs-gnu-outgoing; Wed, 24 Apr 1996 16:31:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09888 Wed, 24 Apr 1996 16:31:11 -0700 (PDT) Date: Wed, 24 Apr 1996 16:31:11 -0700 (PDT) From: John Polstra Message-Id: <199604242331.QAA09888@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/04/24 16:31:11 Modified: gnu/usr.bin/ld ld.c Log: When a local symbol that would normally be eliminated by "-x" or "-X" must survive, because of references from relocations, don't qualify the symbol name with the name of the input file. This saves some string space. It makes libc_pic.a about 2.4% smaller. Adapted from a suggestion by Bruce Evans. Revision Changes Path 1.32 +12 -1 src/gnu/usr.bin/ld/ld.c