Move read_offset_1 to leb.c
authorTom Tromey <tom@tromey.com>
Sat, 8 Feb 2020 20:40:54 +0000 (13:40 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 8 Feb 2020 20:43:24 +0000 (13:43 -0700)
commit24aa364d607c1f5845b1ff200f385d11ebba7e02
tree0ef677978c85c57220813b1e843633aaa3ff9f0c
parent2c7d5afccfea519b7cb53d76673d5aca1a00bacc
Move read_offset_1 to leb.c

This moves read_offset_1 to leb.c, as it is a low-level data-reading
function.  It is also renamed to remove the "_1", because gdb can use
overloading now, and this is clearer.

2020-02-08  Tom Tromey  <tom@tromey.com>

* dwarf2/read.c (read_offset_1): Move to leb.c.
(read_abbrev_offset, read_offset, dwarf_decode_line_header)
(dwarf_decode_macro_bytes): Update.
* dwarf2/leb.c (read_offset): Rename; move from read.c.
* dwarf2/leb.h (read_offset): Declare.

Change-Id: I048140598acfa76eade2cc529ab7933d4b9ca0b3
gdb/ChangeLog
gdb/dwarf2/leb.c
gdb/dwarf2/leb.h
gdb/dwarf2/read.c
This page took 0.024136 seconds and 4 git commands to generate.