view ChangeLog @ 2890:f8dd12428f1d

* cdl/objloader.cdl, src/objelf.c, src/relocate_ppc.c, src/relocate_arm.c: Eliminate dependency on CYGPKG_IO_FILEIO when the filesystem loader is not required. * src/relocate_arm.c : Added relocation software for the ARM . * src/relocate_i386.c : Added a structure containing the relocation names for every architecture. Only used (and compiled in) for pretty printing. * src/relocate_ppc.c : * include/relocate_arm.h : New header file for src/relocate_arm.c * cdl/objloader.cdl: Added the option to relocate for the ARM. * src/objloader.c : * src/objelf.c : Erased some redundant debug printout and improved the readability of the rest. * src/loader_memory.c : Added the code to allow the objloader package to load libraries from ROM memory, instead from a file system. The various sections of the library are the copied from ROM to RAM and relocated. * include/loader_memory.h : New header file for src/loader_memory.c * src/objloader.c : Added a line to include the loader_memory header file and code to flush the cache when calling cyg_ldr_find_symbol(). * cdl/objloader.cdl: Added one check boxe for each of the supported ways of loading libraries (two for now) so that the user can compile out the loading methods not used.
author jld
date Fri, 03 Jul 2009 14:49:44 +0000
parents 87c2e2ce3904
children
line wrap: on
line source

2009-02-09  John Dallaway  <john@dallaway.org.uk>

	* README.host: Minor update of configtool info.

2008-08-28  Bart Veer  <bartv@ecoscentric.com>

	* README.host: update description of Tcl/Tk searching.

2008-08-18  Bart Veer  <bartv@ecoscentric.com>

	* Makefile.am, configure.in: update host-side configury.
	* Makefile.in, configure, aclocal.m4: regenerate.

2003-03-27  Bart Veer  <bartv@ecoscentric.com>

	* configure.in, configure:
	Look for the host-side sources in tools/src as well as in host, as
	per the 2.0 release tree.
	Look for per-package host-side software in any/all versions of a
	package, not just "current".

2003-02-12  Bart Veer  <bartv@ecoscentric.com>

	* README.host: update Tcl-related instructions

	* Makefile.in: regenerate

2002-08-13  Bart Veer  <bartv@ecoscentric.com>

	* README.host: update host-side build instructions
	
2002-08-03  Bart Veer  <bartv@ecoscentric.com>

	* acinclude.m4, configure.in, Makefile.am:
	Rework host-side autoconf support

1999-11-10  Bart Veer  <bartv@cygnus.co.uk>

	* configure.in
	* configure
	Added host/tools/configtool/standalone/common

1999-11-09  Bart Veer  <bartv@cygnus.co.uk>

	* configure:
	* configure.in:
	Added host/tools/ecostest/common, suppressed the configtool
	support for now.

1999-08-12  Bart Veer  <bartv@cygnus.co.uk>

	* Makefile.in:
	* acinclude.m4:
	* aclocal.m4:
	* configure.in:
	* configure:
	First attempt at autoconfiscation of the configtool.

1999-06-03  Bart Veer  <bartv@cygnus.co.uk>

	* acinclude.m4:
	Trying to sort out the compiler flags a bit better.

1999-06-02  Bart Veer  <bartv@cygnus.co.uk>

	* acinclude.m4:
	Added -enable-debuginfo flag which will do the right thing
	for both gcc/g++ (add -g) and VC++ (add -MDd or -MD)

1999-03-25  Bart Veer  <bartv@cygnus.co.uk>

	* configure.in: 
	* aclocal.m4:
	* acinclude.m4: 
	* Makefile.am:
	Sorting out the banner.

1999-01-26  Bart Veer  <bartv@cygnus.co.uk>

	* configure.in:
	* configure:
	* aclocal.m4:
	* Makefile.in
	Update to use autoconf 2.13 and automake 1.4

	* acinclude.m4 (CYG_AC_PATH_TCL):
	Improve the support for linking with Tcl

1999-01-21  Bart Veer  <bartv@cygnus.co.uk>

	* acinclude.m4:
	Added new macro CYG_AC_SUBST_VERSION so that different packages
	can use different symbols for versioning.

1999-01-19  Bart Veer  <bartv@cygnus.co.uk>

	* acinclude.m4:
	* aclocal.m4:
	* Makefile.in:
	Added new macros: CYG_AC_MSVC_PATH for handling pathname
	problems between cygwin and VC++; and CYG_AC_PATH_TCL so
	that the user can specify the location of a suitable Tcl
	installation.

1998-12-24  Bart Veer  <bartv@cygnus.co.uk>

	* configure.in: 
	* configure: 
	* aclocal.m4: 
	* acinclude.m4: 
	* Makefile.in: 
	* Makefile.am: 
	Provide support for building all host-side packages.
	
1998-07-13  Bart Veer  <bartv@cygnus.co.uk>

	* ltconfig
	* ltmain-sh
	Merge with latest versions from devo

	* missing
	* mkinstalldirs
	* config.guess
	* config.sub
	* install-sh
	* ltconfig
	* ltmain-sh
	Restore files that had been removed prematurely