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

Last change on this file since f1433c79 was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-08-21      Joel Sherrill <joel@OARcorp.com>
46
47        * bsp_specs: Added support for -nostdlibs.
48
492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
61
622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
65        Remove $(OBJS) from all-local.
66
672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
70
712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac:
74        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
75        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
76        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84
852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
88
892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
92        * configure.in: Remove.
93        * configure.ac: New file, generated from configure.in by autoupdate.
94
952001-09-27      Joel Sherrill <joel@OARcorp.com>
96
97        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
98        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
99
1002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * include/Makefile.am: Use 'CLEANFILES ='.
103        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
104
1052001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.in: Add bspopts.h.
108        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
109        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
110        * include/bsp.h: Include bspopts.h.
111
1122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
113
114        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
115
1162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
119
1202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
123
1242000-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
127        and libcsupport.h moved from libc to lib/include/rtems and
128        now must be referenced as <rtems/XXX.h>.   Header file order
129        was cleaned up while doing this.
130
1312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
134        Switch to GNU canonicalization.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
139        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
140        compile.am
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.