diff options
author | Richard Henderson <rth@redhat.com> | 2008-08-21 19:49:22 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2008-08-21 19:49:22 +0000 |
commit | 8c9b70b1a5d4a033ce38d16981b31a1e2f67485d (patch) | |
tree | fa25136b95953f8456338d2753f3e5f9313b9ebb /gas/ChangeLog | |
parent | aa8d5e4592d560eb7b1dd04ed8d9254b43d6f929 (diff) | |
download | gdb-8c9b70b1a5d4a033ce38d16981b31a1e2f67485d.zip gdb-8c9b70b1a5d4a033ce38d16981b31a1e2f67485d.tar.gz gdb-8c9b70b1a5d4a033ce38d16981b31a1e2f67485d.tar.bz2 |
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
(output_cie, output_fde): Use it.
(DWARF2_EH_FRAME_READ_ONLY): New.
(cfi_finish): Use it.
* config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit.
(DWARF2_CIE_DATA_ALIGNMENT): Change sign.
(DWARF2_EH_FRAME_READ_ONLY): New.
* config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations
from the results of DIFF_EXPR_OK manipulation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1815d7b..91ff6db 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2008-08-21 Richard Henderson <rth@redhat.com> + + * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New. + (output_cie, output_fde): Use it. + (DWARF2_EH_FRAME_READ_ONLY): New. + (cfi_finish): Use it. + + * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit. + (DWARF2_CIE_DATA_ALIGNMENT): Change sign. + (DWARF2_EH_FRAME_READ_ONLY): New. + * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations + from the results of DIFF_EXPR_OK manipulation. + 2008-08-21 Sterling Augustine <sterling@tensilica.com> * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64. |