source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 53f6727

4.104.114.84.95
Last change on this file since 53f6727 was 53f6727, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:51:58

2002-07-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use .$(OBJEXT) instead of .o.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use . instead of .o.
8
92002-07-05      Joel Sherrill <joel@OARcorp.com>
10
11        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
12        marked XXX.
13
142002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: RTEMS_TOP(../../../..).
17
182002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * rtems.c: Remove.
21        * Makefile.am: Reflect changes above.
22
232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove RTEMS_PROJECT_ROOT.
26
272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add RTEMS_PROG_CCAS
30
312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
34        Add AC_PROG_RANLIB.
35
362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
39        Use ../../../aclocal.
40
412001-04-03      Joel Sherrill <joel@OARcorp.com>
42
43        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
44        * rtems/score/c4xtypes.h: Removed.
45        * rtems/score/types.h: New file via CVS magic.
46        * Makefile.am, rtems/score/cpu.h: Account for name change.
47
482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac:
51        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54
552002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems/Makefile.am: Removed.
58        * rtems/score/Makefile.am: Removed.
59        * configure.ac: Reflect changes above.
60        * Makefile.am: Reflect changes above.
61
622002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * asm.h: Remove #include <rtems/score/targopts.h>.
65        Add #include <rtems/score/cpuopts.h>.
66
67
68
692002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
72
732001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
76
772001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Add multilib support.
80
812001-11-28      Joel Sherrill <joel@OARcorp.com>,
82
83        This was tracked as PR91.
84        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
85        is used to specify if the port uses the standard macro for this (FALSE).
86        A TRUE setting indicates the port provides its own implementation.
87
882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
91        * configure.in: Remove.
92        * configure.ac: New file, generated from configure.in by autoupdate.
93
942001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
97        * Makefile.am: Use 'PREINSTALL_FILES ='.
98
992001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am, rtems/score/Makefile.am:
102        Apply include_*HEADERS instead of H_FILES.
103
1042001-01-03      Joel Sherrill <joel@OARcorp.com>
105
106        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
107
1082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
111
1122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
115
1162000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
119        Switch to GNU canonicalization.
120
1212000-10-18      Joel Sherrill <joel@OARcorp.com>
122
123        * rtems/score/c4x.h: Modified to properly multilib.  This required
124        using only macros predefined by gcc.
125
1262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Include compile.am, formatting.
129        * rtems/Makefile.am: formatting.
130        * rtems/score/Makefile.am: formatting.
131
1322000-08-10      Joel Sherrill <joel@OARcorp.com>
133
134        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.