This is the mail archive of the newlib-cvs@sourceware.org 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]
Other format: [Raw text]

src/libgloss ChangeLog configure configure.in ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2009-09-28 16:43:57

Modified files:
	libgloss       : ChangeLog configure configure.in 
Added files:
	libgloss/microblaze: Makefile.in _exception_handler.S 
	                     _hw_exception_handler.S 
	                     _interrupt_handler.S _program_clean.S 
	                     _program_init.S configure configure.in 
	                     crt0.S crt1.S crt2.S crt3.S crt4.S 
	                     crtinit.S pgcrtinit.S sbrk.c sim-crtinit.S 
	                     sim-pgcrtinit.S timer.c xil_malloc.c 
	                     xil_sbrk.c xilinx.ld 

Log message:
	2009-09-28  Michael Eager <eager@eagercon.com>
	
	* configure.in: Add microblaze-*-*.
	* configure: Add microblaze-*-* (not regenerated.)
	* microblaze: NEW microblaze target directory.
	* microblaze/configure.in: NEW.
	* microblaze/configure: Generate.
	* microblaze/Makefile.in: NEW.
	* microblaze/{crt0.S, crt1.S, crt2.S, crt3.S, crt4.S, crtinit.S}: NEW.
	* microblaze/{pgcrtinit.S, _program_clean.S, _program_init.S,
	sbrk.c, sim-crtinit.S, sim-pgcrtinit.S, timer.c, _exception_handler.S,
	_hw_exception_handler.S, _interrupt_handler.S, xil_malloc.c,
	nnxil_printf.c, xil_sbrk.c: NEW.
	* microblaze/xilinx.ld: NEW.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.285&r2=1.286
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/configure.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/configure.in.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/_exception_handler.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/_hw_exception_handler.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/_interrupt_handler.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/_program_clean.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/_program_init.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/configure.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/configure.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crt0.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crt1.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crt2.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crt3.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crt4.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/crtinit.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/pgcrtinit.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/sbrk.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/sim-crtinit.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/sim-pgcrtinit.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/timer.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/xil_malloc.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/xil_sbrk.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/microblaze/xilinx.ld.diff?cvsroot=src&r1=NONE&r2=1.1


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