diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 05:07:07 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 05:07:07 +0000 |
commit | 77ac93922c95502680f05f799f78e1426a766141 (patch) | |
tree | d3e03aabf7f5734351e4851d2930aa748bfafd6f /gdb/ChangeLog | |
parent | 7c884bf00367d2d4bff476e7ffccf551329635fa (diff) | |
download | gdb-77ac93922c95502680f05f799f78e1426a766141.zip gdb-77ac93922c95502680f05f799f78e1426a766141.tar.gz gdb-77ac93922c95502680f05f799f78e1426a766141.tar.bz2 |
See ChangeLog.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae776bb..35cad84 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,16 @@ +Fri May 3 22:01:56 1991 John Gilmore (gnu at cygint.cygnus.com) + + * remote.c: Remove decls of memory_insert_breakpoint + and memory_remove_breakpoint, no longer used. (Suggestion of + Jan Norden). + + * Makefile.dist: use ${subdir} in paths of BFD and LIBIBERTY, + to make it easier to interface to "configure"'d libraries. + Fri May 3 13:10:01 PDT 1991 Roland Pesch (pesch at fowanton.cygnus.com) - * valprint.c introduce "set p", "set pr", "show p" and "show pr" as - aliases for set/show print. + * valprint.c: introduce "set p", "set pr", "show p" and "show pr" as + aliases for set/show print. Thu May 2 11:22:02 1991 Jim Kingdon (kingdon at cygint.cygnus.com) |