Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb remove ancient and unused regset_...



details:   https://anonhg.NetBSD.org/src/rev/550aa0d5063e
branches:  trunk
changeset: 457695:550aa0d5063e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jul 12 22:44:33 2019 +0000

description:
remove ancient and unused regset_t definitions

diffstat:

 external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c |  10 ----------
 external/gpl3/gdb/dist/gdb/i386-nbsd-nat.c  |  10 ----------
 2 files changed, 0 insertions(+), 20 deletions(-)

diffs (40 lines):

diff -r baa4fdc527c7 -r 550aa0d5063e external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c       Fri Jul 12 22:44:11 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c       Fri Jul 12 22:44:33 2019 +0000
@@ -32,16 +32,6 @@
 #include <machine/pcb.h>
 #include <machine/reg.h>
 
-#ifndef HAVE_GREGSET_T
-typedef struct reg gregset_t;
-#endif
-
-#ifndef HAVE_FPREGSET_T
-typedef struct fpreg fpregset_t;
-#endif
-
-#include "gregset.h"
-
 /* Mapping between the general-purpose registers in NetBSD/amd64
    `struct reg' format and GDB's register cache layout for
    NetBSD/i386.
diff -r baa4fdc527c7 -r 550aa0d5063e external/gpl3/gdb/dist/gdb/i386-nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/i386-nbsd-nat.c        Fri Jul 12 22:44:11 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/i386-nbsd-nat.c        Fri Jul 12 22:44:33 2019 +0000
@@ -36,16 +36,6 @@
 #include "nbsd-nat.h"
 #include "bsd-kvm.h"
 
-#ifndef HAVE_GREGSET_T
-typedef struct reg gregset_t;
-#endif
-
-#ifndef HAVE_FPREGSET_T
-typedef struct fpreg fpregset_t;
-#endif
-
-#include "gregset.h" 
-
 static int
 i386nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 {



Home | Main Index | Thread Index | Old Index