mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* dwarf2.c (read_attribute_value): Correct typo in comment.
This commit is contained in:
parent
d63fd5d103
commit
0cc1cf992d
@ -1,3 +1,7 @@
|
||||
2003-04-01 Ben Elliston <bje@wasabisystems.com>
|
||||
|
||||
* dwarf2.c (read_attribute_value): Correct typo in comment.
|
||||
|
||||
2003-04-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
|
||||
|
@ -650,7 +650,7 @@ read_attribute_value (attr, form, unit, info_ptr)
|
||||
switch (form)
|
||||
{
|
||||
case DW_FORM_addr:
|
||||
/* FIXME: DWARF3 draft sais DW_FORM_ref_addr is offset_size. */
|
||||
/* FIXME: DWARF3 draft says DW_FORM_ref_addr is offset_size. */
|
||||
case DW_FORM_ref_addr:
|
||||
DW_ADDR (attr) = read_address (unit, info_ptr);
|
||||
info_ptr += unit->addr_size;
|
||||
|
Loading…
Reference in New Issue
Block a user