diff options
Diffstat (limited to 'gdb/objfile-flags.h')
-rw-r--r-- | gdb/objfile-flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfile-flags.h b/gdb/objfile-flags.h index aeaa8fb..6f5760d 100644 --- a/gdb/objfile-flags.h +++ b/gdb/objfile-flags.h @@ -25,7 +25,7 @@ /* Defines for the objfile flags field. Defined in a separate file to break circular header dependencies. */ -enum objfile_flag +enum objfile_flag : unsigned { /* When an object file has its functions reordered (currently Irix-5.2 shared libraries exhibit this behaviour), we will need |