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

4.104.114.84.95
Last change on this file since 6d28ca8 was 6d28ca8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 06:12:01

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use project_lib_DATA.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use project_lib_DATA.
4
52003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
16
172003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Misc cleanups and fixes.
20        * startup/Makefile.am: Misc cleanups and fixes.
21        * wrapup/Makefile.am: Misc cleanups and fixes.
22
232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add preinstallation dirstamp support.
26        * console/Makefile.am: Cosmetics.
27        * liblnk/Makefile.am: Cosmetics.
28        * startup/Makefile.am: Cosmetics.
29        * wrapup/Makefile.am: Cosmetics.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * console/Makefile.am: Remove all-local: $(ARCH).
34        * liblnk/Makefile.am: Remove all-local: $(ARCH).
35        * start/Makefile.am: Remove all-local: $(ARCH).
36        * startup/Makefile.am: Remove all-local: $(ARCH).
37        * wrapup/Makefile.am: Remove all-local: $(ARCH).
38
392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Merge-in include/Makefile.am.
42        Reflect changes to bsp.am.
43        * include/Makefile.am: Remove.
44        * configure.ac: Reflect changes above.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * console/console.c, include/bsp.h, include/coverhd.h,
49        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
50        license changed.
51
522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved aclocal/.
55
562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved automake/.
59        * console/Makefile.am: Reflect having moved automake/.
60        * include/Makefile.am: Reflect having moved automake/.
61        * liblnk/Makefile.am: Reflect having moved automake/.
62        * start/Makefile.am: Reflect having moved automake/.
63        * startup/Makefile.am: Reflect having moved automake/.
64        * wrapup/Makefile.am: Reflect having moved automake/.
65
662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
69
702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        PR 445/bsps
73        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
74        Remove cpp, old_cpp (now unused).
75
762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove AC_CONFIG_AUX_DIR.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882003-01-20      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds*: Add FreeBSD sysctl() sections.
91
922003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use install-data-local to install startfile.
102
1032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106
1072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Reformat.
110        Add autom4te*cache.
111        Remove autom4te.cache.
112
1132002-08-21      Joel Sherrill <joel@OARcorp.com>
114
115        * bsp_specs: Added support for -nostdlibs.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Eliminate PGM.
128        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
129
1302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
133
1342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
137        Remove $(OBJS) from all-local.
138
1392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
142
1432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac:
146        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
147        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
148        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
173
1742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: Add bspopts.h.
177        * include/.cvsignore: Add bspopts.h*, stamp-h*.
178        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
179        * include/bsp.h: Include bspopts.h.
180
1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
196        and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
208        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
209
2102000-08-10      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.