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

4.104.114.84.95
Last change on this file since e393f28 was e393f28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:53

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

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