source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ 1d36d2af

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds*: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-08-21      Joel Sherrill <joel@OARcorp.com>
24
25        * bsp_specs: Added support for -nostdlibs.
26
272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
35
362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
39
402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
43        Remove $(OBJS) from all-local.
44
452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
66
672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70        * configure.in: Remove.
71        * configure.ac: New file, generated from configure.in by autoupdate.
72
732001-09-27      Joel Sherrill <joel@OARcorp.com>
74
75        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
76        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
77
782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * include/Makefile.am: Use 'CLEANFILES ='.
81        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
82
832001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.in: Add bspopts.h.
86        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
87        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
88        * include/bsp.h: Include bspopts.h.
89
902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
93
942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
97
982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
101
1022000-11-01      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
105        and libcsupport.h moved from libc to lib/include/rtems and
106        now must be referenced as <rtems/XXX.h>.   Header file order
107        was cleaned up while doing this.
108
1092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
112        Switch to GNU canonicalization.
113
1142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
117        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
118        compile.am
119
1202000-08-10      Joel Sherrill <joel@OARcorp.com>
121
122        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.