source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ d266acd2

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Use install-data-local to install startfile.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-11-04      Joel Sherrill <joel@OARcorp.com>
42
43        * clock/clock.c: Removed warnings.
44
452002-11-01      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
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        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
70
712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Eliminate PGMS.
74        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
75
762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
79
802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
83        Remove $(OBJS) from all-local.
84
852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
88
892001-05-09      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: In support of gcc 3.1, added one of more
92        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
93        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
94        and direction of segments to memory regions may also have been
95        addressed.  This was a sweep across all BSPs.
96 
972001-04-08      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
100 
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac:
104        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
105        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
106        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
121
1222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
125
1262001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add @exceptions@ to SUBDIRS.
129        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
130        make/custom/dmv177.cfg;
131        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
132        Add RTEMS_PPC_EXCEPTIONS([old]).
133        * include/Makefile.am: include force-preinstall.am.
134        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
135        DMV177_USE_INSTRUCTION_CACHE.
136        * wrapup/Makefile.am: Apply @exceptions@.
137
1382001-10-25      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: Added _init and _fini.
141
1422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
145        * configure.in: Remove.
146        * configure.ac: New file, generated from configure.in by autoupdate.
147
1482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * include/Makefile.am: Use 'CLEANFILES ='.
151        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
152
1532001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
156
1572001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
160        CONSOLE_USE_POLLED, HAS_RTC.
161        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
162        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
163        treatment of tod.h, coverhd.h.
164        * include/bsp.h: Add include bspopts.h.
165
1662001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
169
1702001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-11-01      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
185        and libcsupport.h moved from libc to lib/include/rtems and
186        now must be referenced as <rtems/XXX.h>.   Header file order
187        was cleaned up while doing this.
188
1892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
192        Switch to GNU canonicalization.
193
1942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
197        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
198        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
199        compile.am
200
2012000-08-10      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.