diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-11-17 20:57:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-11-17 20:57:21 +0000 |
commit | affb4bf37a03b65825f187dfbe694470495a94bf (patch) | |
tree | eec962296ce388d27e2fa45e62863639917c24e1 /bfd/ChangeLog | |
parent | 5409dacfb9b62964f95af8c693fa708baf60ecdd (diff) | |
download | gdb-affb4bf37a03b65825f187dfbe694470495a94bf.zip gdb-affb4bf37a03b65825f187dfbe694470495a94bf.tar.gz gdb-affb4bf37a03b65825f187dfbe694470495a94bf.tar.bz2 |
2009-11-17 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10955
* elfxx-ia64.c (elfNN_ia64_link_hash_table): Update comments.
(elfNN_ia64_update_short_info): Remove "->output_section" from
ia64_info->max_short_sec and ia64_info->min_short_sec.
(elfNN_ia64_choose_gp): Likewise.
(elfNN_ia64_relax_section): Pass tsec->output_section to
elfNN_ia64_update_short_info.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 113ddf8..09a5477 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,16 @@ 2009-11-17 H.J. Lu <hongjiu.lu@intel.com> PR ld/10955 + * elfxx-ia64.c (elfNN_ia64_link_hash_table): Update comments. + (elfNN_ia64_update_short_info): Remove "->output_section" from + ia64_info->max_short_sec and ia64_info->min_short_sec. + (elfNN_ia64_choose_gp): Likewise. + (elfNN_ia64_relax_section): Pass tsec->output_section to + elfNN_ia64_update_short_info. + +2009-11-17 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/10955 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Add max_short_sec, max_short_offset, min_short_sec and min_short_offset. (elfNN_ia64_update_short_info): New. |