projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285b132
)
uses __inline for now for gcc
author
Steve Chamberlain
<sac@cygnus>
Tue, 12 Nov 1991 04:26:12 +0000
(
04:26
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 12 Nov 1991 04:26:12 +0000
(
04:26
+0000)
ld/ldsym.c
patch
|
blob
|
history
diff --git
a/ld/ldsym.c
b/ld/ldsym.c
index dae3920f980196ed14a452f8400882472df2d346..4ad9476bba1111a90e8fe878a7458a02ecb3474f 100644
(file)
--- 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) ,