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 include gdbarch.h



details:   https://anonhg.NetBSD.org/src/rev/4401c165e5ad
branches:  trunk
changeset: 946773:4401c165e5ad
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 08 13:56:38 2020 +0000

description:
include gdbarch.h

diffstat:

 external/gpl3/gdb/dist/gdb/sparc64-nbsd-nat.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r b04305860155 -r 4401c165e5ad external/gpl3/gdb/dist/gdb/sparc64-nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/sparc64-nbsd-nat.c     Tue Dec 08 07:53:20 2020 +0000
+++ b/external/gpl3/gdb/dist/gdb/sparc64-nbsd-nat.c     Tue Dec 08 13:56:38 2020 +0000
@@ -18,6 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+#include "gdbarch.h"
 #include "gdbcore.h"
 #include "regcache.h"
 #include "inferior.h"



Home | Main Index | Thread Index | Old Index