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

4.104.114.84.95
Last change on this file since 8638af24 was 8638af24, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 13:43:54

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

  • Makefile.am: Add preinstallation dirstamp support.
  • console/Makefile.am: Cosmetics.
  • liblnk/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * console/Makefile.am: Cosmetics.
5        * liblnk/Makefile.am: Cosmetics.
6        * startup/Makefile.am: Cosmetics.
7        * wrapup/Makefile.am: Cosmetics.
8
92003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * console/Makefile.am: Remove all-local: $(ARCH).
12        * liblnk/Makefile.am: Remove all-local: $(ARCH).
13        * start/Makefile.am: Remove all-local: $(ARCH).
14        * startup/Makefile.am: Remove all-local: $(ARCH).
15        * wrapup/Makefile.am: Remove all-local: $(ARCH).
16
172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Merge-in include/Makefile.am.
20        Reflect changes to bsp.am.
21        * include/Makefile.am: Remove.
22        * configure.ac: Reflect changes above.
23
242003-09-04      Joel Sherrill <joel@OARcorp.com>
25
26        * console/console.c, include/bsp.h, include/coverhd.h,
27        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
28        license changed.
29
302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved aclocal/.
33
342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect having moved automake/.
37        * console/Makefile.am: Reflect having moved automake/.
38        * include/Makefile.am: Reflect having moved automake/.
39        * liblnk/Makefile.am: Reflect having moved automake/.
40        * start/Makefile.am: Reflect having moved automake/.
41        * startup/Makefile.am: Reflect having moved automake/.
42        * wrapup/Makefile.am: Reflect having moved automake/.
43
442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
47
482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        PR 445/bsps
51        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
52        Remove cpp, old_cpp (now unused).
53
542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove AC_CONFIG_AUX_DIR.
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
61
622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: AC_PREREQ(2.57).
65
662003-01-20      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds*: Add FreeBSD sysctl() sections.
69
702003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Use install-data-local to install startfile.
80
812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-08-21      Joel Sherrill <joel@OARcorp.com>
92
93        * bsp_specs: Added support for -nostdlibs.
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
102
1032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Eliminate PGM.
106        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
107
1082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
111
1122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
115        Remove $(OBJS) from all-local.
116
1172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
120
1212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac:
124        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
126        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-09-27      Joel Sherrill <joel@OARcorp.com>
145
146        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
147
1482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
151
1522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Add bspopts.h.
155        * include/.cvsignore: Add bspopts.h*, stamp-h*.
156        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
157        * include/bsp.h: Include bspopts.h.
158
1592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
162
1632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-11-01      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
174        and libcsupport.h moved from libc to lib/include/rtems and
175        now must be referenced as <rtems/XXX.h>.   Header file order
176        was cleaned up while doing this.
177
1782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
181        Switch to GNU canonicalization.
182
1832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
186        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.