summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-21 14:55:18 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-21 14:55:18 +0000
commit996de1aa30894b5dc07c9816e4a59918c413353c (patch)
treeb8b116c465bace1fee153f1d3b108331b13804e7 /gdb/symtab.h
parent847c1acbc4b4f0b02625491a1ea42bbcf73bc963 (diff)
downloadgdb-996de1aa30894b5dc07c9816e4a59918c413353c.tar.gz
2002-10-21 Elena Zannoni <ezannoni@redhat.com>
* symtab.h (address_class): Rename LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC. * hpread.c (hpread_process_one_debug_symbol): Ditto. * printcmd.c (address_info): Ditto. * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 6dfc9d4b6f5..520e81efef7 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -625,9 +625,9 @@ enum address_class
LOC_UNRESOLVED,
/* Value is at a thread-specific location calculated by a
- target-specific method. */
+ target-specific method. This is used only by hppa. */
- LOC_THREAD_LOCAL_STATIC,
+ LOC_HP_THREAD_LOCAL_STATIC,
/* The variable does not actually exist in the program.
The value is ignored. */