Date: Wed, 24 Apr 1996 16:31:11 -0700 (PDT) From: John Polstra <jdp> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Message-ID: <199604242331.QAA09888@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604242331.QAA09888>