diff options
Diffstat (limited to 'bfd/irix-core.c')
-rw-r--r-- | bfd/irix-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/irix-core.c b/bfd/irix-core.c index dd7214cad07..9dcc46535ae 100644 --- a/bfd/irix-core.c +++ b/bfd/irix-core.c @@ -279,7 +279,7 @@ swap_abort(void) #define NO_PUT64 ((void (*) (bfd_uint64_t, void *)) swap_abort) #define NO_GETS64 ((bfd_int64_t (*) (const void *)) swap_abort) -const bfd_target irix_core_vec = +const bfd_target core_irix_vec = { "irix-core", bfd_target_unknown_flavour, |