aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-03-10 10:06:05 +0000
committerAlan Modra <amodra@gmail.com>2011-03-10 10:06:05 +0000
commit293855c8bb376c8dc7cb43bdbb5a6460df27a0c0 (patch)
treef0b3030ab1384c628a367bb44ee156363b848d9c /gas/config/tc-arc.c
parente11840f950f6459e8a28198d4268cdb7e5e1c6a9 (diff)
downloadgdb-293855c8bb376c8dc7cb43bdbb5a6460df27a0c0.zip
gdb-293855c8bb376c8dc7cb43bdbb5a6460df27a0c0.tar.gz
gdb-293855c8bb376c8dc7cb43bdbb5a6460df27a0c0.tar.bz2
* gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
TARGET_SYMBOL_FIELDS): Don't define. * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
Diffstat (limited to 'gas/config/tc-arc.c')
-rw-r--r--gas/config/tc-arc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c
index b5d073e..8d2da96 100644
--- a/gas/config/tc-arc.c
+++ b/gas/config/tc-arc.c
@@ -1,6 +1,6 @@
/* tc-arc.c -- Assembler for the ARC
Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2009 Free Software Foundation, Inc.
+ 2006, 2007, 2009, 2011 Free Software Foundation, Inc.
Contributed by Doug Evans (dje@cygnus.com).
This file is part of GAS, the GNU Assembler.
@@ -934,7 +934,7 @@ arc_common (int localScope)
S_SET_SIZE (symbolP, size);
S_SET_SEGMENT (symbolP, bss_section);
S_CLEAR_EXTERNAL (symbolP);
- symbolP->local = 1;
+ symbol_get_obj (symbolP)->local = 1;
subseg_set (old_sec, old_subsec);
}
else