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 | 5bfb05ca594c81169234512fb4edd3d3f6833e16 (patch) | |
tree | 187c7a64d964f1b5f77ed60fcceab7c092aec178 /gdb/mdebugread.c | |
parent | 5e6cbf410d036264fabdb28319642462d470f516 (diff) | |
download | gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.zip gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.tar.gz gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.tar.bz2 |
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 6c7ddcc..7b0ccf0 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); |