diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-06 16:03:44 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-06 16:03:44 +0000 |
commit | 1ed0c0e75db12ea291a4bfef18fc6e59243ba52a (patch) | |
tree | 49fb6b2db63710a89b59a3c571814c764e7b4211 /sim/ppc/ChangeLog | |
parent | 8678180e14652dc371ead62b55a2367422eacc98 (diff) | |
download | gdb-1ed0c0e75db12ea291a4bfef18fc6e59243ba52a.zip gdb-1ed0c0e75db12ea291a4bfef18fc6e59243ba52a.tar.gz gdb-1ed0c0e75db12ea291a4bfef18fc6e59243ba52a.tar.bz2 |
Fix INLN in bugapi to read a full line
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 3376810..788a148 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +Mon May 6 11:31:43 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * hw_pal.c (hw_pal_instance_read_callback): If using stdio, use + fgets to read line. If not using stdio, do a simple blocking read + of len bytes. + Fri May 3 15:07:42 1996 Michael Meissner <meissner@tiktok.cygnus.com> * Makefile.in: Correctly build simulator for build machine != host |