public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2003-10-11 19:50 gthomas
0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2003-10-11 19:50 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-10-11 19:50:03
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
packages/infra/current/src: tcdiag.cxx
Log message:
Add automatic reset on test exit
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2009-01-06 16:29 jlarmour
0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2009-01-06 16:29 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2009-01-06 16:29:39
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
Log message:
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
brackets in description.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2008-11-11 4:31 jlarmour
0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2008-11-11 4:31 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2008-11-11 04:31:44
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
Added files:
packages/infra/current/src: gccsupport.cxx
Log message:
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
now optimise certain builtins used by the libsupc++ runtime to
these.
* src/gccsupport.cxx: New file. Provide very simple defaults for
some dependencies of the GCC runtime.
* cdl/infra.cdl: Build it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2006-08-25 12:10 gthomas
0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2006-08-25 12:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2006-08-25 12:10:07
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
Log message:
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2005-10-16 10:37 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-10-16 10:37 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-10-16 10:37:16
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
packages/infra/current/src: delete.cxx simple.cxx
Log message:
* src/delete.cxx:
* cdl/infra.cdl: Count the number of calls to delete when
INFRA_DEBUG is enabled. If the threshold is exceeded it probably
means the user expects a real delete function, not the empty one.
* src/simple.cxx (cyg_check_func_ptr): match the implementation to
the prototype. This got forgotten in the last patch.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2005-02-09 10:20 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-02-09 10:20 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-02-09 10:20:00
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
packages/infra/current/src: diag.cxx
Added files:
packages/infra/current/tests: diag_sprintf1.c diag_sprintf2.c
Log message:
* tests/diag_sprintf1.c
* tests/diag_sprintf2.c
* cdl/infra.cdl: Used the sprintf test from libc to test
diag_sprintf.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2003-05-06 16:10 gthomas
0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2003-05-06 16:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-05-06 16:10:02
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
Log message:
Add CDL to control number of times 'tests' run.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/infra/current ChangeLog cdl/infr ...
@ 2003-04-10 18:08 nickg
0 siblings, 0 replies; 8+ messages in thread
From: nickg @ 2003-04-10 18:08 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: nickg@sourceware.org 2003-04-10 18:08:36
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/cdl: infra.cdl
Added files:
packages/infra/current/src: abort.cxx strlen.cxx
packages/infra/current/tests: cxxsupp.cxx
Log message:
* tests/cxxsupp.cxx: Added this test program to check that basic
C++ support is present. It checks that pure virtual functions can
be defined, that new and delete are present and functional, and
that calls to as-yet undefined inline functions work. Most of
these are linker and runtime system issues, so the actual run of
the program is almost a non-event.
* cdl/infra.cdl:
Added CYGFUN_INFRA_DUMMY_ABORT and CYGFUN_INFRA_DUMMY_STRLEN
options to conrol inclusion of dummy abort() and strlen()
functions. These are needed to be present by the compiler's C++
runtime system, although they should never be called.
Added CYGPKG_INFRA_TESTS to define test programs.
Added CYGPKG_INFRA_LDFLAGS_REMOVE and CYGPKG_INFRA_LDFLAGS_ADD to
modify the linkage options for the infra package
tests. Specifically they remove the --gc-sections option and make
all linker warning fatal. This is necessary if cxxsupp.cxx is to
test what it needs correctly.
* src/abort.cxx: Added this dummy implementation of abort() to
satisfy references in the C++ runtime system.
* src/strlen.cxx: Added this dummy implementation of strlen() to
satisfy references in the C++ runtime system.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-01-06 16:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-11 19:50 ecos/packages/infra/current ChangeLog cdl/infr gthomas
-- strict thread matches above, loose matches on Subject: below --
2009-01-06 16:29 jlarmour
2008-11-11 4:31 jlarmour
2006-08-25 12:10 gthomas
2005-10-16 10:37 asl
2005-02-09 10:20 asl
2003-05-06 16:10 gthomas
2003-04-10 18:08 nickg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).