diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 896db44..806c61c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 23 15:03:42 1998 Per Bothner <bothner@cygnus.com> + + * Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. rather + than $(READLINE_SRC) so #include <readline/readline.h> will work. + * top.c: #include <readline/history.h> instead of "history.h". + * tracepoint.c: Likewise. + * mac-xdep.c: Likewise. + Wed Dec 23 12:32:00 1998 Andrew Cagney <cagney@chook.cygnus.com> * defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT): Define using |