source: rtems/cpukit/score/cpu/a29k/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was 5c8b6b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 05:46:06

2002-10-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
14
152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use . instead of .o.
22
232002-07-05      Joel Sherrill <joel@OARcorp.com>
24
25        * rtems/score/cpu.h: Filled in something that was marked XXX.
26
272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: RTEMS_TOP(../../../..).
30
312002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * rtems.c: Remove.
34        * Makefile.am: Reflect changes above.
35
362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_PROJECT_ROOT.
39
402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_PROG_CCAS
43
442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
47        Add AC_PROG_RANLIB.
48
492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
52        Use ../../../aclocal.
53
542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * asm.h: Use cpuopts.h instead of targopts.h.
57
582001-04-03      Joel Sherrill <joel@OARcorp.com>
59
60        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
61        * rtems/score/a29ktypes.h: Removed.
62        * rtems/score/types.h: New file via CVS magic.
63        * Makefile.am, rtems/score/cpu.h: Account for name change.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71
722002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * rtems/Makefile.am: Removed.
75        * rtems/score/Makefile.am: Removed.
76        * configure.ac: Reflect changes above.
77        * Makefile.am: Reflect changes above.
78
792001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add multilib support.
82
832001-11-28      Joel Sherrill <joel@OARcorp.com>,
84
85        This was tracked as PR91.
86        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
87        is used to specify if the port uses the standard macro for this (FALSE).
88        A TRUE setting indicates the port provides its own implementation.
89
902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
93        * configure.in: Remove.
94        * configure.ac: New file, generated from configure.in by autoupdate.
95
962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * Makefile.am: Use 'PREINSTALL_FILES ='.
100
1012001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am, rtems/score/Makefile.am:
104        Apply include_*HEADERS instead of H_FILES.
105
1062001-01-03      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
109
1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
1142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
1182000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
121        Switch to GNU canonicalization.
122
1232000-09-25      Joel Sherrill <joel@OARcorp.com>
124
125        * rtems/score/a29k.h, rtems/score/cpu.h: Switched to using
126        cpuopts.h not targopts.h to reduce dependency on BSP.
127
1282000-09-22      Joel Sherrill <joel@OARcorp.com>
129
130        * amd.ah, cpu.c, cpu_asm.S, register.ah, sig.S, rtems/score/cpu.h:
131        Updated and fixed minor things. Commented out offensive assembly
132        and made applications link.
133
1342000-09-22      Joel Sherrill <joel@OARcorp.com>
135
136        * Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h:
137        First attempt to compile with GNU tools.  Minor modifications
138        to compile enough to get to assembler errors.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Include compile.am, remove duplicate includes.
143
1442000-08-10      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.