diff options
author | Richard Henderson <rth@redhat.com> | 2003-05-31 19:36:45 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-05-31 19:36:45 +0000 |
commit | eafbc43f939a26cb4230d3d55ec637f441e3afe6 (patch) | |
tree | 8576168b3f31bd968853148dc33f86590d6449b0 /gas/ChangeLog | |
parent | 38fafa6d088439f82e140d2f60f76fa0d15def57 (diff) | |
download | gdb-eafbc43f939a26cb4230d3d55ec637f441e3afe6.zip gdb-eafbc43f939a26cb4230d3d55ec637f441e3afe6.tar.gz gdb-eafbc43f939a26cb4230d3d55ec637f441e3afe6.tar.bz2 |
* dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
(cfi_finish): Set flag_traditional_format around .eh_frame data.
* gas/alpha/elf-reloc-8.d: Correct .eh_frame relocs.
* gas/cfi/cfi-alpha-2.d: New.
* gas/cfi/cfi-alpha-2.s: New.
* gas/cfi/cfi.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fc7d3fd..34e844b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-05-31 Richard Henderson <rth@redhat.com> + + * dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc. + (cfi_finish): Set flag_traditional_format around .eh_frame data. + 2003-05-29 Richard Henderson <rth@redhat.com> * config/tc-alpha.c (alpha_cur_ent_sym): Remove. |