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

4.104.114.84.95
Last change on this file since f6273a0 was f6273a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:03:28

2003-12-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reformat. Use dirstamps for preinstallation.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reformat. Use dirstamps for preinstallation.
4
52003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CANONICAL_HOST.
8
92003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CHECK_CPU.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
16        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
17        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
18        timer/timer.c: URL for license changed.
19
202003-09-04      Joel Sherrill <joel@OARcorp.com>
21
22        * score/cpu_asm.c: Removed incorrect statement about copyright
23        assignment.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32
332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
36
372003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Joel Sherrill <joel@OARcorp.com>
46
47        * score/cpu_asm.c: Rework logic that decides when to call
48        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
49        determined that _ISR_Signals_to_thread_executing was not being
50        honored and/or cleared properly.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Merge-in subdir Makefile.ams
63        * configure.ac: Reflect changes above.
64        * score/Makefile.am: Removed.
65        * sci/Makefile.am: Removed.
66        * timer/Makefile.am: Removed.
67        * clock/Makefile.am: Removed.
68        * delay/Makefile.am: Removed.
69
702002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Eliminate *_O_FILES.
73        Don't include @RTEMS_BSP@.cfg.
74        * delay/Makefile.am: Ditto.
75        * sci/Makefile.am: Ditto.
76        * score/Makefile.am: Ditto.
77        * timer/Makefile.am: Ditto.
78
792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
82
832002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Merge in include/Makefile.am.
86        * include/Makefile.am: Remove.
87        * configure.ac: Reflect changes above.
88
892002-11-01      Joel Sherrill <joel@OARcorp.com>
90
91        * delay/delay.c, score/ispsh7032.c: Removed warnings.
92
932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Reformat.
96        Add autom4te*cache.
97        Remove autom4te.cache.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
106
1072002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
110
1112001-04-03      Joel Sherrill <joel@OARcorp.com>
112
113        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
114        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
115
1162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac:
119        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
121        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
128
1292002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * include/Makefile.am: Remove EXTRA_DIST.
132
1332001-10-12      Joel Sherrill <joel@OARcorp.com>
134
135        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
136        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
137        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
138        timer/timer.c: Fixed typo.
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
148
1492001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
150
151        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
152
1532001-01-05      Joel Sherrill <joel@OARcorp.com>
154
155        * /dev/null moved to libmisc.
156        * Makefile.am, configure.in: Removed null directory.
157        * include/Makefile.am: Removed null.h.
158        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
159        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
160        Removed.
161
1622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
165
1662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
169
1702000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
173        Switch to GNU canonicalization.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
178        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
179        compile.am
180
1812000-08-10      Joel Sherrill <joel@OARcorp.com>
182
183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.