mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* ada-lang.c (ada_lookup_partial_symbol)
(to_fixed_variant_branch_type) (find_line_in_linetable): Fix prototype names so that grep ^func works properly. * ada-lang.c (ada_array_element_type) (ada_lookup_partial_symbol): Fix typos in parameter list. * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1): Fix prototype names so that grep ^func works properly.
This commit is contained in:
@@ -58,18 +58,16 @@ static int print_variant_part (struct type*, int, char*,
|
||||
struct ui_file*, int, int, enum val_prettyprint,
|
||||
int, struct type*, char*);
|
||||
|
||||
static void
|
||||
val_print_packed_array_elements (struct type*, char *valaddr, int,
|
||||
struct ui_file*, int, int,
|
||||
enum val_prettyprint);
|
||||
static void val_print_packed_array_elements (struct type*, char *valaddr, int,
|
||||
struct ui_file*, int, int,
|
||||
enum val_prettyprint);
|
||||
|
||||
static void adjust_type_signedness (struct type*);
|
||||
|
||||
static int ada_val_print_stub (PTR args0);
|
||||
|
||||
static int
|
||||
ada_val_print_1 (struct type*, char*, int, CORE_ADDR, struct ui_file*,
|
||||
int, int, int, enum val_prettyprint);
|
||||
static int ada_val_print_1 (struct type*, char*, int, CORE_ADDR, struct ui_file*,
|
||||
int, int, int, enum val_prettyprint);
|
||||
|
||||
|
||||
/* Make TYPE unsigned if its range of values includes no negatives. */
|
||||
|
||||
Reference in New Issue
Block a user