diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-03-02 03:56:36 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-03-02 03:56:36 -0800 |
commit | 4e07c9e2b69064e8b47e3981185b70ebe78aac68 (patch) | |
tree | c2739f3471c24e7a954cc8526c8b0e3d1e72a957 /libiberty/ChangeLog | |
parent | ba3265d04cc794d2af8b7d590a0658f7d732071c (diff) | |
download | gdb-4e07c9e2b69064e8b47e3981185b70ebe78aac68.zip gdb-4e07c9e2b69064e8b47e3981185b70ebe78aac68.tar.gz gdb-4e07c9e2b69064e8b47e3981185b70ebe78aac68.tar.bz2 |
Import latest fixes to libiberty from GCC
lto: Also copy .note.gnu.property section
When generating the separate file with LTO debug sections, we should
also copy .note.gnu.property section.
PR lto/93966
* simple-object.c (handle_lto_debug_sections): Also copy
.note.gnu.property section.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8e3408e..fd31323 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2020-03-02 H.J. Lu <hongjiu.lu@intel.com> + + PR lto/93966 + * simple-object.c (handle_lto_debug_sections): Also copy + .note.gnu.property section. + 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com> * rust-demangle.h: Removed. |