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

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

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

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * include/Makefile.am: Reflect having moved automake/.
9        * shmsupp/Makefile.am: Reflect having moved automake/.
10        * start/Makefile.am: Reflect having moved automake/.
11        * startup/Makefile.am: Reflect having moved automake/.
12        * tty/Makefile.am: Reflect having moved automake/.
13        * wrapup/Makefile.am: Reflect having moved automake/.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        PR 445/bsps
22        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
23        Remove cpp, old_cpp (now unused).
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove AC_CONFIG_AUX_DIR.
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AC_PREREQ(2.57).
36
372003-01-20      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
40
412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-12-19      Joel Sherrill <joel@OARcorp.com>
49
50        * start/start.S: Per PR329 now compiles with GNU tools.
51        * startup/linkcmds: New file.  Now almost links.
52
532002-12-19      Joel Sherrill <joel@OARcorp.com>
54
55        * start/start.S: Per PR329 now compiles with GNU tools.
56
572002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * include/Makefile.am: Fix broken preinstall-deps.
60
612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use install-data-local to install startfile.
64
652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Reformat.
72        Add autom4te*cache.
73        Remove autom4te.cache.
74
752002-08-21      Joel Sherrill <joel@OARcorp.com>
76
77        * bsp_specs: Added support for -nostdlibs.
78
792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * tty/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Eliminate PGMS.
90        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
91
922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
95        Remove $(OBJS) from all-local.
96
972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
100
1012002-06-27      Joel Sherrill <joel@OARcorp.com>
102
103        * Makefile.am, bsp_specs: Now this target almost compiles again.
104
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
121        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
122
1232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
126
1272001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
130        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-27      Joel Sherrill <joel@OARcorp.com>
139
140        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
141
1422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/Makefile.am: Use 'CLEANFILES ='.
145        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
146
1472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add bspopts.h.
150        * include/.cvsignore: Add bspopts.h*, stamp-h*.
151        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
152        * include/bsp.h: Include bspopts.h.
153
1542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
169        and libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172
1732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-25      Joel Sherrill <joel@OARcorp.com>
179
180        * include/bsp.h: tty_* renamed to console_*.
181        * tty/tty.c: Ditto.
182        * shmsupp/addrconv.c: Typo fixed.
183        * wrapup/Makefile.am: Merge startup not start directory.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
188        tty/Makefile.am, wrapup/Makefile.am: Include compile.am
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.