summaryrefslogtreecommitdiff
path: root/bfd/elf-eh-frame.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-13 15:16:00 +0000
committerNick Clifton <nickc@redhat.com>2004-05-13 15:16:00 +0000
commita2fe627a93947c8ca362ae797a2bc18d5fd9edff (patch)
tree88977186abd330807afdc3aee692b3fe5b61f742 /bfd/elf-eh-frame.c
parent0c91d77ce17e158cc79dbc2b57d326a2a00d8d10 (diff)
downloadgdb-a2fe627a93947c8ca362ae797a2bc18d5fd9edff.tar.gz
Remove comment rendered obsolete by previous delta
Diffstat (limited to 'bfd/elf-eh-frame.c')
-rw-r--r--bfd/elf-eh-frame.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c
index 7608e77649f..6dfd01ca828 100644
--- a/bfd/elf-eh-frame.c
+++ b/bfd/elf-eh-frame.c
@@ -429,11 +429,6 @@ _bfd_elf_discard_section_eh_frame
}
read_uleb128 (cie.code_align, buf);
read_sleb128 (cie.data_align, buf);
- /* Note - in DWARF2 the return address column is an unsigned byte.
- In DWARF3 it is a ULEB128. We are following DWARF3. For most
- ports this will not matter as the value will be less than 128.
- For the others (eg FRV, SH, MMIX, IA64) they need a fixed GCC
- which conforms to the DWARF3 standard. */
if (cie.version == 1)
cie.ra_column = *buf++;
else