]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When a local symbol that would normally be eliminated by "-x" or
authorJohn Polstra <jdp@FreeBSD.org>
Wed, 24 Apr 1996 23:31:08 +0000 (23:31 +0000)
committerJohn Polstra <jdp@FreeBSD.org>
Wed, 24 Apr 1996 23:31:08 +0000 (23:31 +0000)
commit55e214c197c14b26e23f2061ccc3a4f07b2696d1
treeb19a2a58ec6e95757257282098eca30f1099a574
parent4c043bb29ea8efcb1328b1224c501230e8837ff1
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.
gnu/usr.bin/ld/ld.c