diff options
Diffstat (limited to 'bfd/aoutf1.h')
-rw-r--r-- | bfd/aoutf1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h index 8f4906c..e7aa1ed 100644 --- a/bfd/aoutf1.h +++ b/bfd/aoutf1.h @@ -574,7 +574,7 @@ DEFUN (sunos4_set_sizes, (abfd), } static CONST struct aout_backend_data sunos4_aout_backend = { - 0, 1, 0, sunos4_set_sizes, + 0, 1, 0, sunos4_set_sizes, 0, }; #define MY_core_file_failing_command sunos4_core_file_failing_command |