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

Last change on this file since a48dfc9 was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Use install-data-local to install startfile.
37
382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Reformat.
45        Add autom4te*cache.
46        Remove autom4te.cache.
47
482002-08-21      Joel Sherrill <joel@OARcorp.com>
49
50        * bsp_specs: Added support for -nostdlibs.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Eliminate PGM.
63        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
64
652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
68
692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
72        Remove $(OBJS) from all-local.
73
742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90
912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
94
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-27      Joel Sherrill <joel@OARcorp.com>
102
103        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
104
1052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
108
1092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Add bspopts.h.
112        * include/.cvsignore: Add bspopts.h*, stamp-h*.
113        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
114        * include/bsp.h: Include bspopts.h.
115
1162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
1282000-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
131        and libcsupport.h moved from libc to lib/include/rtems and
132        now must be referenced as <rtems/XXX.h>.   Header file order
133        was cleaned up while doing this.
134
1352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
143        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.