diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-29 00:16:42 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-29 00:16:42 +0000 |
commit | c8abc2058e96dd12454078d66be9982dfebfd154 (patch) | |
tree | 78b62ee71e8943beae7abd922ac9e7d0e4548d5f /libiberty/ChangeLog | |
parent | 7c6b354b92b38f31cd2399fbdbc9d6f837881480 (diff) | |
download | gcc-c8abc2058e96dd12454078d66be9982dfebfd154.tar.gz |
Daily bump.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1c9138861bd..faace624b3f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2021-06-28 Indu Bhagat <indu.bhagat@oracle.com> + + * simple-object.c (handle_lto_debug_sections): Copy over .BTF section. + +2021-06-28 Indu Bhagat <indu.bhagat@oracle.com> + David Faust <david.faust@oracle.com> + Jose E. Marchesi <jose.marchesi@oracle.com> + Weimin Pan <weimin.pan@oracle.com> + + * simple-object.c (handle_lto_debug_sections): Copy over .ctf + sections. + 2021-06-05 John David Anglin <danglin@gcc.gnu.org> PR target/100734 |