diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-02-15 01:54:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-02-15 01:54:58 +0000 |
commit | c5509b9207b439d78116077e4aff2b4db91bf450 (patch) | |
tree | 5f9acc01ca3ce47e859eaaf44c3498e31d785b97 /bfd/ChangeLog | |
parent | fc0f5a301309abaa1c1fbf3acdf301833579833d (diff) | |
download | gdb-c5509b9207b439d78116077e4aff2b4db91bf450.zip gdb-c5509b9207b439d78116077e4aff2b4db91bf450.tar.gz gdb-c5509b9207b439d78116077e4aff2b4db91bf450.tar.bz2 |
2005-02-14 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_relax_section): Allow relax
backward branch in the same section.
(elfNN_ia64_relocate_section): Inform users that the input
section is too big to relax br instruction when overflow
happens to R_IA64_PCREL21B, R_IA64_PCREL21BI, R_IA64_PCREL21M
and R_IA64_PCREL21F.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38920f6..42cad6e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2005-02-14 H.J. Lu <hongjiu.lu@intel.com> + + * elfxx-ia64.c (elfNN_ia64_relax_section): Allow relax + backward branch in the same section. + (elfNN_ia64_relocate_section): Inform users that the input + section is too big to relax br instruction when overflow + happens to R_IA64_PCREL21B, R_IA64_PCREL21BI, R_IA64_PCREL21M + and R_IA64_PCREL21F. + 2005-02-14 Orjan Friberg <orjanf@axis.com> * elfcore.h (elf_core_file_p): Move the call to |