aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-03-16 16:56:34 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-03-16 16:56:34 -0400
commitfe4b2ee65cfe923fcb25427db884e1d2e90fef6e (patch)
treec741f01d215e8d38120f89c7908fc295784cfb04 /gdb/gdbarch.h
parentcb9b645d3e6b6164317104ed1a2a41c06da37bf4 (diff)
downloadgdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.zip
gdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.tar.gz
gdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.tar.bz2
gdb: move enum gdb_osabi to osabi.h
I think it makes sense to have it there instead of in the catch-all defs.h. gdb/ChangeLog: * defs.h (enum gdb_osabi): Move to... * osabi.h (enum gdb_osabi): ... here. * gdbarch.sh: Include osabi.h in gdbarch.h. * gdbarch.h: Re-generate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 0259fcd..6dbb9d5 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -40,6 +40,7 @@
#include "dis-asm.h"
#include "gdb_obstack.h"
#include "infrun.h"
+#include "osabi.h"
struct floatformat;
struct ui_file;