OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [infra/] [ChangeLog] - Diff between revs 26 and 174

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 26 Rev 174
2003-02-12  Bart Veer  
2003-02-12  Bart Veer  
        * Makefile.in, configure, testsuite/Makefile.in:
        * Makefile.in, configure, testsuite/Makefile.in:
        Regenerate after acinclude.m4 update
        Regenerate after acinclude.m4 update
2002-08-03  Bart Veer  
2002-08-03  Bart Veer  
        * acinclude.m4, configure.in, Makefile.am, testsuite/Makefile.am:
        * acinclude.m4, configure.in, Makefile.am, testsuite/Makefile.am:
        Rework host-side autoconf support
        Rework host-side autoconf support
        * hosttest.exp: allow for configury changes
        * hosttest.exp: allow for configury changes
        * assert.cxx: use mkstemp() when available
        * assert.cxx: use mkstemp() when available
        * cyg_trac.h, trace.cxx: use const where appropriate
        * cyg_trac.h, trace.cxx: use const where appropriate
2001-05-16  Bart Veer  
2001-05-16  Bart Veer  
        * Makefile.am: use new compiler flag support
        * Makefile.am: use new compiler flag support
        * configure, Makefile.in, testsuite/Makefile.in: regenerate
        * configure, Makefile.in, testsuite/Makefile.in: regenerate
2001-02-26  Julian Smart 
2001-02-26  Julian Smart 
        * assert.cxx: Cygwin 00r1 needs to include  for _exit.
        * assert.cxx: Cygwin 00r1 needs to include  for _exit.
2000-09-15  Jesper Skov  
2000-09-15  Jesper Skov  
        * assert.cxx: Include unistd.h on unix.
        * assert.cxx: Include unistd.h on unix.
        Oops. Forgot the C wrapper.
        Oops. Forgot the C wrapper.
2000-08-18  Bart Veer  
2000-08-18  Bart Veer  
        * acinclude.m4, configure.in:
        * acinclude.m4, configure.in:
        Allow cross-compilation
        Allow cross-compilation
        * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in
        * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in
        Regenerate
        Regenerate
1999-08-12  Bart Veer  
1999-08-12  Bart Veer  
        * configure:
        * configure:
        * stamp-h.in:
        * stamp-h.in:
        * hosttest.exp:
        * hosttest.exp:
        First attempt at autoconfiscating the configtool
        First attempt at autoconfiscating the configtool
1999-07-05  Bart Veer  
1999-07-05  Bart Veer  
        * assert.cxx:
        * assert.cxx:
        Added new function cyg_assert_quickfail(), to facilitate
        Added new function cyg_assert_quickfail(), to facilitate
        generating a dump file from inside gdb.
        generating a dump file from inside gdb.
1999-06-03  Bart Veer  
1999-06-03  Bart Veer  
        * configure:
        * configure:
        Regenerated after more updates to toplevel acinclude.m4
        Regenerated after more updates to toplevel acinclude.m4
1999-06-02  Bart Veer  
1999-06-02  Bart Veer  
        * configure:
        * configure:
        Updated toplevel acinclude.m4 to add --enable-debuginfo option.
        Updated toplevel acinclude.m4 to add --enable-debuginfo option.
1999-04-13  Bart Veer  
1999-04-13  Bart Veer  
        * testsuite/Makefile.am:
        * testsuite/Makefile.am:
        * trace.cxx:
        * trace.cxx:
        * infra.h:
        * infra.h:
        * checkdata.cxx:
        * checkdata.cxx:
        * basetype.h:
        * basetype.h:
        * assert.cxx:
        * assert.cxx:
        Updated copyright banner
        Updated copyright banner
1999-03-02  Bart Veer  
1999-03-02  Bart Veer  
        * testcase.cxx (cyg_test_output):
        * testcase.cxx (cyg_test_output):
        Update to match earlier testcase.h header file change
        Update to match earlier testcase.h header file change
        (new status codes GDBCMD and NA, change from int to enum)
        (new status codes GDBCMD and NA, change from int to enum)
1999-01-26  Bart Veer  
1999-01-26  Bart Veer  
        * Makefile.in:
        * Makefile.in:
        * aclocal.m4:
        * aclocal.m4:
        * configure:
        * configure:
        * Makefile.in:
        * Makefile.in:
        Update to use autoconf 2.13 and automake 1.4, plus to
        Update to use autoconf 2.13 and automake 1.4, plus to
        reflect tweaks to toplevel acinclude.m4
        reflect tweaks to toplevel acinclude.m4
        * hosttest.exp:
        * hosttest.exp:
        Improve the way compiler and linker diagnostics get handled.
        Improve the way compiler and linker diagnostics get handled.
1999-01-21  Jonathan Larmour  
1999-01-21  Jonathan Larmour  
        * basetype.h:
        * basetype.h:
        Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code
        Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code
