summaryrefslogtreecommitdiffstats
path: root/c/src/exec/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-295/+0
2002-07-052002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+11
* automake/multilib.am: Add install-multi. * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting version.m4. Add --with-project-root. Reflect --with-project-root to setting up PROJECT_ROOT. * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK). * aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir. * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
2002-07-052002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: RTEMS_TOP(..).
2002-07-012002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
2002-07-012002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
2002-07-012002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* configure.ac: Remove RTEMS_PROJECT_ROOT. * aclocal/project-root.m4: Remove.
2002-07-012002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* aclocal/enable-multiprocessing.m4: enable_multiprocessing=no. * aclocal/prog-cc.m4: Remove obsolete comments. Comment out GCCSED.
2002-06-272002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* aclocal/prog-ccas.m4: New. * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT * aclocal/check-multiprocessing.m4: Fix typo. * automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
2002-06-272002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
* aclocal/prog-ccas.m4: New. * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT * aclocal/check-multiprocessing.m4: Fix typo. * automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
2002-06-272002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-262002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+8
* configure.ac: Remove references to RTEMS_BSP. * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP. Allow building w/ --enable-multiprocessing --enable-multilib. * aclocal/enable-multiprocessing.m4: Eliminate RTEMS_HAS_MULTIPROCESSING.
2002-06-252002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* wrapup/Makefile.am: Fix stupid typo in previous patch.
2002-06-252002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
* configure.ac: Add librpc. AC_PROG_RANLIB. * wrapup/Makefile.am: Add librpc. Use relative path to lib*.a for POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
2002-06-192002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/subdirs.m4: Remove.
2002-06-182002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* wrapup/Makefile.am: Use relative path to lib*.a for LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
2002-06-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+23
* Makefile.am: Include $(top_srcdir)/automake/*.am. Use aclocal. * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am. * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am. * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am. * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am. * include/Makefile.am: Include $(top_srcdir)/automake/*.am. * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am. * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am. * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
2002-06-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+38
* aclocal/bsp-alias.m4: Copied over from aclocal/. * aclocal/canonical-host.m4: Ditto. * aclocal/canonical-target-name.m4: Ditto. * aclocal/canonicalize-tools.m4: Ditto. * aclocal/check-bsp-cache.m4: Ditto. * aclocal/check-bsps.m4: Ditto. * aclocal/check-cpu.m4: Ditto. * aclocal/check-itron.m4: Ditto. * aclocal/check-multiprocessing.m4: Ditto. * aclocal/check-networking.m4: Ditto. * aclocal/check-newlib.m4: Ditto. * aclocal/check-posix.m4: Ditto. * aclocal/check-tool.m4: Ditto. * aclocal/enable-bare.m4: Ditto. * aclocal/enable-inlines.m4: Ditto. * aclocal/enable-itron.m4: Ditto. * aclocal/enable-multiprocessing.m4: Ditto. * aclocal/enable-networking.m4: Ditto. * aclocal/enable-posix.m4: Ditto. * aclocal/enable-rtemsbsp.m4: Ditto. * aclocal/env-rtemsbsp.m4: Ditto. * aclocal/env-rtemscpu.m4: Ditto. * aclocal/gcc-pipe.m4: Ditto. * aclocal/gcc-specs.m4: Ditto. * aclocal/multi.m4: Ditto. * aclocal/multilib.m4: Ditto. * aclocal/prog-cc.m4: Ditto. * aclocal/project-root.m4: Ditto. * aclocal/rtems-cpu-subdirs.m4: Ditto. * aclocal/rtems-debug.m4: Ditto. * aclocal/rtems-top.m4: Ditto. * aclocal/subdirs.m4: Ditto. * aclocal/sysv-ipc.m4: Ditto. * aclocal/tool-paths.m4: Ditto. * aclocal/version.m4: Ditto.
2002-06-152002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+9
* automake/compile.am: Copied over from automake/. * automake/lib.am: Copied over from automake/. * automake/local.am: Copied over from automake/. * automake/multilib.am: Copied over from automake/. * automake/subdirs.am: Copied over from automake/. * Makefile.am: Add automake/*.am.
2002-05-292002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* configure.ac: Add libnetworking. * wrapup/Makefile.am: Ditto.
2002-05-282002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX). * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
2002-05-172002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* configure.ac: Add libcsupport. * wrapup/Makefile.am: Ditto.
2002-05-152002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* Makefile.am: Add preinstall-stamp.
2002-04-162002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.ac: Remove ENABLE_GCC28.
2002-04-082002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+9
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-182001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+4
* ChangeLog: Deleted duplicate blank line.
2002-01-162002-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+10
* Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS. * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h. * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
2002-01-082002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+7
* wrapup/Makefile.am: Add install-hook. Remove SIZE_RTEMS. * include/rtems/fs.h: New, extracted from libio_.h. * include/rtems/userenv.h: New. extracted from libio_.h.
2002-01-062002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* Makefile.am: Readded reference to wrapup.
2002-01-062002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* wrapup/.cvsignore: Readded. * include/.cvsignore: New file.
2002-01-042002-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* Makefile.am, configure.ac: Remove references to wrapup subdirectory.
2002-01-042001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+16
* configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES. * Makefile.am: Add include to SUBDIRS. * rtems/Makefile.am: Remove optman from SUBDIRS. * sapi/Makefile.am: Remove optman from SUBDIRS. * include/Makefile.am: New file. * include/rtems/bspIo.h: Relocated from lib/include. * include/rtems/libio_.h: Relocated from lib/include.
2001-12-192001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+7
* wrapup/posix/Makefile.am: Add multilib support. * wrapup/itron/Makefile.am: Add multilib support. * wrapup/rtems/Makefile.am: Add multilib support. * Makefile.am: Add multilib support.
2001-10-172001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
2001-10-162001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+6
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron. Reflect changes to configuration of rtems, score and sapi subdirs.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+6
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
2001-05-072001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2001-02-122001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
2000-12-012000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* configure.in: Removed error check for enabling macros with either POSIX or ITRON API.
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-252000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
2000-09-062000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+5
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am, wrapup/rtems/Makefile.am: Include compile.am
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+3