aboutsummaryrefslogtreecommitdiff
path: root/gdb/dstread.c
AgeCommit message (Collapse)AuthorFilesLines
1994-04-20 * dstread.c, coffread.c: Don't define pending_blocks; buildsym.cJim Kingdon1-2/+0
takes care of it.
1994-03-19 * dstread.c (record_minimal_symbol): New arg objfile. Pass it toJim Kingdon1-7/+10
prim_record_minimal_symbol. Callers: Pass it.
1993-11-16 * a68v-nat.c: Replace with new version from Troy Rollo. TheJim Kingdon1-1/+7
version I am replacing appears to be an old copy of sun3-nat.c. * dstread.c (dst_symfile_read): Replace sort_all_symtab_syms call with loop.
1993-11-10 * dstread.c (dst_sym_fns): Update for flavours.Jim Kingdon1-2/+5
* symfile.c (find_sym_fns): Add kludge for apollo like for rs/6000. * dstread.c (dst_symfile_offsets): Set objfile->num_sections.
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-4/+4
Change all references to stdout/stderr to gdb_stdout/gdb_stderr. Replace all calls to stdio output functions with calls to corresponding _unfiltered functions (`fprintf_unfiltered') Replaced calls to fopen for output to gdb_fopen. Added sufficient goo to utils.c and defs.h to make the above work. The net effect is that stdio output functions are only directly used in utils.c. Elsewhere, the _unfiltered and _filtered functions and GDB_FILE type are used. In the near future, GDB_FILE will stop being equivalant to FILE. The semantics of some commands has changed in a very subtle way: called in the right context, they may cause new occurences of prompt_for_continue() behavior. The testsuite doesn't notice anything like this, though. Please respect this change by not reintroducing stdio output dependencies in the main body of gdb code. All output from commands should go to a GDB_FILE. Target-specific code can still use stdio directly to communicate with targets.
1993-10-22 Merge Apollo patches from Troy Rollo (troy@cbme.unsw.edu.au):Jim Kingdon1-0/+1720
* dst.h, dstread.c, config/m68k/{apollo68b.mt,tm-apollo68b.h}: New files. * config/m68k/nm-apollo68b.h: Add more defines. * configure.in: Recognize apollo target, not just host.
1993-10-22new for apolloJim Kingdon1-0/+0