forked from Imagelibrary/binutils-gdb
* mn10300-tdep.c (osabi.h): Include.
(mn10300_gdbarch_init): Invoke gdbarch_init_osabi(). * Makefile.in (mn10300-tdep.o): Update dependencies.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "symtab.h"
|
||||
#include "dwarf2-frame.h"
|
||||
#include "regcache.h"
|
||||
#include "osabi.h"
|
||||
|
||||
#include "mn10300-tdep.h"
|
||||
|
||||
@@ -1003,6 +1004,9 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
||||
|
||||
mn10300_frame_unwind_init (gdbarch);
|
||||
|
||||
/* Hook in ABI-specific overrides, if they have been registered. */
|
||||
gdbarch_init_osabi (info, gdbarch);
|
||||
|
||||
return gdbarch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user