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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
20
212003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27
282002-12-19      Joel Sherrill <joel@OARcorp.com>
29
30        * start/start.S: Per PR329 now compiles with GNU tools.
31        * startup/linkcmds: New file.  Now almost links.
32
332002-12-19      Joel Sherrill <joel@OARcorp.com>
34
35        * start/start.S: Per PR329 now compiles with GNU tools.
36
372002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * include/Makefile.am: Fix broken preinstall-deps.
40
412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Use install-data-local to install startfile.
44
452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
66
672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Eliminate PGMS.
70        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
75        Remove $(OBJS) from all-local.
76
772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
80
812002-06-27      Joel Sherrill <joel@OARcorp.com>
82
83        * Makefile.am, bsp_specs: Now this target almost compiles again.
84
852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac:
88        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
89        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
90        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
101        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
102
1032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
106
1072001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
110        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
111
1122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
115        * configure.in: Remove.
116        * configure.ac: New file, generated from configure.in by autoupdate.
117
1182001-09-27      Joel Sherrill <joel@OARcorp.com>
119
120        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
121
1222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * include/Makefile.am: Use 'CLEANFILES ='.
125        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
126
1272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add bspopts.h.
130        * include/.cvsignore: Add bspopts.h*, stamp-h*.
131        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
132        * include/bsp.h: Include bspopts.h.
133
1342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
137
1382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
141
1422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
145
1462000-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
149        and libcsupport.h moved from libc to lib/include/rtems and
150        now must be referenced as <rtems/XXX.h>.   Header file order
151        was cleaned up while doing this.
152
1532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
156        Switch to GNU canonicalization.
157
1582000-09-25      Joel Sherrill <joel@OARcorp.com>
159
160        * include/bsp.h: tty_* renamed to console_*.
161        * tty/tty.c: Ditto.
162        * shmsupp/addrconv.c: Typo fixed.
163        * wrapup/Makefile.am: Merge startup not start directory.
164
1652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
168        tty/Makefile.am, wrapup/Makefile.am: Include compile.am
169
1702000-08-10      Joel Sherrill <joel@OARcorp.com>
171
172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.