diff options
author | Roland Pesch <pesch@cygnus> | 1991-05-20 19:19:41 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-05-20 19:19:41 +0000 |
commit | bce4bf525feda14fd2eb6ee84590e032465d6976 (patch) | |
tree | 339135f543e7829c7c742f57dd7993a32aa8764f /gdb/ChangeLog | |
parent | a02da681dba5bc855a8b3ab6aa58d737712e09c5 (diff) | |
download | gdb-bce4bf525feda14fd2eb6ee84590e032465d6976.zip gdb-bce4bf525feda14fd2eb6ee84590e032465d6976.tar.gz gdb-bce4bf525feda14fd2eb6ee84590e032465d6976.tar.bz2 |
* Makefile.dist, doc/gdb.texinfo: respectively create, and use,
the new target "rdl-apps.texinfo" which captures the Makefile
variable that records where to find the Readline libraries.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04a19e4..d6462c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ +Mon May 20 12:15:04 1991 Roland H. Pesch (pesch at fowanton.cygnus.com) + + * Makefile.dist, doc/gdb.texinfo: respectively create, and use, + the new target "rdl-apps.texinfo" which captures the Makefile + variable that records where to find the Readline libraries. + Sun May 19 05:36:59 1991 John Gilmore (gnu at cygint.cygnus.com) + * tahoe-pinsn.c: #include "tahoe-opcode.h", not "opcode.h". + * tm-tahoe.h (FIX_CALL_DUMMY): Ignore more parameters. + * defs.h (const, volatile): Only define if not already defined. + * Makefile.dist (gdb.tar.Z): Create doc subdir w/out CVS/RCS crud. + * README: Update for release 3.95. * config.gdb: Don't create readline dir in subdir builds. * main.c: Include with "..." form for non-system include files, |