diff options
Diffstat (limited to 'bfd/i386lynx.c')
-rw-r--r-- | bfd/i386lynx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/i386lynx.c b/bfd/i386lynx.c index 91cac43..2c8b3b4 100644 --- a/bfd/i386lynx.c +++ b/bfd/i386lynx.c @@ -36,10 +36,8 @@ #ifndef WRITE_HEADERS #define WRITE_HEADERS(abfd, execp) \ { \ - bfd_size_type text_size; /* dummy vars */ \ - file_ptr text_end; \ if (adata(abfd).magic == undecided_magic) \ - NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \ + NAME(aout,adjust_sizes_and_vmas) (abfd); \ \ execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ execp->a_entry = bfd_get_start_address (abfd); \ |