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

4.104.114.84.95
Last change on this file since 867ab080 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
12
132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove AC_CONFIG_AUX_DIR.
16
172003-02-11      Joel Sherrill <joel@OARcorp.com>
18
19        * score/cpu_asm.c: Rework logic that decides when to call
20        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
21        determined that _ISR_Signals_to_thread_executing was not being
22        honored and/or cleared properly.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Merge-in subdir Makefile.ams
35        * configure.ac: Reflect changes above.
36        * score/Makefile.am: Removed.
37        * sci/Makefile.am: Removed.
38        * timer/Makefile.am: Removed.
39        * clock/Makefile.am: Removed.
40        * delay/Makefile.am: Removed.
41
422002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Eliminate *_O_FILES.
45        Don't include @RTEMS_BSP@.cfg.
46        * delay/Makefile.am: Ditto.
47        * sci/Makefile.am: Ditto.
48        * score/Makefile.am: Ditto.
49        * timer/Makefile.am: Ditto.
50
512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
54
552002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge in include/Makefile.am.
58        * include/Makefile.am: Remove.
59        * configure.ac: Reflect changes above.
60
612002-11-01      Joel Sherrill <joel@OARcorp.com>
62
63        * delay/delay.c, score/ispsh7032.c: Removed warnings.
64
652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Reformat.
68        Add autom4te*cache.
69        Remove autom4te.cache.
70
712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
82
832001-04-03      Joel Sherrill <joel@OARcorp.com>
84
85        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
86        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
1012002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Remove EXTRA_DIST.
104
1052001-10-12      Joel Sherrill <joel@OARcorp.com>
106
107        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
108        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
109        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
110        timer/timer.c: Fixed typo.
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
120
1212001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
122
123        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
124
1252001-01-05      Joel Sherrill <joel@OARcorp.com>
126
127        * /dev/null moved to libmisc.
128        * Makefile.am, configure.in: Removed null directory.
129        * include/Makefile.am: Removed null.h.
130        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
131        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
132        Removed.
133
1342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
137
1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
141
1422000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
150        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
151        compile.am
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.