diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 3b4350a..169a752 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -485,14 +485,6 @@ enum address_class LOC_CONST_BYTES, - /* Value is arg at SYMBOL_VALUE offset in stack frame. Differs from - LOC_LOCAL in that symbol is an argument; differs from LOC_ARG in - that we find it in the frame (get_frame_locals_address), not in - the arglist (get_frame_args_address). Added for i960, which - passes args in regs then copies to frame. */ - - LOC_LOCAL_ARG, - /* Value is at SYMBOL_VALUE offset from the current value of register number SYMBOL_BASEREG. This exists mainly for the same things that LOC_LOCAL and LOC_ARG do; but we need to do this |