source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Eliminate PGMS.
22        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
23
242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
27        Remove $(OBJS) from all-local.
28
292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
32
332002-06-27      Joel Sherrill <joel@OARcorp.com>
34
35        * Makefile.am, bsp_specs: Now this target almost compiles again.
36
372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac:
40        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
53        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
54
552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
58
592001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
62        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
63
642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
702001-09-27      Joel Sherrill <joel@OARcorp.com>
71
72        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
73
742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/Makefile.am: Use 'CLEANFILES ='.
77        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
78
792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: Add bspopts.h.
82        * include/.cvsignore: Add bspopts.h*, stamp-h*.
83        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
84        * include/bsp.h: Include bspopts.h.
85
862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
101        and libcsupport.h moved from libc to lib/include/rtems and
102        now must be referenced as <rtems/XXX.h>.   Header file order
103        was cleaned up while doing this.
104
1052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-09-25      Joel Sherrill <joel@OARcorp.com>
111
112        * include/bsp.h: tty_* renamed to console_*.
113        * tty/tty.c: Ditto.
114        * shmsupp/addrconv.c: Typo fixed.
115        * wrapup/Makefile.am: Merge startup not start directory.
116
1172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
120        tty/Makefile.am, wrapup/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.