Mercurial > flash_v2
view ChangeLog @ 440:d2722bc50510
* src/plf_stub.c: Removed redundant reinitialization of VSR table
in hal_pc_stubs_init(). This has already been done in
hal_platform_init() and reinitializing here destroys the FPU
switch VSR.
* src/plf_misc.c (hal_platform_init):
Added configuration and test to avoid overwriting the FPU switch
VSR with the default VSR. This caused problems with stand-alone
application that use lazy FPU switching.
Moved call to hal_ctrlc_isr_init() to after call to
hal_if_init(). Previously, stand-alone applications had problems
with ctrl-c handling because the CALL_HACK stuff didn't work.
* cdl/hal_i386_pc.cdl:
Added GRUB startup option. This enables support for booting from
the GRUB bootloader.
Added CYGDBG_HAL_DEBUG_GDB_INITIAL_BREAK option to force a
breakpoint just before calling cyg_start(). This is insinuated
into the CYGPKG_HAL_DEBUG part of the tree, and conditioned to
only work for stand-alone apps with the stubs included.
* include/platform.inc: Added GRUB startup support.
* include/pkgconf/mlt_i386_pc_grub.mlt:
* include/pkgconf/mlt_i386_pc_grub.ldi:
* include/pkgconf/mlt_i386_pc_grub.h:
Added these MLT files to support the new GRUB startup option.
* misc/menu.lst: Added this example GRUB menu configuration file.
| author | nickg |
|---|---|
| date | Sun, 01 Dec 2002 15:48:34 +0000 |
| parents | 3ecf91f6663a |
| children | c2d1fd823f09 |
line wrap: on
line source
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
