Regen bfd-in2.h
[deliverable/binutils-gdb.git] / bfd / gen-aout.c
index f7f0edd7845559596da0dfc7b96c329eeb2c0fd0..0eb3bd4f3a627f3bed98c39b7d62dc449cff839e 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate parameters for an a.out system.
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -57,7 +57,7 @@ main (int argc, char** argv)
   fclose (file);
 
 #ifdef N_TXTOFF
-  page_size = N_TXTOFF(my_exec);
+  page_size = N_TXTOFF (&my_exec);
   if (page_size == 0)
     printf ("#define N_HEADER_IN_TEXT(x) 1\n");
   else
This page took 0.02392 seconds and 4 git commands to generate.