]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
delete ada-lang.c::ada_to_fixed_value_create advance declaration
authorJoel Brobecker <brobecker@adacore.com>
Thu, 15 Feb 2018 03:58:48 +0000 (22:58 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Thu, 15 Feb 2018 03:59:20 +0000 (22:59 -0500)
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.

gdb/ChangeLog
gdb/ada-lang.c

index 947bed40a35e2f60e2864357f23dc3e8376ce5d6..a36c44dce3d02179876c9ffeae0ca482cc6c84e3 100644 (file)
@@ -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>
 
        * frame-unwind.c (frame_unwind_try_unwinder): Always call
index d07da422bf5bfbb47c2f69fe4de6eb19d2dfd6a5..ff9dff50d72942232b34ed3ee62b5e210d86f76e 100644 (file)
@@ -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,
                               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,
                                  struct value **, int, const char *,
                                  struct type *);