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

4.104.114.84.95
Last change on this file since 5c8b6b6 was 5c8b6b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 05:46:06

2002-10-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
14
152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use . instead of .o.
22
232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: RTEMS_TOP(../../../..).
26
272002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems.S: Remove.
30        * Makefile.am: Reflect changes above.
31
322002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_PROJECT_ROOT.
35
362002-06-27      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
39        this all compile again.  It has been a while since we have
40        had a semi-working hppa1.1-rtems cross compiler. :)
41
422002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Add RTEMS_PROG_CCAS
45
462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
49        Add AC_PROG_RANLIB.
50
512002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
54        Use ../../../aclocal.
55
562002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
59
602001-04-03      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
63        * rtems/score/hppa1.1types.h: Removed.
64        * rtems/score/types.h: New file via CVS magic.
65        * Makefile.am, rtems/score/cpu.h: Account for name change.
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * rtems/Makefile.am: Removed.
77        * rtems/score/Makefile.am: Removed.
78        * configure.ac: Reflect changes above.
79        * Makefile.am: Reflect changes above.
80
812001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add multilib support.
84
852001-11-28      Joel Sherrill <joel@OARcorp.com>,
86
87        This was tracked as PR91.
88        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
89        is used to specify if the port uses the standard macro for this (FALSE).
90        A TRUE setting indicates the port provides its own implementation.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
101        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Remove references to PROJECT_INCLUDE.
106        * rtems/score/Makefile.am:
107        Apply include_*HEADERS instead of H_FILES.
108
1092001-01-03      Joel Sherrill <joel@OARcorp.com>
110
111        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
112        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
113        now that it is dynamically allocated.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
122
1232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
126        Switch to GNU canonicalization.
127
1282000-09-25      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems/score/hppa.h: Switched to using cpuopts.h not
131        targopts.h to reduce dependency on BSP.
132
1332000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
136
1372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Include compile.am.
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.