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

4.104.114.84.95
Last change on this file since 2a582aa5 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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_TOP(../../../..).
12
132002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems.S: Remove.
16        * Makefile.am: Reflect changes above.
17
182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_PROJECT_ROOT.
21
222002-06-27      Joel Sherrill <joel@OARcorp.com>
23
24        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
25        this all compile again.  It has been a while since we have
26        had a semi-working hppa1.1-rtems cross compiler. :)
27
282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add RTEMS_PROG_CCAS
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
35        Add AC_PROG_RANLIB.
36
372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
40        Use ../../../aclocal.
41
422002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
45
462001-04-03      Joel Sherrill <joel@OARcorp.com>
47
48        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
49        * rtems/score/hppa1.1types.h: Removed.
50        * rtems/score/types.h: New file via CVS magic.
51        * Makefile.am, rtems/score/cpu.h: Account for name change.
52
532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac:
56        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
57        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * rtems/Makefile.am: Removed.
63        * rtems/score/Makefile.am: Removed.
64        * configure.ac: Reflect changes above.
65        * Makefile.am: Reflect changes above.
66
672001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add multilib support.
70
712001-11-28      Joel Sherrill <joel@OARcorp.com>,
72
73        This was tracked as PR91.
74        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
75        is used to specify if the port uses the standard macro for this (FALSE).
76        A TRUE setting indicates the port provides its own implementation.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
87        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
88
892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Remove references to PROJECT_INCLUDE.
92        * rtems/score/Makefile.am:
93        Apply include_*HEADERS instead of H_FILES.
94
952001-01-03      Joel Sherrill <joel@OARcorp.com>
96
97        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
98        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
99        now that it is dynamically allocated.
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
1092000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
112        Switch to GNU canonicalization.
113
1142000-09-25      Joel Sherrill <joel@OARcorp.com>
115
116        * rtems/score/hppa.h: Switched to using cpuopts.h not
117        targopts.h to reduce dependency on BSP.
118
1192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
122
1232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Include compile.am.
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.