From: Pierre Muller Date: Tue, 12 Oct 2010 15:40:03 +0000 (+0000) Subject: * ser-go32.c (struct dos_ops): Add missing fdopen field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1b5be380964fd5de401d12aba804306ee30b3c1;p=binutils-gdb.git * ser-go32.c (struct dos_ops): Add missing fdopen field. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 320b660c063..a0765cdc3f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-10-12 Pierre Muller + + * ser-go32.c (struct dos_ops): Add missing fdopen field. + 2010-10-12 Matthew Gretton-Dann * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array. diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index d9003b8a811..a9141d01378 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -843,6 +843,7 @@ static struct serial_ops dos_ops = 0, dos_open, dos_close, + NULL, /* fdopen, not implemented */ dos_readchar, dos_write, dos_noop, /* flush output */