mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 23:26:51 +08:00
* addr2line.c (main): Protoype.
* ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* addr2line.c (main): Protoype.
|
||||||
|
* ar.c (main): Protoype.
|
||||||
|
* nm.c (main): Protoype.
|
||||||
|
* objcopy.c (main): Protoype.
|
||||||
|
* objdump.c (main): Protoype.
|
||||||
|
* size.c (main): Protoype.
|
||||||
|
* strings.c (main): Protoype.
|
||||||
|
|
||||||
2001-12-17 Alan Modra <amodra@bigpond.net.au>
|
2001-12-17 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* readelf.c (symtab_shndx_hdr): New global.
|
* readelf.c (symtab_shndx_hdr): New global.
|
||||||
|
@ -263,6 +263,8 @@ process_file (filename, target)
|
|||||||
bfd_close (abfd);
|
bfd_close (abfd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -358,6 +358,8 @@ remove_output ()
|
|||||||
/* The option parsing should be in its own function.
|
/* The option parsing should be in its own function.
|
||||||
It will be when I have getopt working. */
|
It will be when I have getopt working. */
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -394,6 +394,8 @@ set_output_format (f)
|
|||||||
format = &formats[i];
|
format = &formats[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -2602,6 +2602,8 @@ copy_main (argc, argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -2738,6 +2738,8 @@ display_info ()
|
|||||||
display_target_tables ();
|
display_target_tables ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -102,6 +102,8 @@ struct option long_options[] =
|
|||||||
{0, no_argument, 0, 0}
|
{0, no_argument, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -150,6 +150,8 @@ static void usage PARAMS ((FILE *stream, int status));
|
|||||||
static long get_char PARAMS ((FILE *stream, file_off *address,
|
static long get_char PARAMS ((FILE *stream, file_off *address,
|
||||||
int *magiccount, char **magic));
|
int *magiccount, char **magic));
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* gasp.c (main): Protoype.
|
||||||
|
|
||||||
2001-12-17 Richard Henderson <rth@redhat.com>
|
2001-12-17 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
|
* config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
|
||||||
|
@ -3537,6 +3537,8 @@ show_help ()
|
|||||||
show_usage (stdout, 0);
|
show_usage (stdout, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main PARAMS ((int, char **));
|
||||||
|
|
||||||
int
|
int
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
|
Reference in New Issue
Block a user