diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2011-07-25 01:14:20 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2011-07-25 01:14:20 +0000 |
commit | 18978b27d62c14b707df1248f44a6847d81fa45a (patch) | |
tree | 2f8422a02e7d99f0401157e024aa9662e0affe60 /bfd/ChangeLog | |
parent | bed07a7e06e2f8b6ec2d693ffc32e8916ded8502 (diff) | |
download | gdb-18978b27d62c14b707df1248f44a6847d81fa45a.zip gdb-18978b27d62c14b707df1248f44a6847d81fa45a.tar.gz gdb-18978b27d62c14b707df1248f44a6847d81fa45a.tar.bz2 |
PR ld/12815
* elf64-mmix.c (struct _mmix_elf_section_data): New members
has_warned_bpo and has_warned_pushj.
(mmix_final_link_relocate): Remove PARAMS and PTR macros,
converting to ISO C. Add new parameter error_message. All
callers changed.
(mmix_elf_perform_relocation): Ditto.
<case R_MMIX_PUSHJ_STUBBABLE, case R_MMIX_BASE_PLUS_OFFSET>:
Handle the case where mmix_elf_check_common_relocs has not been
called, missing preparations for relocs of the respective type.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6b2b8bb..5adc046 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2011-07-25 Hans-Peter Nilsson <hp@bitrange.com> + + PR ld/12815 + * elf64-mmix.c (struct _mmix_elf_section_data): New members + has_warned_bpo and has_warned_pushj. + (mmix_final_link_relocate): Remove PARAMS and PTR macros, + converting to ISO C. Add new parameter error_message. All + callers changed. + (mmix_elf_perform_relocation): Ditto. + <case R_MMIX_PUSHJ_STUBBABLE, case R_MMIX_BASE_PLUS_OFFSET>: + Handle the case where mmix_elf_check_common_relocs has not been + called, missing preparations for relocs of the respective type. + 2011-07-24 Chao-ying Fu <fu@mips.com> Ilie Garbacea <ilie@mips.com> Maciej W. Rozycki <macro@codesourcery.com> |