source: rtems/cpukit/score/cpu/hppa1.1/ChangeLog @ a85d8ec

4.104.114.84.95
Last change on this file since a85d8ec was a85d8ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/26/02 at 13:32:13

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

  • Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
92002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use . instead of .o.
12
132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: RTEMS_TOP(../../../..).
16
172002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * rtems.S: Remove.
20        * Makefile.am: Reflect changes above.
21
222002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove RTEMS_PROJECT_ROOT.
25
262002-06-27      Joel Sherrill <joel@OARcorp.com>
27
28        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
29        this all compile again.  It has been a while since we have
30        had a semi-working hppa1.1-rtems cross compiler. :)
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add RTEMS_PROG_CCAS
35
362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
39        Add AC_PROG_RANLIB.
40
412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
44        Use ../../../aclocal.
45
462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
49
502001-04-03      Joel Sherrill <joel@OARcorp.com>
51
52        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
53        * rtems/score/hppa1.1types.h: Removed.
54        * rtems/score/types.h: New file via CVS magic.
55        * Makefile.am, rtems/score/cpu.h: Account for name change.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * rtems/Makefile.am: Removed.
67        * rtems/score/Makefile.am: Removed.
68        * configure.ac: Reflect changes above.
69        * Makefile.am: Reflect changes above.
70
712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add multilib support.
74
752001-11-28      Joel Sherrill <joel@OARcorp.com>,
76
77        This was tracked as PR91.
78        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
79        is used to specify if the port uses the standard macro for this (FALSE).
80        A TRUE setting indicates the port provides its own implementation.
81
822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
85        * configure.in: Remove.
86        * configure.ac: New file, generated from configure.in by autoupdate.
87
882001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
91        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
92
932001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Remove references to PROJECT_INCLUDE.
96        * rtems/score/Makefile.am:
97        Apply include_*HEADERS instead of H_FILES.
98
992001-01-03      Joel Sherrill <joel@OARcorp.com>
100
101        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
102        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
103        now that it is dynamically allocated.
104
1052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
108
1092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
112
1132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-09-25      Joel Sherrill <joel@OARcorp.com>
119
120        * rtems/score/hppa.h: Switched to using cpuopts.h not
121        targopts.h to reduce dependency on BSP.
122
1232000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include compile.am.
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.