Fix the i386 build
authorKamil Rytarowski <n54@gmx.com>
Thu, 1 Oct 2020 23:00:22 +0000 (01:00 +0200)
committerKamil Rytarowski <n54@gmx.com>
Thu, 1 Oct 2020 23:04:39 +0000 (01:04 +0200)
Remove old, no longer needed and no longer valid extern.

../../gdb/i386-nbsd-tdep.c:58:12: error: 'i386nbsd_sc_reg_offset' was declared 'extern' and later 'static' [-fpermissive]
   58 | static int i386nbsd_sc_reg_offset[] =
      |            ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../gdb/i386-nbsd-tdep.c:31:
../../gdb/i386-tdep.h:480:12: note: previous declaration of 'i386nbsd_sc_reg_offset'
  480 | extern int i386nbsd_sc_reg_offset[];
      |            ^~~~~~~~~~~~~~~~~~~~~~

gdb/ChangeLog:

* i386-tdep.h (i386nbsd_sc_reg_offset): Remove.

gdb/ChangeLog
gdb/i386-tdep.h

index 33e5df7b22411b4d75c540921f709e575fd2f2d0..8081081b8d097d25950dc24fe0f917b19d7a12c8 100644 (file)
@@ -1,3 +1,7 @@
+2020-10-01  Kamil Rytarowski  <n54@gmx.com>
+
+       * i386-tdep.h (i386nbsd_sc_reg_offset): Remove.
+
 2020-10-01  Kamil Rytarowski  <n54@gmx.com>
 
        * i386-bsd-nat.c (_initialize_i386bsd_nat): Update.
index c61ffcfb76ecaa011b30ef9d717efc56d4030767..5ff2eed548a0fbaa098a7c62651674e06394a2c1 100644 (file)
@@ -477,7 +477,6 @@ extern CORE_ADDR i386obsd_sigtramp_start_addr;
 extern CORE_ADDR i386obsd_sigtramp_end_addr;
 extern int i386fbsd4_sc_reg_offset[];
 extern int i386fbsd_sc_reg_offset[];
-extern int i386nbsd_sc_reg_offset[];
 extern int i386obsd_sc_reg_offset[];
 extern int i386bsd_sc_reg_offset[];