diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-25 06:29:23 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-25 06:29:23 +0000 |
commit | 84d82b1ccde63f3847e3e413e014024895c288d1 (patch) | |
tree | 084c6b9c4f4fbaafe685ba3e9c7524c77899280f /gdb/ChangeLog | |
parent | ed317bb309d40570cbb047d431a4e93659257934 (diff) | |
download | gdb-84d82b1ccde63f3847e3e413e014024895c288d1.zip gdb-84d82b1ccde63f3847e3e413e014024895c288d1.tar.gz gdb-84d82b1ccde63f3847e3e413e014024895c288d1.tar.bz2 |
Remove locally duplicated code for calling functions in the inferior. The
only differences were in the specific trap vectors used and whether or not
an fpu was present. These are now handled by appropriate definitions of
BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups.
Minor spelling correction in valops.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad4fdf7..99bf7a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ Thu Oct 24 23:06:40 1991 Fred Fish (fnf at cygnus.com) + * tm-3b1.h, tm-68k.h, tm-altos.h, tm-amix.h, tm-hp300bsd.h, + tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-pn.h, tm-sun2.h, + tm-sun3.h: Remove locally duplicated code for calling functions + in the inferior. The only differences were in the specific trap + vectors used and whether or not an fpu was present. These are + now handled by appropriate definitions of BPT_VECTOR and + HAVE_68881 respectively. Other minor obvious cleanups. + + * valops.c: Correct a minor misspelling. + * utils.c: Remove local BSD/USG hacks that are now in libiberty. * dwarfread.c: Remove prototype for dwarfwarn. Does not work |