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

4.104.114.84.95
Last change on this file since 9518a5b was 9518a5b, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/03 at 23:29:06

2003-02-11 Joel Sherrill <joel@…>

  • score/cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@…> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12003-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * score/cpu_asm.c: Rework logic that decides when to call
4        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
5        determined that _ISR_Signals_to_thread_executing was not being
6        honored and/or cleared properly.
7
82003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AC_PREREQ(2.57).
15
162003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Merge-in subdir Makefile.ams
19        * configure.ac: Reflect changes above.
20        * score/Makefile.am: Removed.
21        * sci/Makefile.am: Removed.
22        * timer/Makefile.am: Removed.
23        * clock/Makefile.am: Removed.
24        * delay/Makefile.am: Removed.
25
262002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Eliminate *_O_FILES.
29        Don't include @RTEMS_BSP@.cfg.
30        * delay/Makefile.am: Ditto.
31        * sci/Makefile.am: Ditto.
32        * score/Makefile.am: Ditto.
33        * timer/Makefile.am: Ditto.
34
352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
38
392002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Merge in include/Makefile.am.
42        * include/Makefile.am: Remove.
43        * configure.ac: Reflect changes above.
44
452002-11-01      Joel Sherrill <joel@OARcorp.com>
46
47        * delay/delay.c, score/ispsh7032.c: Removed warnings.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
66
672001-04-03      Joel Sherrill <joel@OARcorp.com>
68
69        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
70        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
71
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
84
852002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * include/Makefile.am: Remove EXTRA_DIST.
88
892001-10-12      Joel Sherrill <joel@OARcorp.com>
90
91        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
92        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
93        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
94        timer/timer.c: Fixed typo.
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
104
1052001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
106
107        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
108
1092001-01-05      Joel Sherrill <joel@OARcorp.com>
110
111        * /dev/null moved to libmisc.
112        * Makefile.am, configure.in: Removed null directory.
113        * include/Makefile.am: Removed null.h.
114        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
115        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
116        Removed.
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
129        Switch to GNU canonicalization.
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
134        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
135        compile.am
136
1372000-08-10      Joel Sherrill <joel@OARcorp.com>
138
139        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.