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

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * clock/Makefile.am: Reflect having moved automake/.
9        * console/Makefile.am: Reflect having moved automake/.
10        * include/Makefile.am: Reflect having moved automake/.
11        * shmsupp/Makefile.am: Reflect having moved automake/.
12        * startup/Makefile.am: Reflect having moved automake/.
13        * timer/Makefile.am: Reflect having moved automake/.
14        * wrapup/Makefile.am: Reflect having moved automake/.
15
162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
19
202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        PR 445/bsps
23        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
24        Remove cpp, old_cpp (now unused).
25
262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove AC_CONFIG_AUX_DIR.
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
33
342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: AC_PREREQ(2.57).
37
382003-01-20      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds*: Add FreeBSD sysctl() sections.
41
422003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53
542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Reformat.
57        Add autom4te*cache.
58        Remove autom4te.cache.
59
602002-08-21      Joel Sherrill <joel@OARcorp.com>
61
62        * bsp_specs: Added support for -nostdlibs.
63
642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
72
732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.in: Remove.
108        * configure.ac: New file, generated from configure.in by autoupdate.
109
1102001-09-27      Joel Sherrill <joel@OARcorp.com>
111
112        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
113        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'CLEANFILES ='.
118        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
119
1202001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Add bspopts.h.
123        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
124        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
125        * include/bsp.h: Include bspopts.h.
126
1272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
130
1312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
134
1352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
138
1392000-11-01      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
142        and libcsupport.h moved from libc to lib/include/rtems and
143        now must be referenced as <rtems/XXX.h>.   Header file order
144        was cleaned up while doing this.
145
1462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
149        Switch to GNU canonicalization.
150
1512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
154        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
155        compile.am
156
1572000-08-10      Joel Sherrill <joel@OARcorp.com>
158
159        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.