diff options
author | John Gilmore <gnu@cygnus> | 1992-09-19 11:09:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-19 11:09:01 +0000 |
commit | d40309c72a376a9c18434aa94c6c9a28adf3f424 (patch) | |
tree | 2e2e25cbcad63178eea863c0614bac17509aeff6 /gdb/ChangeLog | |
parent | a4afec9ade92246dd0eae1476abcc0f408c10f1d (diff) | |
download | gdb-d40309c72a376a9c18434aa94c6c9a28adf3f424.zip gdb-d40309c72a376a9c18434aa94c6c9a28adf3f424.tar.gz gdb-d40309c72a376a9c18434aa94c6c9a28adf3f424.tar.bz2 |
* Makefile.in, configure.in: add support for files used only when
configured native, that is, when host == target.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95195c9..bb28373 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,12 @@ +Thu Sep 17 17:35:37 1992 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in, configure.in: add support for files used only when + configured native, that is, when host = target. + Wed Sep 16 23:03:23 1992 K. Richard Pixley (rich@sendai.cygnus.com) * tm-sparc.h, xm-sparc.h: externs and macros relating to deferred - stores are target dependent and were moved from xm to tm. + stores are target dependent and were moved from xm to tm. Sat Sep 19 03:14:37 1992 John Gilmore (gnu@cygnus.com) |