aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-02-12 18:54:50 +0000
committerPer Bothner <per@bothner.com>1995-02-12 18:54:50 +0000
commit7c606261da93584302aec93ead8bf328a978d9ab (patch)
tree07b2080d5320f545d1d4db4241e97d9429c2014e /gdb/mdebugread.c
parent5222ca60be5bf56265a53aad3df6303de53fd0af (diff)
downloadfsf-binutils-gdb-7c606261da93584302aec93ead8bf328a978d9ab.zip
fsf-binutils-gdb-7c606261da93584302aec93ead8bf328a978d9ab.tar.gz
fsf-binutils-gdb-7c606261da93584302aec93ead8bf328a978d9ab.tar.bz2
* symtab.c (add_param_to_type): Remove (commented-out) function,
since that functionality has been re-written. * coffread.c: Remove commented-out add_param_to_type support. * mdebugread.c (parse_symbol): Likewise. * stabsread.c (define_symbol): Likewise.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 8d6c27d..2d6eac1 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -786,12 +786,6 @@ parse_symbol (sh, ax, ext_sh, bigend, section_offsets)
SYMBOL_VALUE (s) = svalue;
SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name);
add_symbol (s, top_stack->cur_block);
-#if 0
- /* FIXME: This has not been tested. See dbxread.c */
- /* Add the type of this parameter to the function/procedure
- type of this block. */
- add_param_to_type (&top_stack->cur_block->function->type, s);
-#endif
break;
case stLabel: /* label, goes into current block */