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





                                                            





                                                                         



                                                          




                                                         



                                                                 


                                                







                                                                        




                                                                             










                                                        



                                                        



                                                        










                                                                        




                                                                            




                                                                      

                                                



                                                           

                               















                                                                                
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.