diff options
author | Richard Henderson <rth@redhat.com> | 2003-02-28 00:22:46 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-02-28 00:22:46 +0000 |
commit | 2c4c2bc0a526e8e0c186cd7cb005e2947cac3b88 (patch) | |
tree | e9a88a8c68344bc556b10f73e9591dfdc9a8623b /bfd/ChangeLog | |
parent | e03e15dbd357325389d86f3bf6e1e3359b79b12e (diff) | |
download | gdb-2c4c2bc0a526e8e0c186cd7cb005e2947cac3b88.zip gdb-2c4c2bc0a526e8e0c186cd7cb005e2947cac3b88.tar.gz gdb-2c4c2bc0a526e8e0c186cd7cb005e2947cac3b88.tar.bz2 |
* elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
(elfNN_ia64_check_relocs): Set it.
(allocate_global_data_got): Check it.
(allocate_local_got): Likewise.
(allocate_dynrel_entries): Likewise.
(elfNN_ia64_relax_ldxmov): New.
(elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
(elfNN_ia64_choose_gp): Split out from ...
(elfNN_ia64_final_link): ... here.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 62018ee..4fd2856 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2003-02-27 Richard Henderson <rth@redhat.com> + + * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx; + (elfNN_ia64_check_relocs): Set it. + (allocate_global_data_got): Check it. + (allocate_local_got): Likewise. + (allocate_dynrel_entries): Likewise. + (elfNN_ia64_relax_ldxmov): New. + (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV. + (elfNN_ia64_choose_gp): Split out from ... + (elfNN_ia64_final_link): ... here. + 2003-02-27 Andrew Cagney <cagney@redhat.com> * bfd.c (struct bfd): Rename "struct _bfd". |