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

Last change on this file since 606def83 was 606def83, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 14:08:39

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

PR 541/bsps

  • startup/linkcmds: Remove SEARCH_DIR.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 541/bsps
4        * startup/linkcmds: Remove SEARCH_DIR.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c,
9        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
10        startup/bspclean.c, startup/bspstart.c, startup/setvec.c,
11        tools/print_dump.c, tty/tty.c: URL for license changed.
12
132003-08-22      Joel Sherrill <joel@OARcorp.com>
14
15        PR 445/bsps
16        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
17        trunk.
18
192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
22
232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove AC_CONFIG_AUX_DIR.
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_PREREQ(2.57).
34
352003-01-20      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
38
392003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-19      Joel Sherrill <joel@OARcorp.com>
47
48        * start/start.S: Per PR329 now compiles with GNU tools.
49        * startup/linkcmds: New file.  Now almost links.
50
512002-12-19      Joel Sherrill <joel@OARcorp.com>
52
53        * start/start.S: Per PR329 now compiles with GNU tools.
54
552002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/Makefile.am: Fix broken preinstall-deps.
58
592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Use install-data-local to install startfile.
62
632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Reformat.
70        Add autom4te*cache.
71        Remove autom4te.cache.
72
732002-08-21      Joel Sherrill <joel@OARcorp.com>
74
75        * bsp_specs: Added support for -nostdlibs.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
84
852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/Makefile.am: Eliminate PGMS.
88        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
89
902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
93        Remove $(OBJS) from all-local.
94
952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
98
992002-06-27      Joel Sherrill <joel@OARcorp.com>
100
101        * Makefile.am, bsp_specs: Now this target almost compiles again.
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115
1162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
119        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
120
1212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
124
1252001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
128        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
129
1302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
133        * configure.in: Remove.
134        * configure.ac: New file, generated from configure.in by autoupdate.
135
1362001-09-27      Joel Sherrill <joel@OARcorp.com>
137
138        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
139
1402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * include/Makefile.am: Use 'CLEANFILES ='.
143        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
144
1452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Add bspopts.h.
148        * include/.cvsignore: Add bspopts.h*, stamp-h*.
149        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
150        * include/bsp.h: Include bspopts.h.
151
1522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
155
1562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
1602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
163
1642000-11-01      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
167        and libcsupport.h moved from libc to lib/include/rtems and
168        now must be referenced as <rtems/XXX.h>.   Header file order
169        was cleaned up while doing this.
170
1712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
174        Switch to GNU canonicalization.
175
1762000-09-25      Joel Sherrill <joel@OARcorp.com>
177
178        * include/bsp.h: tty_* renamed to console_*.
179        * tty/tty.c: Ditto.
180        * shmsupp/addrconv.c: Typo fixed.
181        * wrapup/Makefile.am: Merge startup not start directory.
182
1832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
186        tty/Makefile.am, wrapup/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.