diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2021-01-05 17:11:20 +0000 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2021-01-05 17:11:20 +0000 |
commit | 70d3120f32281980105169dee74440146e97702e (patch) | |
tree | 0b30270fcc831e78afcfc644360576c349f3adc2 /libctf/ChangeLog | |
parent | b4b6ea46807ec9c01ed4f4f18a50840358d16c28 (diff) | |
download | binutils-70d3120f32281980105169dee74440146e97702e.zip binutils-70d3120f32281980105169dee74440146e97702e.tar.gz binutils-70d3120f32281980105169dee74440146e97702e.tar.bz2 |
libctf, testsuite: don't run without a suitable compiler
We never actually check to see if the compiler supports CTF,
or even if a suitable compiler exists.
libctf/ChangeLog
2021-01-05 Nick Alcock <nick.alcock@oracle.com>
* Makefile.am (BASEDIR): New.
(BFDDIR): Likewise.
(check-DEJAGNU): Add development.exp to prerequisites.
(development.exp): New.
(CONFIG_STATUS_DEPENDENCIES): New.
(EXTRA_DEJAGNU_SITE_CONFIG): Likewise.
(DISTCLEANFILES): Likewise.
* Makefile.in: Regenerated.
* testsuite/lib/ctf-lib.exp (check_ctf_available): Return boolean.
* testsuite/libctf-lookup/lookup.exp: Call check_ctf_available.
* testsuite/libctf-regression/regression.exp: Likewise.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r-- | libctf/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 0aaf306..0f5e96a 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,19 @@ 2021-01-05 Nick Alcock <nick.alcock@oracle.com> + * Makefile.am (BASEDIR): New. + (BFDDIR): Likewise. + (check-DEJAGNU): Add development.exp to prerequisites. + (development.exp): New. + (CONFIG_STATUS_DEPENDENCIES): New. + (EXTRA_DEJAGNU_SITE_CONFIG): Likewise. + (DISTCLEANFILES): Likewise. + * Makefile.in: Regenerated. + * testsuite/lib/ctf-lib.exp (check_ctf_available): Return boolean. + * testsuite/libctf-lookup/lookup.exp: Call check_ctf_available. + * testsuite/libctf-regression/regression.exp: Likewise. + +2021-01-05 Nick Alcock <nick.alcock@oracle.com> + * ctf-types.c (ctf_type_aname): Print forwards to unions and enums properly. |