Mercurial > flash_v2
diff packages/hal/mips/arch/current/ChangeLog @ 156:b939e9cada46
Merge from eCos master repository on 2001-03-29-21:44:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 06 Apr 2001 17:20:13 +0000 |
| parents | 70a4cc6d69d2 |
| children | ac086aa3217e |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/ChangeLog +++ b/packages/hal/mips/arch/current/ChangeLog @@ -20,6 +20,7 @@ 2001-02-12 Nick Garnett <nickg@cygnus. 2001-02-09 Jesper Skov <jskov@redhat.com> * src/vectors.S: Small tweak of comments to work around tools problem + with mipsisa32 tools. 2001-01-31 Nick Garnett <nickg@cygnus.co.uk> @@ -69,6 +70,8 @@ 2000-12-06 Jesper Skov <jskov@redhat.c * src/hal_misc.c (hal_delay_us): Added. And fixed to work with an incrementer that ticks at the pipeline clock rate. + * include/mips-stub.h: RM7000 is also a 64bit CPU. + 2000-12-05 Jonathan Larmour <jlarmour@redhat.com> * include/hal_cache.h: IWAY->_IWAY, DWAY->_DWAY for namespace @@ -145,6 +148,17 @@ 2000-07-21 Drew Moseley <dmoseley@redh * src/vectors.S: Only jump uncached to _start if CYGARC_START_FUNC_UNCACHED is defined. +2000-07-20 Drew Moseley <dmoseley@redhat.com> + + * include/mips-stub.h: Define CYGARC_REGSIZE_DIFFERS_FROM_TARGET_REGISTER_T + for the MIPS32 targets since GDB needs 64 bit registers regardless of + what size we are really storing. + +2000-07-19 Drew Moseley <dmoseley@redhat.com> + + * include/mips-stub.h (CYGARC_SIGN_EXTEND_REGISTERS): Make sure + the stub sign-extends the registers before returning them to GDB. + 2000-07-14 Drew Moseley <dmoseley@redhat.com> * src/vectors.S: Added hal_reset_vector_first_code and @@ -163,6 +177,11 @@ 2000-07-14 Drew Moseley <dmoseley@redh * include/mips-stub.h: Renamed some enums to work around namespace corruption. Added breakpoint support in the HAL. +2000-07-14 Drew Moseley <dmoseley@redhat.com> + + * include/arch.inc: Support for mips3264. + * include/mips-stub.h: Ditto. + 2000-06-21 Nick Garnett <nickg@cygnus.co.uk> * src/mips-stub.c: Removed use of CYG_LABEL_NAME() and added
