projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63fd5d
)
* dwarf2.c (read_attribute_value): Correct typo in comment.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 1 Apr 2003 10:49:02 +0000
(10:49 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Tue, 1 Apr 2003 10:49:02 +0000
(10:49 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/dwarf2.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 4e59f8ba0f5f096fc86fbc2d96329a10a84bd5d3..786e939723d5e453b565eee8464b057810c57e75 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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()
diff --git
a/bfd/dwarf2.c
b/bfd/dwarf2.c
index 1566b9aeef1b1e29c4c3b4c15a1f9d53fedf6775..8a4cc64b1bd53712c69424076a5e53c34c7ac255 100644
(file)
--- a/
bfd/dwarf2.c
+++ b/
bfd/dwarf2.c
@@
-650,7
+650,7
@@
read_attribute_value (attr, form, unit, info_ptr)
switch (form)
{
case DW_FORM_addr:
- /* FIXME: DWARF3 draft sa
i
s DW_FORM_ref_addr is offset_size. */
+ /* FIXME: DWARF3 draft sa
y
s 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;