]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbserver/netbsd-amd64-low.cc
New Romanian translation for gas sub-directory
[thirdparty/binutils-gdb.git] / gdbserver / netbsd-amd64-low.cc
index c59ebc8f2cf41d85701fabbe4b9aa08a449a785c..5555e0ba3070dc580588ba1738d6613a85020a88 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020 Free Software Foundation, Inc.
+/* Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -159,11 +159,11 @@ netbsd_x86_64_store_gregset (struct regcache *regcache, const char *buf)
 
 static const struct netbsd_regset_info netbsd_target_regsets[] =
 {
- /* General Purpose Registers.  */
- {PT_GETREGS, PT_SETREGS, sizeof (struct reg),
-  netbsd_x86_64_fill_gregset, netbsd_x86_64_store_gregset},
- /* End of list marker.  */
- {0, 0, -1, NULL, NULL }
 /* General Purpose Registers.  */
 {PT_GETREGS, PT_SETREGS, sizeof (struct reg),
+   netbsd_x86_64_fill_gregset, netbsd_x86_64_store_gregset},
 /* End of list marker.  */
 {0, 0, -1, NULL, NULL }
 };
 
 /* NetBSD target op definitions for the amd64 architecture.  */