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

4.104.114.84.95
Last change on this file since 6ba9c27 was 6ba9c27, checked in by Joel Sherrill <joel.sherrill@…>, on 06/27/02 at 21:21:45

2002-06-27 Joel Sherrill <joel@…>

  • Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make this all compile again. It has been a while since we have had a semi-working hppa1.1-rtems cross compiler. :)
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-06-27      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
4        this all compile again.  It has been a while since we have
5        had a semi-working hppa1.1-rtems cross compiler. :)
6
72002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Add RTEMS_PROG_CCAS
10
112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
14        Add AC_PROG_RANLIB.
15
162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
19        Use ../../../aclocal.
20
212002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * rtems/score/hppa.h: Remove rtems/score/targopts.h.
24
252001-04-03      Joel Sherrill <joel@OARcorp.com>
26
27        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
28        * rtems/score/hppa1.1types.h: Removed.
29        * rtems/score/types.h: New file via CVS magic.
30        * Makefile.am, rtems/score/cpu.h: Account for name change.
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * rtems/Makefile.am: Removed.
42        * rtems/score/Makefile.am: Removed.
43        * configure.ac: Reflect changes above.
44        * Makefile.am: Reflect changes above.
45
462001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add multilib support.
49
502001-11-28      Joel Sherrill <joel@OARcorp.com>,
51
52        This was tracked as PR91.
53        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
54        is used to specify if the port uses the standard macro for this (FALSE).
55        A TRUE setting indicates the port provides its own implementation.
56
572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
60        * configure.in: Remove.
61        * configure.ac: New file, generated from configure.in by autoupdate.
62
632001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * rtems/score/Makefile.am: Use 'CLEANFILES ='.
66        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
67
682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Remove references to PROJECT_INCLUDE.
71        * rtems/score/Makefile.am:
72        Apply include_*HEADERS instead of H_FILES.
73
742001-01-03      Joel Sherrill <joel@OARcorp.com>
75
76        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
77        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
78        now that it is dynamically allocated.
79
802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
83
842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
87
882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-09-25      Joel Sherrill <joel@OARcorp.com>
94
95        * rtems/score/hppa.h: Switched to using cpuopts.h not
96        targopts.h to reduce dependency on BSP.
97
982000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
101
1022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Include compile.am.
105
1062000-08-10      Joel Sherrill <joel@OARcorp.com>
107
108        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.