diff options
author | John Gilmore <gnu@cygnus> | 1993-03-13 23:09:20 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-03-13 23:09:20 +0000 |
commit | 961ee88e92251181bfe6c4923a8202f8013d7396 (patch) | |
tree | 2b60849a361a01fc079e475b2261e05fdd86f7ae /gdb | |
parent | 5f8d4bcbb909c62b7bf24552ad3dcd3d9021c9af (diff) | |
download | gdb-961ee88e92251181bfe6c4923a8202f8013d7396.zip gdb-961ee88e92251181bfe6c4923a8202f8013d7396.tar.gz gdb-961ee88e92251181bfe6c4923a8202f8013d7396.tar.bz2 |
* symmisc.c (std_in, std_out, std_err): Move initializations
to runtime code, in case they aren't constant.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 721b7c6..c61200b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Sat Mar 13 14:58:22 1993 John Gilmore (gnu@cygnus.com) + + * symmisc.c (std_in, std_out, std_err): Move initializations + to runtime code, in case they aren't constant. + Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com) * symtab.c (find_pc_symtab): some object file formats, notably |