Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2006-01-04 Paul Brook <paul@codesourcery.com> | Jeff Johnston | 2006-01-04 | 1 | -0/+1 |
| | | | | | | | | | | * m68k/bcc.ld: Add .got.plt and .got * m68k/idp.ld: Ditto. * m68k/idpgdb: Ditto. * m68k/mvme135.ld: Ditto. * m68k/sbc5204.ld: Ditto. * m68k/sbc5206.ld: Ditto. * m68k/sim.ld: Ditto. | ||||
* | 2005-12-06 Paul Brook <paul@codesourcery.com> | Jeff Johnston | 2005-12-06 | 1 | -4/+4 |
| | | | | | | | | | | * m68k/bcc.ld: Add .text.*, .rodata.*, .data.* and .bss.*. * m68k/idp.ld: Ditto. * m68k/idpgdb: Ditto. * m68k/mvme135.ld: Ditto. * m68k/sbc5204.ld: Ditto. * m68k/sbc5206.ld: Ditto. * m68k/sim.ld: Ditto. | ||||
* | Add support for GDB monitor-style I/O. | Jim Blandy | 2001-09-10 | 1 | -0/+146 |
* 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. |