source: rtems/c/src/lib/libbsp/mips64orion/p4000/ChangeLog @ 1d36d2af

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds*: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * bsp_specs: Added support for -nostdlibs.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
55
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac:
59        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Joel Sherrill <joel@OARcorp.com>
80
81        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
86
872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add bspopts.h.
90        * include/.cvsignore: Add bspopts.h*, stamp-h*.
91        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
92        * include/bsp.h: Include bspopts.h.
93
942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
97
982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
101
1022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
105
1062000-11-01      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
109        and libcsupport.h moved from libc to lib/include/rtems and
110        now must be referenced as <rtems/XXX.h>.   Header file order
111        was cleaned up while doing this.
112
1132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
121        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
122
1232000-08-10      Joel Sherrill <joel@OARcorp.com>
124
125        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.