[gdb/doc] Explain that there's always a thread
[deliverable/binutils-gdb.git] / bfd / riscix.c
index a1f6401426d3b588748e6b9cfed9a842aa6ac34d..fb780e2e7614d0ff8497bde56f05091707de34f3 100644 (file)
 
 #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);                         \
This page took 0.023745 seconds and 4 git commands to generate.