mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* dwarf2read.c (record_line_ftype): Remove, duplicate.
gdb/Changelog: * dwarf2read.c (record_line_ftype): Remove, duplicate.
This commit is contained in:
parent
a56cc1ce22
commit
a051152b64
@ -1,3 +1,7 @@
|
||||
2015-05-28 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2read.c (record_line_ftype): Remove, duplicate.
|
||||
|
||||
2015-05-28 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
|
||||
|
@ -17475,11 +17475,6 @@ psymtab_include_file_name (const struct line_header *lh, int file_index,
|
||||
return include_name;
|
||||
}
|
||||
|
||||
/* Function to record a line number. */
|
||||
|
||||
typedef void (record_line_ftype) (struct subfile *subfile, int line,
|
||||
CORE_ADDR pc);
|
||||
|
||||
/* State machine to track the state of the line number program. */
|
||||
|
||||
typedef struct
|
||||
|
Loading…
Reference in New Issue
Block a user