X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fsymbols.c;h=161f83b699ae101f690c5c0f7123f0692567b62c;hb=f59fb6cac7bc06f04074c4cf33f7794f4ab887df;hp=7d3fa1576ba1ac776076923978cffb162a7cf3a5;hpb=65b784d8a5fca993bea9d5eb513282d47e1d1d13;p=binutils-gdb.git diff --git a/gas/symbols.c b/gas/symbols.c index 7d3fa1576ba..161f83b699a 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -53,6 +53,8 @@ symbolS abs_symbol; struct obstack notes; static void fb_label_init PARAMS ((void)); +static long dollar_label_instance PARAMS ((long)); +static long fb_label_instance PARAMS ((long)); /* symbol_new() @@ -206,7 +208,7 @@ colon (sym_name) /* just seen "x:" - rattle symbols & frags */ possible_bytes, (relax_substateT) 0, (symbolS *) broken_words, - 0L, + (offsetT) 0, NULL); /* We want to store the pointer to where to insert the jump table in the @@ -917,7 +919,7 @@ dollar_label_defined (label) return 0; } /* dollar_label_defined() */ -static int +static long dollar_label_instance (label) long label; { @@ -1489,9 +1491,6 @@ indent () #endif -void print_expr_1 PARAMS ((FILE *, expressionS *)); -void print_symbol_value_1 PARAMS ((FILE *, symbolS *)); - void print_symbol_value_1 (file, sym) FILE *file;