1999-01-21  Bart Veer  
1999-01-21  Bart Veer  
        * acconfig.h:
        * acconfig.h:
        * configure.in:
        * configure.in:
        * infra.h:
        * infra.h:
        Use new macro CYG_AC_SUBST_VERSION to generate a version
        Use new macro CYG_AC_SUBST_VERSION to generate a version
        symbol CYGNUM_INFRA_VERSION
        symbol CYGNUM_INFRA_VERSION
1999-01-19  Bart Veer  
1999-01-19  Bart Veer  
        * hosttest.exp:
        * hosttest.exp:
        Allow makefile variable assignments of the form := as well as =
        Allow makefile variable assignments of the form := as well as =
        * trace.cxx (parse_msg):
        * trace.cxx (parse_msg):
        Fixed off-by-one error in output formatting, and "improved" the
        Fixed off-by-one error in output formatting, and "improved" the
        way function names get displayed.
        way function names get displayed.
1999-01-11  Bart Veer  
1999-01-11  Bart Veer  
        * testcase.cxx (cyg_test_output):
        * testcase.cxx (cyg_test_output):
        Use const where appropriate.
        Use const where appropriate.
1999-01-07  Bart Veer  
1999-01-07  Bart Veer  
        * testsuite/cyginfra/trace.exp:
        * testsuite/cyginfra/trace.exp:
        * testsuite/cyginfra/ttrace4.cxx:
        * testsuite/cyginfra/ttrace4.cxx:
        Added new testcase
        Added new testcase
        * testsuite/cyginfra/tassert7.cxx (main):
        * testsuite/cyginfra/tassert7.cxx (main):
        * testsuite/cyginfra/tassert6.cxx (main):
        * testsuite/cyginfra/tassert6.cxx (main):
        Eliminate warning about possible setjmp() side effects.
        Eliminate warning about possible setjmp() side effects.
        * trace.cxx (trace_callback):
        * trace.cxx (trace_callback):
        Off by one error when dumping a trace vector.
        Off by one error when dumping a trace vector.
        * hosttest.exp:
        * hosttest.exp:
        Relative paths in include and library search paths were causing
        Relative paths in include and library search paths were causing
        problems.
        problems.
        The wrong Makefile was being examined for variable settings.
        The wrong Makefile was being examined for variable settings.
1999-01-06  Bart Veer  
1999-01-06  Bart Veer  
        * testsuite/cyginfra/trace.exp:
        * testsuite/cyginfra/trace.exp:
        * testsuite/cyginfra/ttrace1.cxx:
        * testsuite/cyginfra/ttrace1.cxx:
        * testsuite/cyginfra/ttrace2.cxx:
        * testsuite/cyginfra/ttrace2.cxx:
        * testsuite/cyginfra/ttrace3.cxx:
        * testsuite/cyginfra/ttrace3.cxx:
        New test cases
        New test cases
        * testsuite/config/default.exp:
        * testsuite/config/default.exp:
        There was an easier way to get hold of hosttest.exp
        There was an easier way to get hold of hosttest.exp
        * hosttest.exp:
        * hosttest.exp:
        Reordered compile and link command lines so as to pick up the
        Reordered compile and link command lines so as to pick up the
        correct versions of the libraries.
        correct versions of the libraries.
        Allow packages to extract information from the Makefile
        Allow packages to extract information from the Makefile
        * trace.cxx:
        * trace.cxx:
        Initialisation via static object constructors did not work,
        Initialisation via static object constructors did not work,
        constructor priority ordering problems.
        constructor priority ordering problems.
        * assert.cxx (default_handler):
        * assert.cxx (default_handler):
        Removed spurious debugging lines.
        Removed spurious debugging lines.
        * Makefile.am (install-exec-local):
        * Makefile.am (install-exec-local):
        Tweaks needed for MSVC
        Tweaks needed for MSVC
1998-12-24  Bart Veer  
1998-12-24  Bart Veer  
        * First check-in of host-side infrastructure.
        * First check-in of host-side infrastructure.
//####COPYRIGHTBEGIN####
//####COPYRIGHTBEGIN####
//
//
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
//
//
// This file is part of the eCos host tools.
// This file is part of the eCos host tools.
//
//
// This program is free software; you can redistribute it and/or modify it
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 of the License, or (at your option)
// Software Foundation; either version 2 of the License, or (at your option)
// any later version.
// any later version.
//
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
// more details.
// more details.
//
//
// You should have received a copy of the GNU General Public License along with
// You should have received a copy of the GNU General Public License along with
// this program; if not, write to the Free Software Foundation, Inc.,
// this program; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
// 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
//
//
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
//
//
//####COPYRIGHTEND####
//####COPYRIGHTEND####
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.