summaryrefslogtreecommitdiffstats
path: root/semihosting
diff options
context:
space:
mode:
authorRichard Henderson2022-04-28 10:29:54 +0200
committerRichard Henderson2022-06-28 01:05:07 +0200
commit94b14fe08f9f4f1f0e7aba639fc98e65a13e5235 (patch)
treeac4eaf27bcb2a7decb991923df1525c898512be7 /semihosting
parentsemihosting: Remove GDB_O_BINARY (diff)
downloadqemu-94b14fe08f9f4f1f0e7aba639fc98e65a13e5235.tar.gz
qemu-94b14fe08f9f4f1f0e7aba639fc98e65a13e5235.tar.xz
qemu-94b14fe08f9f4f1f0e7aba639fc98e65a13e5235.zip
include/exec: Move gdb open flags to gdbstub.h
There were 3 copies of these flags. Place them in the file with gdb_do_syscall, with which they belong. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'semihosting')
-rw-r--r--semihosting/arm-compat-semi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/semihosting/arm-compat-semi.c b/semihosting/arm-compat-semi.c
index 92c1375b15..abf543ce91 100644
--- a/semihosting/arm-compat-semi.c
+++ b/semihosting/arm-compat-semi.c
@@ -86,13 +86,6 @@
#define O_BINARY 0
#endif
-#define GDB_O_RDONLY 0x000
-#define GDB_O_WRONLY 0x001
-#define GDB_O_RDWR 0x002
-#define GDB_O_APPEND 0x008
-#define GDB_O_CREAT 0x200
-#define GDB_O_TRUNC 0x400
-
static int gdb_open_modeflags[12] = {
GDB_O_RDONLY,
GDB_O_RDONLY,