diff options
Diffstat (limited to 'gdb/rl78-tdep.c')
-rw-r--r-- | gdb/rl78-tdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/rl78-tdep.c b/gdb/rl78-tdep.c index 8282225..7a84769 100644 --- a/gdb/rl78-tdep.c +++ b/gdb/rl78-tdep.c @@ -556,7 +556,7 @@ rl78_pseudo_register_write (struct gdbarch *gdbarch, /* Implement the "breakpoint_from_pc" gdbarch method. */ -const gdb_byte * +static const gdb_byte * rl78_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) { @@ -1162,6 +1162,9 @@ rl78_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) return gdbarch; } +/* -Wmissing-prototypes */ +extern initialize_file_ftype _initialize_rl78_tdep; + /* Register the above initialization routine. */ void |