diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-10-21 14:55:18 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-10-21 14:55:18 +0000 |
commit | 407caf07a4b0da14b9efbe68a0d75bd6c273c192 (patch) | |
tree | ae2ad951eb44c3a1cc5029db501e1a37d003132e /gdb/symtab.h | |
parent | ef485c0196b0e61d6c0ef992bd6c8c761e76bdbd (diff) | |
download | gdb-407caf07a4b0da14b9efbe68a0d75bd6c273c192.zip gdb-407caf07a4b0da14b9efbe68a0d75bd6c273c192.tar.gz gdb-407caf07a4b0da14b9efbe68a0d75bd6c273c192.tar.bz2 |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 6dfc9d4..520e81e 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. */ |