Remove comment rendered obsolete by previous delta
This commit is contained in:
parent
c273895f54
commit
336b9722b8
2 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
2004-05-13 Paul Brook <paul@codesourcery.com>
|
2004-05-13 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
|
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
|
||||||
dwarf3 format CIE entries.
|
dwarf3 format CIE entries. Remove comment about the size of the
|
||||||
|
ra_column field. It is now correctly deduced.
|
||||||
|
|
||||||
2004-05-13 Joel Sherrill <joel@oarcorp.com>
|
2004-05-13 Joel Sherrill <joel@oarcorp.com>
|
||||||
|
|
||||||
|
|
|
@ -429,11 +429,6 @@ _bfd_elf_discard_section_eh_frame
|
||||||
}
|
}
|
||||||
read_uleb128 (cie.code_align, buf);
|
read_uleb128 (cie.code_align, buf);
|
||||||
read_sleb128 (cie.data_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)
|
if (cie.version == 1)
|
||||||
cie.ra_column = *buf++;
|
cie.ra_column = *buf++;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue