diff options
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r-- | bfd/ihex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c index ae28959aed3..d2875dce8b8 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -899,7 +899,8 @@ ihex_set_arch_mach (bfd *abfd, /* Get the size of the headers, for the linker. */ static int -ihex_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED, bfd_boolean exec ATTRIBUTE_UNUSED) +ihex_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED, + struct bfd_link_info *info ATTRIBUTE_UNUSED) { return 0; } |