From 658bcc5f0e5ced4ee60009f0f6de037aedf97a12 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Thu, 2 May 1996 16:08:53 +0000 Subject: Bring in small speedups from main branch 1.2 -> 1.3. --- gnu/usr.bin/ld/i386/md-static-funcs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/ld/i386/md-static-funcs.c b/gnu/usr.bin/ld/i386/md-static-funcs.c index 47416856e4e96..ff06e66b03011 100644 --- a/gnu/usr.bin/ld/i386/md-static-funcs.c +++ b/gnu/usr.bin/ld/i386/md-static-funcs.c @@ -1,17 +1,16 @@ /* - * $Id: md-static-funcs.c,v 1.2 1993/12/08 10:14:44 pk Exp $ + * $Id: md-static-funcs.c,v 1.3 1995/11/02 18:47:55 nate Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. */ -static void +static inline void md_relocate_simple(r, relocation, addr) struct relocation_info *r; long relocation; char *addr; { -if (r->r_relative) *(long *)addr += relocation; } -- cgit v1.3