Changeset 98e1de84 in rtems
- Timestamp:
- 01/05/01 13:31:04 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7a0a5531
- Parents:
- 85d03e2
- Location:
- c/src/lib/libcpu/sh
- Files:
-
- 18 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7032/ChangeLog
r85d03e2 r98e1de84 1 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 3 * /dev/null moved to libmisc. 4 * Makefile.am, configure.in: Removed null directory. 5 * include/Makefile.am: Removed null.h. 6 * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, 7 null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: 8 Removed. 9 1 10 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libcpu/sh/sh7032/Makefile.am
r85d03e2 r98e1de84 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = include score clock timer nullsci delay8 SUBDIRS = include score clock timer sci delay 9 9 10 10 include $(top_srcdir)/../../../../../../automake/subdirs.am -
c/src/lib/libcpu/sh/sh7032/configure.in
r85d03e2 r98e1de84 30 30 AC_OUTPUT( 31 31 Makefile 32 null/Makefile33 32 clock/Makefile 34 33 delay/Makefile -
c/src/lib/libcpu/sh/sh7032/include/Makefile.am
r85d03e2 r98e1de84 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = null.hsci.h sh7_pfc.h sh7_sci.h7 H_FILES = sci.h sh7_pfc.h sh7_sci.h 8 8 SCORE_H_FILES = ispsh7032.h iosh7032.h 9 9 … … 26 26 all-local: $(TMPINSTALL_FILES) 27 27 28 EXTRA_DIST = null.hsci.h sh7_pfc.h sh7_sci.h28 EXTRA_DIST = sci.h sh7_pfc.h sh7_sci.h 29 29 30 30 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libcpu/sh/sh7045/ChangeLog
r85d03e2 r98e1de84 1 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 3 * /dev/null moved to libmisc. 4 * Makefile.am, configure.in: Removed null directory. 5 * include/Makefile.am: Removed null.h. 6 * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, 7 null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: 8 Removed. 9 1 10 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libcpu/sh/sh7045/Makefile.am
r85d03e2 r98e1de84 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = include score clock sci timer null8 SUBDIRS = include score clock sci timer 9 9 10 10 include $(top_srcdir)/../../../../../../automake/subdirs.am -
c/src/lib/libcpu/sh/sh7045/configure.in
r85d03e2 r98e1de84 33 33 include/Makefile 34 34 score/Makefile 35 null/Makefile36 35 sci/Makefile 37 36 timer/Makefile) -
c/src/lib/libcpu/sh/sh7045/include/Makefile.am
r85d03e2 r98e1de84 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = io_types.h null.hsci.h sh7_pfc.h sh7_sci.h7 H_FILES = io_types.h sci.h sh7_pfc.h sh7_sci.h 8 8 SCORE_H_FILES = ispsh7045.h iosh7045.h 9 9 … … 26 26 all-local: $(TMPINSTALL_FILES) 27 27 28 EXTRA_DIST = io_types.h null.hsci.h sh7_pfc.h sh7_sci.h28 EXTRA_DIST = io_types.h sci.h sh7_pfc.h sh7_sci.h 29 29 30 30 include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.