* elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value of private flags with 0x. * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
2021-01-04 Alexander Fedotov <alfedotov@gmail.com>
|
||
|
||
* elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
|
||
of private flags with 0x.
|
||
* elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
|
||
|
||
2021-01-04 Alan Modra <amodra@gmail.com>
|
||
|
||
PR 26822
|
||
* elflink.c (elf_link_input_bfd): Use the file base name in
|
||
linker generated STT_FILE symbols.
|
||
|
||
2021-01-04 Nelson Chu <nelson.chu@sifive.com>
|
||
|
||
* elfxx-riscv.c (riscv_compare_subsets): Removed static.
|
||
* elfxx-riscv.h: Add declaration.
|
||
* elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
|
||
riscv_compare_subsets to check the orders.
|
||
(riscv_skip_prefix): Removed.
|
||
(riscv_prefix_cmp): Removed.
|
||
|
||
2021-01-04 Alan Modra <amodra@gmail.com>
|
||
|
||
PR 26741
|
||
* elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
|
||
calculating subset version length.
|
||
|
||
2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
|
||
|
||
* xcofflink.c: Correct spelling in comments.
|
||
|
||
2021-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2020
|
||
|
||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|