* config/tc-cris.c: Update all comments regarding explicit relocations
[deliverable/binutils-gdb.git] / gold / dwarf_reader.h
index 173e8c25495bb8bfde931f8c6d580e3e532532ad..c9d760ce53ff04c74917ef1aee868aa663e9022b 100644 (file)
@@ -38,6 +38,12 @@ template<int size, bool big_endian>
 class Track_relocs;
 struct LineStateMachine;
 
+uint64_t
+read_unsigned_LEB_128(const unsigned char* buffer, size_t* len);
+
+int64_t
+read_signed_LEB_128(const unsigned char* buffer, size_t* len);
+
 // We can't do better than to keep the offsets in a sorted vector.
 // Here, offset is the key, and file_num/line_num is the value.
 struct Offset_to_lineno_entry
This page took 0.022855 seconds and 4 git commands to generate.