From: Steve Chamberlain Date: Tue, 12 Nov 1991 04:26:12 +0000 (+0000) Subject: uses __inline for now for gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b773e0e582eca98a54dfc24741084a64406f3fb0;p=binutils-gdb.git uses __inline for now for gcc --- diff --git a/ld/ldsym.c b/ld/ldsym.c index dae3920f980..4ad9476bba1 100644 --- a/ld/ldsym.c +++ b/ld/ldsym.c @@ -87,8 +87,9 @@ static ldsym_type *global_symbol_hash_table[TABSIZE]; /* Compute the hash code for symbol name KEY. */ static #ifdef __GNUC__ -inline +__inline #endif + int DEFUN(hash_string,(key), CONST char *key) @@ -106,7 +107,7 @@ DEFUN(hash_string,(key), static #ifdef __GNUC__ -inline +__inline #endif ldsym_type *bp; ldsym_type * DEFUN(search,(key,hashval) ,