From 336b9722b8b277b2387d77ce613db63cad27e4db Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 13 May 2004 15:16:00 +0000 Subject: Remove comment rendered obsolete by previous delta --- bfd/elf-eh-frame.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bfd/elf-eh-frame.c') diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c index 7608e77..6dfd01c 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 -- cgit v1.1