source: rtems/c/src/exec/score/cpu/hppa1.1/ChangeLog @ af81910

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

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

  • configure.ac: RTEMS_TOP(../../../..).
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: RTEMS_TOP(../../../..).
4
52002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems.S: Remove.
8        * Makefile.am: Reflect changes above.
9
102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_PROJECT_ROOT.
13
142002-06-27      Joel Sherrill <joel@OARcorp.com>
15
16        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
17        this all compile again.  It has been a while since we have
18        had a semi-working hppa1.1-rtems cross compiler. :)
19
202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Add RTEMS_PROG_CCAS
23
242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
27        Add AC_PROG_RANLIB.
28
292002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
32        Use ../../../aclocal.
33
342002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
37
382001-04-03      Joel Sherrill <joel@OARcorp.com>
39
40        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
41        * rtems/score/hppa1.1types.h: Removed.
42        * rtems/score/types.h: New file via CVS magic.
43        * Makefile.am, rtems/score/cpu.h: Account for name change.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems/Makefile.am: Removed.
55        * rtems/score/Makefile.am: Removed.
56        * configure.ac: Reflect changes above.
57        * Makefile.am: Reflect changes above.
58
592001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Add multilib support.
62
632001-11-28      Joel Sherrill <joel@OARcorp.com>,
64
65        This was tracked as PR91.
66        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
67        is used to specify if the port uses the standard macro for this (FALSE).
68        A TRUE setting indicates the port provides its own implementation.
69
702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
73        * configure.in: Remove.
74        * configure.ac: New file, generated from configure.in by autoupdate.
75
762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
79        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
80
812001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Remove references to PROJECT_INCLUDE.
84        * rtems/score/Makefile.am:
85        Apply include_*HEADERS instead of H_FILES.
86
872001-01-03      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
90        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
91        now that it is dynamically allocated.
92
932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
96
972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
100
1012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
104        Switch to GNU canonicalization.
105
1062000-09-25      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/score/hppa.h: Switched to using cpuopts.h not
109        targopts.h to reduce dependency on BSP.
110
1112000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
114
1152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Include compile.am.
118
1192000-08-10      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.