diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 6e66a8e..4dc6a0a 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -366,7 +366,7 @@ build_objfile_section_table (struct objfile *objfile) simply copied through to the new objfile flags member. */ struct objfile * -allocate_objfile (bfd *abfd, const char *name, int flags) +allocate_objfile (bfd *abfd, const char *name, objfile_flags flags) { struct objfile *objfile; char *expanded_name; |