source: rtems/c/src/lib/libcpu/sh/sh7032/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 4.0 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in subdir Makefile.ams
12        * configure.ac: Reflect changes above.
13        * score/Makefile.am: Removed.
14        * sci/Makefile.am: Removed.
15        * timer/Makefile.am: Removed.
16        * clock/Makefile.am: Removed.
17        * delay/Makefile.am: Removed.
18
192002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am: Eliminate *_O_FILES.
22        Don't include @RTEMS_BSP@.cfg.
23        * delay/Makefile.am: Ditto.
24        * sci/Makefile.am: Ditto.
25        * score/Makefile.am: Ditto.
26        * timer/Makefile.am: Ditto.
27
282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
31
322002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Merge in include/Makefile.am.
35        * include/Makefile.am: Remove.
36        * configure.ac: Reflect changes above.
37
382002-11-01      Joel Sherrill <joel@OARcorp.com>
39
40        * delay/delay.c, score/ispsh7032.c: Removed warnings.
41
422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Reformat.
45        Add autom4te*cache.
46        Remove autom4te.cache.
47
482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
55
562002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
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        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
77
782002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * include/Makefile.am: Remove EXTRA_DIST.
81
822001-10-12      Joel Sherrill <joel@OARcorp.com>
83
84        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
85        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
86        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
87        timer/timer.c: Fixed typo.
882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
91        * configure.in: Remove.
92        * configure.ac: New file, generated from configure.in by autoupdate.
93
942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
97
982001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
99
100        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
101
1022001-01-05      Joel Sherrill <joel@OARcorp.com>
103
104        * /dev/null moved to libmisc.
105        * Makefile.am, configure.in: Removed null directory.
106        * include/Makefile.am: Removed null.h.
107        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
108        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
109        Removed.
110
1112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
114
1152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
118
1192000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
122        Switch to GNU canonicalization.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
127        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
128        compile.am
129
1302000-08-10      Joel Sherrill <joel@OARcorp.com>
131
132        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.