diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-15 01:44:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-15 01:44:40 +0000 |
commit | cfc231aa1608699b60e26a14b757c2b4d5ce861c (patch) | |
tree | a796a19b55b7c636d37090920b29a0a02e1656d9 /gdb/mdebugread.c | |
parent | 5ddc192d424b458b3b2d8cf146bbd598cabe1d1b (diff) | |
download | gdb-cfc231aa1608699b60e26a14b757c2b4d5ce861c.tar.gz |
Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 6c7ddccf93f..7b0ccf0315a 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -2769,7 +2769,7 @@ parse_partial_symbols (objfile) #define CUR_SYMBOL_TYPE type_code #define CUR_SYMBOL_VALUE sh.value #define START_PSYMTAB(ofile,fname,low,symoff,global_syms,static_syms)\ - pst = save_pst + (pst = save_pst) #define END_PSYMTAB(pst,ilist,ninc,c_off,c_text,dep_list,n_deps,textlow_not_set) (void)0 #define HANDLE_RBRAC(val) \ if ((val) > save_pst->texthigh) save_pst->texthigh = (val); |