diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index fab3a37..c9c30b0 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -260,6 +260,7 @@ finish_block (symbol, listhead, old_blocks, start, end, objfile) case LOC_LOCAL_ARG: case LOC_BASEREG: case LOC_BASEREG_ARG: + case LOC_UNRESOLVED: case LOC_OPTIMIZED_OUT: default: break; @@ -295,6 +296,7 @@ finish_block (symbol, listhead, old_blocks, start, end, objfile) case LOC_LOCAL_ARG: case LOC_BASEREG: case LOC_BASEREG_ARG: + case LOC_UNRESOLVED: case LOC_OPTIMIZED_OUT: default: break; |