source: rtems/cpukit/score/cpu/a29k/ChangeLog @ 0e1dd41f

4.104.114.84.95
Last change on this file since 0e1dd41f was 2540208, checked in by Joel Sherrill <joel.sherrill@…>, on 07/05/02 at 18:09:59

2002-07-05 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Filled in something that was marked XXX.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-07-05      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Filled in something that was marked XXX.
4
52002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: RTEMS_TOP(../../../..).
8
92002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * rtems.c: Remove.
12        * Makefile.am: Reflect changes above.
13
142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove RTEMS_PROJECT_ROOT.
17
182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add RTEMS_PROG_CCAS
21
222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
25        Add AC_PROG_RANLIB.
26
272002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
30        Use ../../../aclocal.
31
322002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * asm.h: Use cpuopts.h instead of targopts.h.
35
362001-04-03      Joel Sherrill <joel@OARcorp.com>
37
38        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
39        * rtems/score/a29ktypes.h: Removed.
40        * rtems/score/types.h: New file via CVS magic.
41        * Makefile.am, rtems/score/cpu.h: Account for name change.
42
432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac:
46        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
47        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
48        * Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rtems/Makefile.am: Removed.
53        * rtems/score/Makefile.am: Removed.
54        * configure.ac: Reflect changes above.
55        * Makefile.am: Reflect changes above.
56
572001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add multilib support.
60
612001-11-28      Joel Sherrill <joel@OARcorp.com>,
62
63        This was tracked as PR91.
64        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
65        is used to specify if the port uses the standard macro for this (FALSE).
66        A TRUE setting indicates the port provides its own implementation.
67
682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71        * configure.in: Remove.
72        * configure.ac: New file, generated from configure.in by autoupdate.
73
742001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
77        * Makefile.am: Use 'PREINSTALL_FILES ='.
78
792001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am, rtems/score/Makefile.am:
82        Apply include_*HEADERS instead of H_FILES.
83
842001-01-03      Joel Sherrill <joel@OARcorp.com>
85
86        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
87
882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
91
922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
95
962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
99        Switch to GNU canonicalization.
100
1012000-09-25      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems/score/a29k.h, rtems/score/cpu.h: Switched to using
104        cpuopts.h not targopts.h to reduce dependency on BSP.
105
1062000-09-22      Joel Sherrill <joel@OARcorp.com>
107
108        * amd.ah, cpu.c, cpu_asm.S, register.ah, sig.S, rtems/score/cpu.h:
109        Updated and fixed minor things. Commented out offensive assembly
110        and made applications link.
111
1122000-09-22      Joel Sherrill <joel@OARcorp.com>
113
114        * Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h:
115        First attempt to compile with GNU tools.  Minor modifications
116        to compile enough to get to assembler errors.
117
1182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Include compile.am, remove duplicate includes.
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.