Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index 61a0a5dd52ea6924598db39fdd40092773a31295..d823c87a3cf8dfb65425e109d9438d84f01752c5 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Atmel AVR, for GDB.
 
-   Copyright (C) 1996-2019 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1616,8 +1616,9 @@ avr_io_reg_read_command (const char *args, int from_tty)
     }
 }
 
+void _initialize_avr_tdep ();
 void
-_initialize_avr_tdep (void)
+_initialize_avr_tdep ()
 {
   register_gdbarch_init (bfd_arch_avr, avr_gdbarch_init);
 
This page took 0.024078 seconds and 4 git commands to generate.