diff options
author | Alan Modra <amodra@gmail.com> | 2021-02-18 20:48:16 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-02-20 18:23:49 +1030 |
commit | c3bf9dc5aa3f9be3369e5ab364111d5e0c8567bd (patch) | |
tree | 3ae6fa9d35c20050af2ee36f073e3647f0502365 /libctf/ChangeLog | |
parent | ca6afb81ca4c7633eea0f854a6c591070083959a (diff) | |
download | gdb-c3bf9dc5aa3f9be3369e5ab364111d5e0c8567bd.zip gdb-c3bf9dc5aa3f9be3369e5ab364111d5e0c8567bd.tar.gz gdb-c3bf9dc5aa3f9be3369e5ab364111d5e0c8567bd.tar.bz2 |
Include ld-lib.exp from ctf-lib.exp
* testsuite/config/default.exp (ld_L_opt): Define.
* testsuite/lib/ctf-lib.exp (load_common_lib): Delete. Instead load
ld-lib.exp.
(run_host_cmd, run_host_cmd_yesno, check_compiler_available): Delete.
(compile_one_cc, check_ctf_available): Delete.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r-- | libctf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index cf52903..7a69476 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,11 @@ +2021-02-20 Alan Modra <amodra@gmail.com> + + * testsuite/config/default.exp (ld_L_opt): Define. + * testsuite/lib/ctf-lib.exp (load_common_lib): Delete. Instead load + ld-lib.exp. + (run_host_cmd, run_host_cmd_yesno, check_compiler_available): Delete. + (compile_one_cc, check_ctf_available): Delete. + 2021-02-03 Nick Alcock <nick.alcock@oracle.com> * configure.ac (ac_cv_libctf_bfd_elf): Include string.h. |