summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/ChangeLog
blob: f155cfb4258b6b4134238ba23fe86f733306447e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                        

                                                




                                                               


                                                                         



                                                        

                                                        




                                                              
 



                                                                             

                                                        
                   


                                                                       





                                                                        



                                                        

                                                        



                                                        

                                        

                                                



                                                           

                                                             




                                                             



                                                            





                                                        



                                                  





                                                            





                                                                         



                                                          




                                                         



                                                                 


                                                







                                                                        




                                                                             










                                                        



                                                        



                                                        










                                                                        




                                                                            




                                                                      

                                                



                                                           

                               















                                                                                
2003-09-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* bsp_specs: Remove *lib:.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* include/bsp.h, include/coverhd.h, startup/bspclean.c,
	startup/setvec.c: URL for license changed.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* startup/bspstart.c: Removed incorrect statement about copyright
	assignment.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.
	* dlentry/Makefile.am: Reflect having moved automake/.
	* include/Makefile.am: Reflect having moved automake/.
	* startup/Makefile.am: Reflect having moved automake/.
	* wrapup/Makefile.am: Reflect having moved automake/.

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-08-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	PR 445/bsps
	* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
	Remove cpp, old_cpp (now unused).

2003-03-24	Joel Sherrill <joel@OARcorp.com>

	PR 378/bsps 
	* bsp_specs: Did not include ecrtn in endfile sections. Reported
	and fixed by elkolli@crf.canon.fr.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2003-01-20	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds*: Add FreeBSD sysctl() sections.

2003-01-20	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds.dl: Add FreeBSD sysctl() sections.

2002-12-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.

2002-12-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-08-21	Joel Sherrill <joel@OARcorp.com>

	* bsp_specs: Added support for -nostdlibs.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-08-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
	the real one provided by gcc.  I don't know if this makes this
	BSP work for C++ but it at least lets simple programs link again.

2002-07-20	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* startup/Makefile.am: Add bsplib_DATA = linkcmds.

2002-07-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
	Remove $(OBJS) from all-local.

2002-06-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Remove preinstallation of libbsp.a,

2002-06-14	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds: Fixed typo.
2001-05-09	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds: In support of gcc 3.1, added one of more
	of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
	.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
	and direction of segments to memory regions may also have been
	addressed.  This was a sweep across all BSPs.
 
2001-04-08	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
	add .eh_frame.
 
2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-12-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_ENABLE_NETWORKING.

2001-11-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Introduce RTEMS_BSP_CONFIGURE.

2001-11-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
	rules, add @exceptions@ to SUBDIRS.
	* configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
	RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
	RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
	* include/Makefile.am: Convert PREINSTALL_FILES to
	TMPINSTALL_FILES, include force-preinstall.am.
	* wrapup/Makefile.am: Apply @exceptions@.

2001-11-20	Joel Sherrill <joel@OARcorp.com>

	* include/bspopts.h.in: Automatically generated file that should not
	be in CVS.

2001-11-14	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds: Fixed syntax error in my previous addition
	of __init.

2001-11-13	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds: Added _init, and _fini symbols.

2001-11-13	Joel Sherrill <joel@OARcorp.com>

	* .cvsignore: New file.

2001-11-08	Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>

	This modification is part of the submitted modifications necessary to
	support the IBM PPC405 family.  This submission was reviewed by
	Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
	not negatively impact the ppc403 BSPs.  The submission and tracking
	process was captured as PR50.
	* ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
	times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
	include/.cvsignore, include/Makefile.am, include/bsp.h,
	include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
	startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
	startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
	wrapup/.cvsignore, wrapup/Makefile.am: New files that are
	part of the new gen405 BSP.