diff options
author | Renlin Li <renlin.li@arm.com> | 2015-08-25 12:37:21 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-08-25 12:37:21 +0100 |
commit | 7c2bea1ad1c779b893eb9cad4c92732583ae0eb5 (patch) | |
tree | e50890383f668f0a74f858479876528522f3619c /bfd/ChangeLog | |
parent | ed8b7b421c98533b9b08995edd7363328b55921e (diff) | |
download | gdb-7c2bea1ad1c779b893eb9cad4c92732583ae0eb5.zip gdb-7c2bea1ad1c779b893eb9cad4c92732583ae0eb5.tar.gz gdb-7c2bea1ad1c779b893eb9cad4c92732583ae0eb5.tar.bz2 |
[AArch64] Fix a typo in the comment for BFD_RELOC_AARCH64_LD64_GOT_LO12_NC
2015-08-25 Renlin Li <renlin.li@arm.com>
bfd/
* reloc.c (BFD_RELOC_AARCH64_LD64_GOTOFF_LO15): Use LP64 instead of
ILP64.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 47b7642..d752318 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-08-25 Renlin Li <renlin.li@arm.com> + + * reloc.c (BFD_RELOC_AARCH64_LD64_GOTOFF_LO15): Use LP64 instead of + ILP64. + * bfd-in2.h: Regenerate. + 2015-08-22 Alan Modra <amodra@gmail.com> * elf.c (_bfd_elf_slurp_version_tables): Always init vd_nodename. |