diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
commit | 819cc324665b3ac1842b105d906308f7ab692a76 (patch) | |
tree | e3784018165b88ebe8ba4a17ac651815ac705f9d /gdb/ChangeLog | |
parent | 30120c466956627fbfdc64dde2e6415a9986e7d1 (diff) | |
download | gdb-819cc324665b3ac1842b105d906308f7ab692a76.zip gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.gz gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.bz2 |
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc7c411..2320282 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,42 @@ +2001-07-10 Andrew Cagney <ac131313@redhat.com> + + * serial.h (typedef serial_t): Delete. Replace all references to + serial_t with `struct serial *'. + * serial.c: Update. + * nindy-share/ttyflush.c: Update. + * nindy-share/ttyflush.c: Update. + * nindy-share/Onindy.c: Update. + * nindy-share/nindy.c: Update. + * remote-rdp.c: Update. + * remote-sds.c: Update. + * remote-st.c: Update. + * remote-nindy.c: Update. + * remote-mips.c: Update. + * remote-e7000.c: Update. + * remote-os9k.c: Update. + * remote-nrom.c: Update. + * remote-es.c: Update. + * remote-array.c: Update. + * ocd.c: Update. + * mon960-rom.c: Update. + * dsrec.c: Update. + * inflow.c: Update. + * ser-e7kpc.c: Update. + * sparclet-rom.c: Update. + * srec.h: Update. + * ser-tcp.c: Update. + * ser-go32.c: Update. + * sparcl-tdep.c: Update. + * w89k-rom.c: Update. + * utils.c: Update. + * sh3-rom.c: Update. + * remote.c: Update. + * ser-pipe.c: Update. + * ser-unix.c: Update. + * ser-unix.h: Update. + * xmodem.c: Update. + * xmodem.h: Update. + 2001-07-11 J.T. Conklin <jtc@redback.com> From Greg McGary <greg@mcgary.org>: |