From 587ee17bd492a324c927437fb561b99b274e1d8e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 1 May 2019 12:26:34 -0600 Subject: Don't declare read_unsigned_leb128 in defs.h I noticed that read_unsigned_leb128 is declared in defs.h. There's no reason this should be here, so this patch moves it to dwarf2read.h. gdb/ChangeLog 2019-05-08 Tom Tromey * dwarf2loc.c: Include dwarf2read.h. * defs.h (read_unsigned_leb128): Don't declare. * dwarf2read.h (read_unsigned_leb128): Declare. --- gdb/defs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index a44e186..673a200 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -582,10 +582,6 @@ extern void copy_integer_to_size (gdb_byte *dest, int dest_size, extern int watchdog; -/* From dwarf2read.c */ - -ULONGEST read_unsigned_leb128 (bfd *, const gdb_byte *, unsigned int *); - /* Hooks for alternate command interfaces. */ /* * The name of the interpreter if specified on the command line. */ -- cgit v1.1