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

4.104.114.84.95
Last change on this file since 5626be2 was 5626be2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:16

2003-09-04 Joel Sherrill <joel@…>

  • include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/setvec.c, tools/print_dump.c, tty/tty.c: URL for license changed.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c,
4        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
5        startup/bspclean.c, startup/bspstart.c, startup/setvec.c,
6        tools/print_dump.c, tty/tty.c: URL for license changed.
7
82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved automake/.
15        * include/Makefile.am: Reflect having moved automake/.
16        * shmsupp/Makefile.am: Reflect having moved automake/.
17        * start/Makefile.am: Reflect having moved automake/.
18        * startup/Makefile.am: Reflect having moved automake/.
19        * tty/Makefile.am: Reflect having moved automake/.
20        * wrapup/Makefile.am: Reflect having moved automake/.
21
222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
25
262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        PR 445/bsps
29        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
30        Remove cpp, old_cpp (now unused).
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AC_PREREQ(2.57).
43
442003-01-20      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
47
482003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54
552002-12-19      Joel Sherrill <joel@OARcorp.com>
56
57        * start/start.S: Per PR329 now compiles with GNU tools.
58        * startup/linkcmds: New file.  Now almost links.
59
602002-12-19      Joel Sherrill <joel@OARcorp.com>
61
62        * start/start.S: Per PR329 now compiles with GNU tools.
63
642002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * include/Makefile.am: Fix broken preinstall-deps.
67
682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Use install-data-local to install startfile.
71
722002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-08-21      Joel Sherrill <joel@OARcorp.com>
83
84        * bsp_specs: Added support for -nostdlibs.
85
862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
93
942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Eliminate PGMS.
97        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
98
992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
102        Remove $(OBJS) from all-local.
103
1042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
107
1082002-06-27      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am, bsp_specs: Now this target almost compiles again.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
128        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
129
1302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
133
1342001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
137        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
138
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-27      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
148
1492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/Makefile.am: Use 'CLEANFILES ='.
152        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
153
1542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Add bspopts.h.
157        * include/.cvsignore: Add bspopts.h*, stamp-h*.
158        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
159        * include/bsp.h: Include bspopts.h.
160
1612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
164
1652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
168
1692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
172
1732000-11-01      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
176        and libcsupport.h moved from libc to lib/include/rtems and
177        now must be referenced as <rtems/XXX.h>.   Header file order
178        was cleaned up while doing this.
179
1802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
183        Switch to GNU canonicalization.
184
1852000-09-25      Joel Sherrill <joel@OARcorp.com>
186
187        * include/bsp.h: tty_* renamed to console_*.
188        * tty/tty.c: Ditto.
189        * shmsupp/addrconv.c: Typo fixed.
190        * wrapup/Makefile.am: Merge startup not start directory.
191
1922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
195        tty/Makefile.am, wrapup/Makefile.am: Include compile.am
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.