diff options
author | Nick Clifton <nickc@redhat.com> | 2016-01-21 13:54:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-01-21 13:54:11 +0000 |
commit | 23a42089156e63bbd2228675e78cdf1ffae63c51 (patch) | |
tree | 328aba218ad3325c81b069b8689e2250728af6f8 /bfd/ChangeLog | |
parent | 4a099de2e7e5374d633ba0eab4273b6f5c81ba74 (diff) | |
download | gdb-23a42089156e63bbd2228675e78cdf1ffae63c51.zip gdb-23a42089156e63bbd2228675e78cdf1ffae63c51.tar.gz gdb-23a42089156e63bbd2228675e78cdf1ffae63c51.tar.bz2 |
Fix compile time errors building ARC target on a 32-bit host.
* elf32-arc.c (ADD_RELA): Fix compile time warning errors by
changing the type of _loc to be bfd_byte *.
(elf_arc_finish_dynamic_symbol): Likewise.
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 8de494b..9c813ba 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2016-01-21 Nick Clifton <nickc@redhat.com> + * elf32-arc.c (ADD_RELA): Fix compile time warning errors by + changing the type of _loc to be bfd_byte *. + (elf_arc_finish_dynamic_symbol): Likewise. + +2016-01-21 Nick Clifton <nickc@redhat.com> + PR ld/19455 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF class of the linker stub bfd. |