This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/libgloss ChangeLog m68k/Makefile.in m68k/i ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sources.redhat.com	2001-09-10 16:47:42

Modified files:
	libgloss       : ChangeLog 
	libgloss/m68k  : Makefile.in idp-outbyte.c 
Added files:
	libgloss/m68k  : idpgdb.ld 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/m68k/idpgdb.ld.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/m68k/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/m68k/idp-outbyte.c.diff?cvsroot=src&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]