diff options
author | Per Bothner <per@bothner.com> | 1991-09-20 22:03:49 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-09-20 22:03:49 +0000 |
commit | ab1e12a22ef7f8d43f423fef33dbe482099c805f (patch) | |
tree | cc68aec36fa1ae92a1fd9db94a904b771dcd3f6e /gdb/ChangeLog | |
parent | 30c52cdf23c167bb7e6ba3c9770852746b3b2dbc (diff) | |
download | gdb-ab1e12a22ef7f8d43f423fef33dbe482099c805f.zip gdb-ab1e12a22ef7f8d43f423fef33dbe482099c805f.tar.gz gdb-ab1e12a22ef7f8d43f423fef33dbe482099c805f.tar.bz2 |
Kludge to allow compilation by non-ANSI compilers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8bcb687..3895f11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 20 15:00:57 1991 Per Bothner (bothner at cygnus.com) + + * mcheck.c: Add __ONEFILE kludge to allow compilation by non-ANSI + compilers (which may lack stddef.h). + Fri Sep 20 13:29:42 1991 John Gilmore (gnu at cygnus.com) * dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and |