Mercurial > ecos-v2_0-branch
changeset 750:fc01ee7daddc
* cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
to zero, from one, so that the GDB stubs work with the standard
GCC tools.
| author | nickg |
|---|---|
| date | Thu, 27 Feb 2003 18:47:37 +0000 |
| parents | c2d1d9abd250 |
| children | fbec1b6fe737 |
| files | packages/hal/mips/mips32/current/ChangeLog packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/mips/mips32/current/ChangeLog +++ b/packages/hal/mips/mips32/current/ChangeLog @@ -1,3 +1,9 @@ +2003-02-27 Nick Garnett <nickg@calivar.com> + + * cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0 + to zero, from one, so that the GDB stubs work with the standard + GCC tools. + 2003-01-21 Tim Michals <t.michals@attbi.com> * cdl/hal_mips_mips32.cdl: Make endianness configurable.
--- a/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl +++ b/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl @@ -100,7 +100,7 @@ cdl_package CYGPKG_HAL_MIPS_MIPS32 { cdl_option CYGPKG_HAL_MIPS_GDB_REPORT_CP0 { display "Report contents of CP0 to GDB" - calculated 1 + calculated 0 } define_proc {
