diff options
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 9b8273a..8cf7429 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -194,6 +194,7 @@ static CONST struct aout_backend_data MY(backend_data) = { 0, /* text incl header */ 0, /* text vma? */ MY_set_sizes, + 0, /* exec header is counted */ }; #define MY_backend_data &MY(backend_data) #endif @@ -240,7 +241,8 @@ static CONST struct aout_backend_data MY(backend_data) = { #define MY_bfd_debug_info_end bfd_void #endif #ifndef MY_bfd_debug_info_accumulate -#define MY_bfd_debug_info_accumulate (PROTO(void,(*),(bfd*, struct sec *))) bfd_void +#define MY_bfd_debug_info_accumulate \ + (void (*) PARAMS ((bfd*, struct sec *))) bfd_void #endif #ifndef MY_core_file_failing_command |