gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / gen-aout.c
index b1a59ff1287ec430e469ccd87b473f398685e9dd..cf0a3e943bc3f1b98445ddf947302a4ccf6199e8 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate parameters for an a.out system.
-   Copyright (C) 1990-2014 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 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
@@ -92,9 +92,6 @@ main (int argc, char** argv)
 
 #ifdef vax
   arch = "vax";
-#endif
-#ifdef m68k
-  arch = "m68k";
 #endif
   if (arch[0] == '1')
     {
This page took 0.040926 seconds and 4 git commands to generate.