Subject: changed files: 'src/gnu/usr.bin/ld ld.c'
To: None <source-changes>
From: Paul Kranenburg <pk>
List: source-changes
Date: 04/15/1994 03:05:50
Update of /b/source/CVS/src/gnu/usr.bin/ld
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/ld

Modified Files:
	ld.c 
Log Message:
Careful when claiming jump slots in the "force alias" case.
Taking the address of a function must not cause it to be relocated to
a possibly already allocated jump slot. C++ virtual function tables are
an example of this.


------------------------------------------------------------------------------