Skip to content

Commit f1e7c42

Browse files
committed
gdb: update patch for GDB 15.2
Update GDB patch to match new version: - Update patch subject line to reference GDB 15.2 - Change osabi.h header location (previously defs.h)
1 parent 92f5ec9 commit f1e7c42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

patches/gdb.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
From c8e88878beab01fadb2e59e0c23a37257c9bba82 Mon Sep 17 00:00:00 2001
22
From: Sunguk Lee <d3m3vilurr@gmail.com>
33
Date: Sat, 6 Jun 2020 23:06:47 +0900
4-
Subject: [PATCH] Apply vita patch
4+
Subject: [PATCH] Apply vita patch for GDB 15.2
55

66
---
77
gdb/Makefile.in | 1 +
88
gdb/arm-vita-tdep.c | 54 +++++++++++++++++++++++++++++++++++++++++++++
99
gdb/configure.tgt | 4 ++++
10-
gdb/defs.h | 1 +
10+
gdb/osabi.h | 1 +
1111
gdb/osabi.c | 1 +
1212
5 files changed, 61 insertions(+)
1313
create mode 100644 gdb/arm-vita-tdep.c
@@ -99,11 +99,11 @@ index caa42be1c0..b4607a7604 100644
9999
arm*-*-*)
100100
# Target: ARM embedded system
101101
gdb_target_obs="arm-pikeos-tdep.o"
102-
diff --git a/gdb/defs.h b/gdb/defs.h
103-
index 567f214b81..d795cae8bd 100644
104-
--- a/gdb/defs.h
105-
+++ b/gdb/defs.h
106-
@@ -496,6 +496,7 @@ enum gdb_osabi
102+
diff --git a/gdb/osabi.h b/gdb/osabi.h
103+
index 0000000000..1111111111 100644
104+
--- a/gdb/osabi.h
105+
+++ b/gdb/osabi.h
106+
@@ -47,6 +47,7 @@ enum gdb_osabi
107107
GDB_OSABI_NEWLIB,
108108
GDB_OSABI_SDE,
109109
GDB_OSABI_PIKEOS,

0 commit comments

Comments
 (0)