diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-02-21 00:24:15 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-02-21 00:24:15 +0000 |
commit | b5e0fabd1f01350077bab42b9f6c5cd00a8144df (patch) | |
tree | 6dafc4bdb6eba526bdeba46d622b3abb3e7a3419 /gas/ChangeLog | |
parent | 1dbe47d6473ac1895f2ba3cc39f9d2e904621340 (diff) | |
download | gdb-b5e0fabd1f01350077bab42b9f6c5cd00a8144df.zip gdb-b5e0fabd1f01350077bab42b9f6c5cd00a8144df.tar.gz gdb-b5e0fabd1f01350077bab42b9f6c5cd00a8144df.tar.bz2 |
Fix unwind info problems with .align.
* config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
finalize_syms.
(fixup_unw_records): New arg before_relax. Pass to slot_index.
(ia64_estimate_size_before_relax): New.
(ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
(generate_unwind_image): Pass 1 to fixup_unw_records.
* config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
(md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 46d96b2..ad04cee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-02-20 James E Wilson <wilson@specifixinc.com> + + * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of + finalize_syms. + (fixup_unw_records): New arg before_relax. Pass to slot_index. + (ia64_estimate_size_before_relax): New. + (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment. + (generate_unwind_image): Pass 1 to fixup_unw_records. + * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare. + (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax. + 2004-02-19 Jakub Jelinek <jakub@redhat.com> * stabs.c (generate_asm_file): Avoid warning about use of |