aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2005-01-17 17:44:41 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2005-01-17 17:44:41 +0000
commitdcf507a6ee15da805fbe39e510d7ab7fbf2b09f6 (patch)
tree51c949dacb60944bbb08a4f66d6ef389b728860e /bfd/ChangeLog
parent2c42be6506d72503af4ba12b184a66476f5f6052 (diff)
downloadgdb-dcf507a6ee15da805fbe39e510d7ab7fbf2b09f6.zip
gdb-dcf507a6ee15da805fbe39e510d7ab7fbf2b09f6.tar.gz
gdb-dcf507a6ee15da805fbe39e510d7ab7fbf2b09f6.tar.bz2
* elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions.
(_bfd_elf_discard_section_eh_frame): Use them to interpret the CFA instructions. If the amount of padding is known, reduce the size of the CIE or FDE by that amount.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aabc387..eb7d83e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2005-01-17 Richard Sandiford <rsandifo@redhat.com>
+ * elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions.
+ (_bfd_elf_discard_section_eh_frame): Use them to interpret the CFA
+ instructions. If the amount of padding is known, reduce the size
+ of the CIE or FDE by that amount.
+
+2005-01-17 Richard Sandiford <rsandifo@redhat.com>
+
* elf-bfd.h (struct cie): Use bfd_vmas for code_align, ra_column and
augmentation_size. Use bfd_signed_vmas for data_align.
* elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of...