source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 3a9516b2

4.104.114.84.95
Last change on this file since 3a9516b2 was 3a9516b2, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:02:55

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/c4xtypes.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/c4xtypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems/Makefile.am: Removed.
18        * rtems/score/Makefile.am: Removed.
19        * configure.ac: Reflect changes above.
20        * Makefile.am: Reflect changes above.
21
222002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * asm.h: Remove #include <rtems/score/targopts.h>.
25        Add #include <rtems/score/cpuopts.h>.
26
27
28
292002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
32
332001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
36
372001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add multilib support.
40
412001-11-28      Joel Sherrill <joel@OARcorp.com>,
42
43        This was tracked as PR91.
44        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
45        is used to specify if the port uses the standard macro for this (FALSE).
46        A TRUE setting indicates the port provides its own implementation.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
57        * Makefile.am: Use 'PREINSTALL_FILES ='.
58
592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am, rtems/score/Makefile.am:
62        Apply include_*HEADERS instead of H_FILES.
63
642001-01-03      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
79        Switch to GNU canonicalization.
80
812000-10-18      Joel Sherrill <joel@OARcorp.com>
82
83        * rtems/score/c4x.h: Modified to properly multilib.  This required
84        using only macros predefined by gcc.
85
862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Include compile.am, formatting.
89        * rtems/Makefile.am: formatting.
90        * rtems/score/Makefile.am: formatting.
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.