diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-03-16 16:56:34 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-03-16 16:56:34 -0400 |
commit | fe4b2ee65cfe923fcb25427db884e1d2e90fef6e (patch) | |
tree | c741f01d215e8d38120f89c7908fc295784cfb04 /gdb/gdbarch.h | |
parent | gdb: recognize 64 bits Windows executables as Cygwin osabi (diff) | |
download | binutils-gdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.tar.gz binutils-gdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.tar.bz2 binutils-gdb-fe4b2ee65cfe923fcb25427db884e1d2e90fef6e.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 0259fcdbfd2..6dbb9d571dd 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; |