From b3dc0d0492d90feb3678f43ce687fcf9a5a6a5ab Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 5 Jun 1999 18:19:09 +0000 Subject: * dwarf2dbg.c (*): Convert to K&R + prototypes. (dwarf2_gen_line_info): Kill unused variables. (dwarf2_finish): Likewise. (dwarf2_where): Likewise. (dwarf2_directive_file): If we've only got a string, hand off to s_app_file. * ecoff.c: Move the include of ecoff.h. * symbols.h (S_IS_FUNCTION): Prototype. * read.c (LEX_HASH): Supply a default. (lex_type): Use it. (s_globl): Update `c' after skipping whitespace. * read.h (LEX_END_NAME, is_name_ender): New. * expr.c (get_symbol_end): Respect it. --- gas/symbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/symbols.h') diff --git a/gas/symbols.h b/gas/symbols.h index bd7604e097..f3b73af966 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -84,6 +84,7 @@ extern valueT S_GET_VALUE PARAMS ((symbolS *)); extern void S_SET_VALUE PARAMS ((symbolS *, valueT)); #ifdef BFD_ASSEMBLER +extern int S_IS_FUNCTION PARAMS ((symbolS *)); extern int S_IS_EXTERNAL PARAMS ((symbolS *)); extern int S_IS_WEAK PARAMS ((symbolS *)); extern int S_IS_COMMON PARAMS ((symbolS *)); -- cgit v1.2.1