mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
uses __inline for now for gcc
This commit is contained in:
@ -87,8 +87,9 @@ static ldsym_type *global_symbol_hash_table[TABSIZE];
|
|||||||
/* Compute the hash code for symbol name KEY. */
|
/* Compute the hash code for symbol name KEY. */
|
||||||
static
|
static
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
inline
|
__inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
DEFUN(hash_string,(key),
|
DEFUN(hash_string,(key),
|
||||||
CONST char *key)
|
CONST char *key)
|
||||||
@ -106,7 +107,7 @@ DEFUN(hash_string,(key),
|
|||||||
|
|
||||||
static
|
static
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
inline
|
__inline
|
||||||
#endif ldsym_type *bp;
|
#endif ldsym_type *bp;
|
||||||
ldsym_type *
|
ldsym_type *
|
||||||
DEFUN(search,(key,hashval) ,
|
DEFUN(search,(key,hashval) ,
|
||||||
|
Reference in New Issue
Block a user