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

4.104.114.84.95
Last change on this file since d2c26e4b was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
8        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
9
102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Fix package name.
13
142002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
27
282002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use . instead of .o.
35
362002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: RTEMS_TOP(../../../..).
39
402002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * rtems.S: Remove.
43        * Makefile.am: Reflect changes above.
44
452002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove RTEMS_PROJECT_ROOT.
48
492002-06-27      Joel Sherrill <joel@OARcorp.com>
50
51        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
52        this all compile again.  It has been a while since we have
53        had a semi-working hppa1.1-rtems cross compiler. :)
54
552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add RTEMS_PROG_CCAS
58
592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
62        Add AC_PROG_RANLIB.
63
642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
67        Use ../../../aclocal.
68
692002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
72
732001-04-03      Joel Sherrill <joel@OARcorp.com>
74
75        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
76        * rtems/score/hppa1.1types.h: Removed.
77        * rtems/score/types.h: New file via CVS magic.
78        * Makefile.am, rtems/score/cpu.h: Account for name change.
79
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/Makefile.am: Removed.
90        * rtems/score/Makefile.am: Removed.
91        * configure.ac: Reflect changes above.
92        * Makefile.am: Reflect changes above.
93
942001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add multilib support.
97
982001-11-28      Joel Sherrill <joel@OARcorp.com>,
99
100        This was tracked as PR91.
101        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
102        is used to specify if the port uses the standard macro for this (FALSE).
103        A TRUE setting indicates the port provides its own implementation.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
114        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Remove references to PROJECT_INCLUDE.
119        * rtems/score/Makefile.am:
120        Apply include_*HEADERS instead of H_FILES.
121
1222001-01-03      Joel Sherrill <joel@OARcorp.com>
123
124        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
125        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
126        now that it is dynamically allocated.
127
1282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
131
1322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
135
1362000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
139        Switch to GNU canonicalization.
140
1412000-09-25      Joel Sherrill <joel@OARcorp.com>
142
143        * rtems/score/hppa.h: Switched to using cpuopts.h not
144        targopts.h to reduce dependency on BSP.
145
1462000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
149
1502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Include compile.am.
153
1542000-08-10      Joel Sherrill <joel@OARcorp.com>
155
156        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.