diff options
author | Mark Eichin <eichin@cygnus> | 1992-10-09 02:41:30 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1992-10-09 02:41:30 +0000 |
commit | 7f90aa8b1864f9e4f4d95cc1912b4a9c188ff219 (patch) | |
tree | 3d2007efac0e8b147fc657f7c1e76e35195d9c6d /bfd/aoutf1.h | |
parent | 23ab00aadf1a31461022d12294e6ec6f7404e0ba (diff) | |
download | gdb-7f90aa8b1864f9e4f4d95cc1912b4a9c188ff219.zip gdb-7f90aa8b1864f9e4f4d95cc1912b4a9c188ff219.tar.gz gdb-7f90aa8b1864f9e4f4d95cc1912b4a9c188ff219.tar.bz2 |
Linker now works for go32; other changes keep it from breaking the other
platforms (new backend_data "exec_header_not_counted") (from p3.)
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 |