From 54cfded08ec4835361d381d602fe3f845a45c118 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 20 May 2003 07:58:07 +0000 Subject: * dw2gencfi.c, dw2gencfi.h: New files. * config/tc-i386.c (tc_x86_cfi_init): New function. * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines. * as.c (parse_args): Set verbose flag on --verbose. (main): Call tc_cfi_init()/cfi_finish(). * as.h (verbose): New external variable. * read.c (pobegin): Insert CFI pops to the list. * symbols.c (local_symbol_make): Make symbol external. * symbols.h (local_symbol_make): New prototype. * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am". * Makefile.in: Regenerate. * doc/as.texinfo: Added node "CFI directives" with description of all implemented .cfi_* directives. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. --- gas/symbols.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/symbols.c') 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; -- cgit v1.1