source: rtems/c/src/lib/libbsp/ChangeLog @ 9abd9c8

4.104.114.84.95
Last change on this file since 9abd9c8 was 9abd9c8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 18:24:30

2003-01-15 Ralf Corsepius <corsepiu@…>

  • shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * include/Makefile.am: Remove.
22        * include/.cvsignore: Remove.
23        * include/rtems/Makefile.am: Remove.
24        * include/rtems/.cvsignore: Remove.
25        * include/rtems/score/Makefile.am: Remove.
26        * include/rtems/score/.cvsignore: Remove.
27
282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove RTEMS_BSP_ALIAS.
31        Add RTEMS_CHECK_BSP_CACHE.
32        Replace $bspdir with $RTEMS_BSP_FAMILY.
33
342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
37        include/rtems/score/Makefile (Eliminate targopts.h).
38        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
39
402002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * bsp.am: Add bsplib_DATA = bsp_specs.
43
442002-06-25      Joel Sherrill <joel@OARcorp.com>
45
46        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
47        support to the shared gdb stub glue thus adding a directory at the
48        top shared level.
49        * shared/gdbstub: New directory.
50        * configure.ac: Modified to reflect above.
51
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac:
55        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
56        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
57        * Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * bsp.am: Add line break, remove comment.
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-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
76        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
77        RTEMS_LIBBSP_CPU_SUBDIR.
78
792001-09-28      Joel Sherrill <joel@OARcorp.com>
80
81        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
82        not main().
83
842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
87        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
88
892001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
92        automake-1.5 happy.
93        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
94        automake-1.5 happy.
95        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
96
972001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * bsp.am: Fix automake version number in comment.
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
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-25      Joel Sherrill <joel@OARcorp.com>
115
116        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
117
1182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * shmdr/Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.