diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-22 16:58:02 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-22 16:58:02 +0000 |
commit | 0bb4e8c4ad45e09c354fdb57d18d5c1602900a63 (patch) | |
tree | ed419407270a02240f7b71592601c236eef5973c /gdb/buildsym.c | |
parent | 103a86713589f2ed97b20281a3f16e47b0f3e270 (diff) | |
download | gdb-0bb4e8c4ad45e09c354fdb57d18d5c1602900a63.zip gdb-0bb4e8c4ad45e09c354fdb57d18d5c1602900a63.tar.gz gdb-0bb4e8c4ad45e09c354fdb57d18d5c1602900a63.tar.bz2 |
* symtab.h (enum address_class): Remove LOC_INDIRECT and
LOC_HP_THREAD_LOCAL_STATIC.
* findvar.c (symbol_read_needs_frame, read_var_value): Do not
handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
(read_var_value): Likewise.
* buildsym.c (finish_block): Likewise.
* objfiles.c (objfile_relocate): Likewise.
* printcmd.c (address_info): Likewise.
* symmisc.c (print_symbol, print_partial_symbols): Likewise.
* tracepoint.c (scope_info): Likewise.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 282dc4e..e9d5d0f 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -297,7 +297,6 @@ finish_block (struct symbol *symbol, struct pending **listhead, case LOC_UNDEF: case LOC_CONST: case LOC_STATIC: - case LOC_INDIRECT: case LOC_REGISTER: case LOC_LOCAL: case LOC_TYPEDEF: @@ -340,7 +339,6 @@ finish_block (struct symbol *symbol, struct pending **listhead, case LOC_UNDEF: case LOC_CONST: case LOC_STATIC: - case LOC_INDIRECT: case LOC_REGISTER: case LOC_LOCAL: case LOC_TYPEDEF: |