diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-12-27 12:30:26 -0800 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2015-12-27 12:30:26 -0800 |
commit | a7be2893a6449e64fe6cfcdd8700b0a367a69f19 (patch) | |
tree | de6add78b79a30f5330c0c7711d4a17976303858 /bfd/ChangeLog | |
parent | 5d01527536684c75235f2ed288b11d253572b570 (diff) | |
download | gdb-a7be2893a6449e64fe6cfcdd8700b0a367a69f19.zip gdb-a7be2893a6449e64fe6cfcdd8700b0a367a69f19.tar.gz gdb-a7be2893a6449e64fe6cfcdd8700b0a367a69f19.tar.bz2 |
Correct nios2 _gp address computation.
2015-12-27 Sandra Loosemore <sandra@codesourcery.com>
bfd/
* elf32-nios2.c (nios2_elf_assign_gp): Correct computation of _gp
address.
(nios2_elf32_relocate_section): Tidy code for R_NIOS2_GPREL error
messages.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a3f3a6c..0689cf0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2015-12-27 Sandra Loosemore <sandra@codesourcery.com> + + * elf32-nios2.c (nios2_elf_assign_gp): Correct computation of _gp + address. + (nios2_elf32_relocate_section): Tidy code for R_NIOS2_GPREL error + messages. + 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> * elf32-arm.c (using_thumb_only): Check that profile is 'M' and update |