Document the GDB 10.2 release in gdb/ChangeLog
[deliverable/binutils-gdb.git] / gdbserver / linux-arm-low.cc
index 4577c83bfb03b9f397eb555a50466b231015a29c..cba0f0780ab31ba76a61107ee4c13050c2b89f1d 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux/ARM specific low level interface, for the remote server for GDB.
-   Copyright (C) 1995-2020 Free Software Foundation, Inc.
+   Copyright (C) 1995-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1128,9 +1128,6 @@ arm_target::get_regs_info ()
   return &regs_info_arm;
 }
 
-struct linux_target_ops the_low_target = {
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_arm_target;
This page took 0.02745 seconds and 4 git commands to generate.