diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-09-10 23:47:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-09-10 23:47:42 +0000 |
commit | c4b7e16dd99c068b307da9115497df5dd8b7fb9a (patch) | |
tree | 0ced3a627a1c38439a673c7d3c669da26622898c /libgloss/ChangeLog | |
parent | bb36822663aeb8e82a3c0c6dd7aa0ad287b6fb65 (diff) | |
download | cygnal-c4b7e16dd99c068b307da9115497df5dd8b7fb9a.tar.gz cygnal-c4b7e16dd99c068b307da9115497df5dd8b7fb9a.tar.bz2 cygnal-c4b7e16dd99c068b307da9115497df5dd8b7fb9a.zip |
Add support for GDB monitor-style I/O.
* m68k/idp-outbyte.c (raw_outbyte): Renamed from outbyte; made
static.
(outbyte): Call raw_outbyte; if GDB_MONITOR_OUTPUT is #defined,
precede the byte with a ^O character.
* m68k/idpgdb.ld: New linker script.
* m68k/Makefile.in (IDPGDB_LDFLAGS, IDPGDB_BSP, IDPGDB_OBJS): New
variables.
(all): Add ${IDPGDB_BSP} to the list of things to build.
(${IDPGDB_BSP}, idp-gdb-outbyte.o, idpgdb-test.x,
idpgdb-test.srec, idpgdb-test.dis, idpgdb-test): New rules.
(install): Install the IDPGDB stuff, too.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index d7ace7314..44790b28f 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,18 @@ +2001-09-10 Jim Blandy <jimb@redhat.com> + + Add support for GDB monitor-style I/O. + * m68k/idp-outbyte.c (raw_outbyte): Renamed from outbyte; made + static. + (outbyte): Call raw_outbyte; if GDB_MONITOR_OUTPUT is #defined, + precede the byte with a ^O character. + * m68k/idpgdb.ld: New linker script. + * m68k/Makefile.in (IDPGDB_LDFLAGS, IDPGDB_BSP, IDPGDB_OBJS): New + variables. + (all): Add ${IDPGDB_BSP} to the list of things to build. + (${IDPGDB_BSP}, idp-gdb-outbyte.o, idpgdb-test.x, + idpgdb-test.srec, idpgdb-test.dis, idpgdb-test): New rules. + (install): Install the IDPGDB stuff, too. + 2001-03-30 Richard Henderson <rth@redhat.com> Eric Christopher <echristo@redhat.com> |