mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
delete ada-lang.c::ada_to_fixed_value_create advance declaration
This advance declaration really isn't necesary, since the implementation of this function comes before the first reference to it. gdb/ChangeLog: * ada-lang.c (ada_to_fixed_value_create): Delete advance declaration. Tested by rebuilding GDB.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-02-15 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* ada-lang.c (ada_to_fixed_value_create): Delete advance
|
||||||
|
declaration.
|
||||||
|
|
||||||
2018-02-14 Pedro Alves <palves@redhat.com>
|
2018-02-14 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* frame-unwind.c (frame_unwind_try_unwinder): Always call
|
* frame-unwind.c (frame_unwind_try_unwinder): Always call
|
||||||
|
@ -225,9 +225,6 @@ static struct value *ada_value_primitive_field (struct value *, int, int,
|
|||||||
static int find_struct_field (const char *, struct type *, int,
|
static int find_struct_field (const char *, struct type *, int,
|
||||||
struct type **, int *, int *, int *, int *);
|
struct type **, int *, int *, int *, int *);
|
||||||
|
|
||||||
static struct value *ada_to_fixed_value_create (struct type *, CORE_ADDR,
|
|
||||||
struct value *);
|
|
||||||
|
|
||||||
static int ada_resolve_function (struct block_symbol *, int,
|
static int ada_resolve_function (struct block_symbol *, int,
|
||||||
struct value **, int, const char *,
|
struct value **, int, const char *,
|
||||||
struct type *);
|
struct type *);
|
||||||
|
Reference in New Issue
Block a user