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

4.104.114.84.95
Last change on this file since d6c3d56 was 87bf791, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 10:40:53

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

  • shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7
82002-12-19      Joel Sherrill <joel@OARcorp.com>
9
10        * start/start.S: Per PR329 now compiles with GNU tools.
11        * startup/linkcmds: New file.  Now almost links.
12
132002-12-19      Joel Sherrill <joel@OARcorp.com>
14
15        * start/start.S: Per PR329 now compiles with GNU tools.
16
172002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * include/Makefile.am: Fix broken preinstall-deps.
20
212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * start/Makefile.am: Use install-data-local to install startfile.
24
252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-08-21      Joel Sherrill <joel@OARcorp.com>
36
37        * bsp_specs: Added support for -nostdlibs.
38
392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
46
472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Eliminate PGMS.
50        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
51
522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
55        Remove $(OBJS) from all-local.
56
572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
60
612002-06-27      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am, bsp_specs: Now this target almost compiles again.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
77
782001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
81        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
82
832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
86
872001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
90        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-27      Joel Sherrill <joel@OARcorp.com>
99
100        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
101
1022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * include/Makefile.am: Use 'CLEANFILES ='.
105        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
106
1072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Add bspopts.h.
110        * include/.cvsignore: Add bspopts.h*, stamp-h*.
111        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
112        * include/bsp.h: Include bspopts.h.
113
1142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-11-01      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
129        and libcsupport.h moved from libc to lib/include/rtems and
130        now must be referenced as <rtems/XXX.h>.   Header file order
131        was cleaned up while doing this.
132
1332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
136        Switch to GNU canonicalization.
137
1382000-09-25      Joel Sherrill <joel@OARcorp.com>
139
140        * include/bsp.h: tty_* renamed to console_*.
141        * tty/tty.c: Ditto.
142        * shmsupp/addrconv.c: Typo fixed.
143        * wrapup/Makefile.am: Merge startup not start directory.
144
1452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
148        tty/Makefile.am, wrapup/Makefile.am: Include compile.am
149
1502000-08-10      Joel Sherrill <joel@OARcorp.com>
151
152        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.