]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Don't declare read_unsigned_leb128 in defs.h
authorTom Tromey <tromey@adacore.com>
Wed, 1 May 2019 18:26:34 +0000 (12:26 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 8 May 2019 16:38:02 +0000 (10:38 -0600)
commit587ee17bd492a324c927437fb561b99b274e1d8e
tree9296f09295c178caf87676ed2d6cdd759e490ace
parentca1df239078318425cf8038995bf02f1b9ab6e50
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  <tromey@adacore.com>

* dwarf2loc.c: Include dwarf2read.h.
* defs.h (read_unsigned_leb128): Don't declare.
* dwarf2read.h (read_unsigned_leb128): Declare.
gdb/ChangeLog
gdb/defs.h
gdb/dwarf2loc.c
gdb/dwarf2read.h