mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PR ld/19542
|
PR ld/19542
|
||||||
* elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
|
* elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
|
||||||
distrances in the compressed_size field of the output section.
|
distances in the compressed_size field of the output section.
|
||||||
|
|
||||||
2016-02-02 Alan Modra <amodra@gmail.com>
|
2016-02-02 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
@ -3194,7 +3194,7 @@ elf_x86_64_convert_load (bfd *abfd, asection *sec,
|
|||||||
|
|
||||||
/* At this point, we don't know the load addresses of TSEC
|
/* At this point, we don't know the load addresses of TSEC
|
||||||
section nor SEC section. We estimate the distrance between
|
section nor SEC section. We estimate the distrance between
|
||||||
SEC and TSEC. We store the estimated distrances in the
|
SEC and TSEC. We store the estimated distances in the
|
||||||
compressed_size field of the output section, which is only
|
compressed_size field of the output section, which is only
|
||||||
used to decompress the compressed input section. */
|
used to decompress the compressed input section. */
|
||||||
if (sec->output_section->compressed_size == 0)
|
if (sec->output_section->compressed_size == 0)
|
||||||
|
Reference in New Issue
Block a user