summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-01-17 17:12:00 +0000
committerH.J. Lu <hjl@lucon.org>2005-01-17 17:12:00 +0000
commitbeea30729f5b3d94347c36afbc17fb7d1f4217eb (patch)
tree02ce174d42938d332fc4dd0f483de204168c95f8 /bfd/libbfd-in.h
parentafcc49547b768355bd30c75f0ef22140418a8a6e (diff)
downloadbinutils-redhat-beea30729f5b3d94347c36afbc17fb7d1f4217eb.tar.gz
2005-01-17 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2.c (dwarf2_debug): Move info_ptr_unit to ... (comp_unit): Here. (read_unsigned_leb128): Removed. (read_signed_leb128): Removed. (find_abstract_instance_name): Updated. (parse_comp_unit): Accept info_ptr_unit. (_bfd_dwarf2_find_nearest_line): Set info_ptr_unit for each comp unit and pass it to parse_comp_unit. * elf-eh-frame.c (read_unsigned_leb128): Moved to ... (read_signed_leb128): Moved to ... * libbfd.c: Here. * libbfd-in.h (read_unsigned_leb128): New prototype. (read_signed_leb128): Likewise. * libbfd.h: Regenerated.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index 86e6942ed6..65d5d8214f 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -686,3 +686,6 @@ extern void bfd_section_already_linked_table_traverse
(bfd_boolean (*) (struct bfd_section_already_linked_hash_entry *,
void *), void *);
+extern bfd_vma read_unsigned_leb128 (bfd *, char *, unsigned int *);
+extern bfd_signed_vma read_signed_leb128 (bfd *, char *, unsigned int *);
+