source: rtems/c/src/lib/libcpu/i960/ChangeLog @ 534987d

4.104.114.84.95
Last change on this file since 534987d was 534987d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 06:47:28

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9
102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
13
142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * i960ca/Makefile.am: Remove all-local: $(ARCH).
17        * i960ka/Makefile.am: Remove all-local: $(ARCH).
18        * i960rp/Makefile.am: Remove all-local: $(ARCH).
19
202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reformat. Use dirstamps for preinstallation.
23        * i960ca/Makefile.am: Reformat.
24        * i960ka/Makefile.am: Reformat.
25        * i960rp/Makefile.am: Reformat.
26
272003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_CANONICAL_HOST.
30
312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove RTEMS_CHECK_CPU.
34
352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect having moved aclocal/.
38
392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect having moved automake/.
42        * i960ca/Makefile.am: Reflect having moved automake/.
43        * i960ka/Makefile.am: Reflect having moved automake/.
44        * i960rp/Makefile.am: Reflect having moved automake/.
45
462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove AC_CONFIG_AUX_DIR.
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AC_PREREQ(2.57).
61
622003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge-in include/Makefile.am.
65        * include/Makefile.am: Removed.
66        * configure.ac: Reflect changes above.
67
682002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Remove CPU_MODEL_SUBDIR.
71        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
72        * i960ca/Makefile.am: Eliminate *_O_FILES.
73        Don't include @RTEMS_BSP@.cfg.
74        * i960ka/Makefile.am: Ditto.
75        * i960rp/Makefile.am: Ditto.
76
772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
80
812002-12-02      Joel Sherrill <joel@OARcorp.com>
82
83        * shared/soft_reset_asm.S: Removed.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * i960ca/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * i960ka/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * i960rp/Makefile.am: Use .$(OBJEXT) instead of .o.
96
972001-05-09      Joel Sherrill <joel@OARcorp.com>
98
99        * include/i960CA.h, include/i960RP.h: Correct inline assembly
100        forward reference labels.
101 
1022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac:
105        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
107        * i960ca/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * i960ka/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * i960rp/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
122
1232001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
126        Remove H_FILES.
127        * include/Makefile.am:  Apply include_*HEADERS instead of H_FILES.
128
1292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
132
1332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
136
1372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-10-18      Joel Sherrill <joel@OARcorp.com>
143
144        * Makefile.am: Corrected condition CPU model selection so
145        multilib'ing and bare BSP works.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
150        Include compile.am
151
1522000-08-10      Joel Sherrill <joel@OARcorp.com>
153
154        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.