diff options
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index 59658df..416ff1a 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -182,8 +182,6 @@ symbol_create (name, segment, valu, frag) /* Local symbol support. If we can get away with it, we keep only a small amount of information for local symbols. */ -static struct local_symbol *local_symbol_make PARAMS ((const char *, segT, - valueT, fragS *)); static symbolS *local_symbol_convert PARAMS ((struct local_symbol *)); /* Used for statistics. */ @@ -205,7 +203,7 @@ static unsigned long local_symbol_conversion_count; /* Create a local symbol and insert it into the local hash table. */ -static struct local_symbol * +struct local_symbol * local_symbol_make (name, section, value, frag) const char *name; segT section; |