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

4.104.114.84.95
Last change on this file since 5b4fc84 was 5b4fc84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:41:55

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

  • console/Makefile.am: Remove all-local: $(ARCH).
  • liblnk/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 5.6 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Remove all-local: $(ARCH).
4        * liblnk/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * wrapup/Makefile.am: Remove all-local: $(ARCH).
8
92003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in include/Makefile.am.
12        Reflect changes to bsp.am.
13        * include/Makefile.am: Remove.
14        * configure.ac: Reflect changes above.
15
162003-09-04      Joel Sherrill <joel@OARcorp.com>
17
18        * console/console.c, include/bsp.h, include/coverhd.h,
19        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
20        license changed.
21
222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved aclocal/.
25
262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved automake/.
29        * console/Makefile.am: Reflect having moved automake/.
30        * include/Makefile.am: Reflect having moved automake/.
31        * liblnk/Makefile.am: Reflect having moved automake/.
32        * start/Makefile.am: Reflect having moved automake/.
33        * startup/Makefile.am: Reflect having moved automake/.
34        * wrapup/Makefile.am: Reflect having moved automake/.
35
362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
39
402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 445/bsps
43        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
44        Remove cpp, old_cpp (now unused).
45
462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove AC_CONFIG_AUX_DIR.
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AC_PREREQ(2.57).
57
582003-01-20      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds*: Add FreeBSD sysctl() sections.
61
622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use install-data-local to install startfile.
72
732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82
832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * bsp_specs: Added support for -nostdlibs.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Eliminate PGM.
98        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
99
1002002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
103
1042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
107        Remove $(OBJS) from all-local.
108
1092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
112
1132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac:
116        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
117        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
118        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
133        * configure.in: Remove.
134        * configure.ac: New file, generated from configure.in by autoupdate.
135
1362001-09-27      Joel Sherrill <joel@OARcorp.com>
137
138        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
139
1402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
143
1442001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Add bspopts.h.
147        * include/.cvsignore: Add bspopts.h*, stamp-h*.
148        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
149        * include/bsp.h: Include bspopts.h.
150
1512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
154
1552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
158
1592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
162
1632000-11-01      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
166        and libcsupport.h moved from libc to lib/include/rtems and
167        now must be referenced as <rtems/XXX.h>.   Header file order
168        was cleaned up while doing this.
169
1702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
173        Switch to GNU canonicalization.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
178        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.