aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-10-12 02:57:07 +0000
committerAlan Modra <amodra@gmail.com>2011-10-12 02:57:07 +0000
commit00ce9deb436f0546db143c24c05964f68e2fa7c1 (patch)
treed6bcf63547653ededa2b242d8d6bd33e0eedded5 /gas/symbols.c
parent729b865260773262bb1f1017fbcf724e07814b66 (diff)
downloadgdb-00ce9deb436f0546db143c24c05964f68e2fa7c1.zip
gdb-00ce9deb436f0546db143c24c05964f68e2fa7c1.tar.gz
gdb-00ce9deb436f0546db143c24c05964f68e2fa7c1.tar.bz2
* symbols.c (local_symbol_make): Make global.
* symbols.h (local_symbol_make): Declare. * as.c (main): Define __GAS_VERSION__.
Diffstat (limited to 'gas/symbols.c')
-rw-r--r--gas/symbols.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/symbols.c b/gas/symbols.c
index fc475ca..b5d5a43 100644
--- a/gas/symbols.c
+++ b/gas/symbols.c
@@ -23,11 +23,9 @@
/* #define DEBUG_SYMS / * to debug symbol list maintenance. */
#include "as.h"
-
#include "safe-ctype.h"
#include "obstack.h" /* For "symbols.h" */
#include "subsegs.h"
-
#include "struc-symbol.h"
/* This is non-zero if symbols are case sensitive, which is the
@@ -191,7 +189,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 (const char *name, segT section, valueT val, fragS *frag)
{
char *name_copy;