Null commit.. CVS aborted on freefall last time (reaonly file).

An elf_reloc() function for the i386.  Based on alpha/alpha/elf_machdep.c
and rtld-elf/i386/reloc.c.
This commit is contained in:
Peter Wemm 1998-10-09 20:38:03 +00:00
parent 033f58df20
commit bde362f5e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40130
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: elf_machdep.c,v 1.1 1998/09/11 08:47:02 dfr Exp $
* $Id: elf_machdep.c,v 1.1 1998/10/09 20:35:45 peter Exp $
*/
#include <sys/param.h>
@ -36,7 +36,7 @@
#include <sys/linker.h>
#include <machine/elf.h>
/* Process one elf relocation with addend. (!) */
/* Process one elf relocation with addend. */
int
elf_reloc(linker_file_t lf, const Elf_Rela *rela, const char *sym)
{

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: elf_machdep.c,v 1.1 1998/09/11 08:47:02 dfr Exp $
* $Id: elf_machdep.c,v 1.1 1998/10/09 20:35:45 peter Exp $
*/
#include <sys/param.h>
@ -36,7 +36,7 @@
#include <sys/linker.h>
#include <machine/elf.h>
/* Process one elf relocation with addend. (!) */
/* Process one elf relocation with addend. */
int
elf_reloc(linker_file_t lf, const Elf_Rela *rela, const char *sym)
{