Minor forward declaration reformatting (jit.c)
gdb/ChangeLog: * jit.c (jit_inferior_init): Reformat forward declaration.
This commit is contained in:
parent
6c857ee27e
commit
e2bd3b15a8
@ -1,3 +1,7 @@
|
||||
2011-07-06 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* jit.c (jit_inferior_init): Reformat forward declaration.
|
||||
|
||||
2011-07-06 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself to the list.
|
||||
|
@ -40,8 +40,7 @@ static const char *const jit_descriptor_name = "__jit_debug_descriptor";
|
||||
|
||||
static const struct inferior_data *jit_inferior_data = NULL;
|
||||
|
||||
static void
|
||||
jit_inferior_init (struct gdbarch *gdbarch);
|
||||
static void jit_inferior_init (struct gdbarch *gdbarch);
|
||||
|
||||
/* Non-zero if we want to see trace of jit level stuff. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user