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

4.104.114.84.95
Last change on this file since ab8c3ca2 was ab8c3ca2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 13:47:55

2003-09-04 Joel Sherrill <joel@…>

  • score/cpu_asm.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * score/cpu_asm.c: Removed incorrect statement about copyright
4        assignment.
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
21
222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove AC_CONFIG_AUX_DIR.
25
262003-02-11      Joel Sherrill <joel@OARcorp.com>
27
28        * score/cpu_asm.c: Rework logic that decides when to call
29        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
30        determined that _ISR_Signals_to_thread_executing was not being
31        honored and/or cleared properly.
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AC_PREREQ(2.57).
40
412003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in subdir Makefile.ams
44        * configure.ac: Reflect changes above.
45        * score/Makefile.am: Removed.
46        * sci/Makefile.am: Removed.
47        * timer/Makefile.am: Removed.
48        * clock/Makefile.am: Removed.
49        * delay/Makefile.am: Removed.
50
512002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * clock/Makefile.am: Eliminate *_O_FILES.
54        Don't include @RTEMS_BSP@.cfg.
55        * delay/Makefile.am: Ditto.
56        * sci/Makefile.am: Ditto.
57        * score/Makefile.am: Ditto.
58        * timer/Makefile.am: Ditto.
59
602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
63
642002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Merge in include/Makefile.am.
67        * include/Makefile.am: Remove.
68        * configure.ac: Reflect changes above.
69
702002-11-01      Joel Sherrill <joel@OARcorp.com>
71
72        * delay/delay.c, score/ispsh7032.c: Removed warnings.
73
742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Reformat.
77        Add autom4te*cache.
78        Remove autom4te.cache.
79
802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
87
882002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
91
922001-04-03      Joel Sherrill <joel@OARcorp.com>
93
94        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
95        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109
1102002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * include/Makefile.am: Remove EXTRA_DIST.
113
1142001-10-12      Joel Sherrill <joel@OARcorp.com>
115
116        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
117        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
118        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
119        timer/timer.c: Fixed typo.
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
129
1302001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
131
132        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
133
1342001-01-05      Joel Sherrill <joel@OARcorp.com>
135
136        * /dev/null moved to libmisc.
137        * Makefile.am, configure.in: Removed null directory.
138        * include/Makefile.am: Removed null.h.
139        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
140        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
141        Removed.
142
1432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
146
1472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
150
1512000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
154        Switch to GNU canonicalization.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
159        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
160        compile.am
161
1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.