diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-08 00:17:46 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-08 00:17:46 +0000 |
commit | bfb9105ffbff952599ec949cee1e18ddc1f849ba (patch) | |
tree | e11ec567d5488c6b20aa51fa61f2d7a67ab63b66 /libiberty | |
parent | 35c2bcb2389d345a0b9eaa6c8c6a400a6442a037 (diff) | |
download | gcc-bfb9105ffbff952599ec949cee1e18ddc1f849ba.zip gcc-bfb9105ffbff952599ec949cee1e18ddc1f849ba.tar.gz gcc-bfb9105ffbff952599ec949cee1e18ddc1f849ba.tar.bz2 |
Daily bump.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 949fec6..24b5c53 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,24 @@ +2024-09-07 Jakub Jelinek <jakub@redhat.com> + + PR lto/116614 + * simple-object-elf.c (SHN_COMMON): Align comment with neighbouring + comments. + (SHN_HIRESERVE): Use uppercase hex digits instead of lowercase for + consistency. + (simple_object_elf_find_sections): Formatting fixes. + (simple_object_elf_fetch_attributes): Likewise. + (simple_object_elf_attributes_merge): Likewise. + (simple_object_elf_start_write): Likewise. + (simple_object_elf_write_ehdr): Likewise. + (simple_object_elf_write_shdr): Likewise. + (simple_object_elf_write_to_file): Likewise. + (simple_object_elf_copy_lto_debug_section): Likewise. Don't fail for + new_i - 1 >= SHN_LORESERVE, instead arrange in that case to copy + over .symtab_shndx sections, though emit those last and compute their + section content when processing associated .symtab sections. Handle + simple_object_internal_read failure even in the .symtab_shndx reading + case. + 2024-08-05 Andrew Burgess <aburgess@redhat.com> * argv.c (only_whitespace): Delete. |