diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-02 17:09:57 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-02 17:09:57 +0000 |
commit | 16ca07b00a4144acb018e0543377e357612b8e77 (patch) | |
tree | e1b63e574a0296e50dedae8e2e5dfb2857e9fad2 /ChangeLog | |
parent | 5a62d3a36afc544f61112f216f936c25be4916cd (diff) |
Fri May 2 12:43:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile.in (enable_kdb): New variable.
(clib-routines): If enable_kdb, then add strstr.
* i386/i386/_setjmp.S: New file, from UK22 libmach.
* i386/Files: Add i386/i386/_setjmp.S.
* i386/Makefrag (objfiles): Add _setjmp.o if enable_kdb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri May 2 12:43:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile.in (enable_kdb): New variable. + (clib-routines): If enable_kdb, then add strstr. + * i386/i386/_setjmp.S: New file, from UK22 libmach. + * i386/Files: Add i386/i386/_setjmp.S. + * i386/Makefrag (objfiles): Add _setjmp.o if enable_kdb. + 1997-04-30 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> * Makefile.in (clib-routines): Add htons not because it is necessary, |