public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: nickg@sources.redhat.com
To: ecos-cvs@sources.redhat.com
Subject: ecos/packages/infra/current ChangeLog cdl/infr ...
Date: Thu, 10 Apr 2003 18:08:00 -0000	[thread overview]
Message-ID: <20030410180836.8219.qmail@sources.redhat.com> (raw)

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.


             reply	other threads:[~2003-04-10 18:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-10 18:08 nickg [this message]
2003-05-06 16:10 gthomas
2003-10-11 19:50 gthomas
2005-02-09 10:20 asl
2005-10-16 10:37 asl
2006-08-25 12:10 gthomas
2008-11-11  4:31 jlarmour
2009-01-06 16:29 jlarmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030410180836.8219.qmail@sources.redhat.com \
    --to=nickg@sources.redhat.com \
    --cc=ecos-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).