aboutsummaryrefslogtreecommitdiff
path: root/gdb/depend
AgeCommit message (Collapse)AuthorFilesLines
1991-11-04 * infrun.c: Fixed typo in comment.Per Bothner1-235/+7
* utils.c: All the v*fprintf emulation is now in libiberty, so we can get rid of some junk. * xm-sun3os4.h, xm-sun4os4.h, xconfig/decstation, xconfig/i386sco, xconfig/sun3os4, xconfig/sun4os4: Don`t need HAVE_STRSTR any more. * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL type operands, as used by branch instructions. * gmalloc.c: Fix prototype of memcpy. * elfread.c: Comment out register_addr, since it conflicts with the one in coredep.c. * buildsym.h: Remove extern declarations of two functions that are really static in buildsym.c. * tm-mips.h: Add symbolic names for more registers. * mips-xdep.c (store_inferior_registers): Use new register names. * xm-mips.h: Simplify REGISTER_U_ADDR, since it is now only used for core files, not ptrace. Therefore, the KERNEL_U_ADDR hack is no longer needed. The mapping to ptrace number is now in in mips-xdep.c. * mips-xdep.c: Define REGISTER_PTRACE_ADDR (using the mapping from the old REGISTER_U_ADDR), and use it in {fetch,store}_inferior_registers. * mipsread.c: Rename #include ecoff.h to new name coff-mips.h. * mips-tdep.c (mips_push_dummy_frame, mips_pop_frame): Save/restore FP regs correctly (?). * dbxread.c: Remove duplicate define_symbol and type_synonym_name (these had been previously moved to buildsym.c). Hence, define_symbol becomes extern instead of static. * buildsym.c (read_struct_type): Comment out bogus handling of C++ operator methods. Minor hacking of reading of class contexts. Make define_symbol non-static, so dbxread.c can call it.
1991-09-13Update these for new modules and new inclusions.John Gilmore1-27/+39
1991-07-31Remove config.gdb. Restore alldeps.mak, depend, and expread.tab.cJohn Gilmore1-215/+203
to the RCS archives. Update .Sanitize for this.
1991-06-07Reverse entropy. Inhale bit rot, exahle graceful compilation.John Gilmore1-186/+199
1991-06-07*** empty log message ***John Gilmore1-3/+2
1991-05-20The one that shipped with 3.5.John Gilmore1-2/+5
1991-05-19Check in one built with "config.gdb none" rather than "config.gdb sparc".John Gilmore1-200/+194
Also includes a few changes around readline dependencies.
1991-05-19configure changes and -opcode.h movement.K. Richard Pixley1-186/+201
1991-05-02*** empty log message ***Jim Kingdon1-68/+93
1991-05-02*** empty log message ***Jim Kingdon1-100/+73
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-76/+99
Get getopt and obstack from -liberty rather than compiling them here. * coffread.c: turn a printf into a complain(), and try to deal more gracefully with botched-looking lineno pointers. * dbxread.c: Use bfd_get_symcount rather than bfd_get_symcount_upper_bound. Don't coredump on files with zero symbols in them (a BFD bug showed this one). * environ.c: Pass GNUTARGET into the parent (gdb) as well as the child.
1991-03-28Johns releaseK. Richard Pixley1-0/+195