Protoization.
This commit is contained in:
parent
0ab7df8a89
commit
3ed9691ff4
@ -1,3 +1,10 @@
|
|||||||
|
2000-11-01 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* symm-nat.c (print_1167_regs): Remove extraneous blank line
|
||||||
|
after function declarator.
|
||||||
|
* symtab.c (search_symbols): Likewise.
|
||||||
|
* ultra3-nat.c (fetch_core_registers): Protoize.
|
||||||
|
|
||||||
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
|
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||||
|
|
||||||
* config/sh/tm-linux.h: New file. Include generic tm-linux.h,
|
* config/sh/tm-linux.h: New file. Include generic tm-linux.h,
|
||||||
|
@ -314,7 +314,6 @@ print_1167_control_word (unsigned int pcr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_1167_regs (long regs[FPA_NREGS])
|
print_1167_regs (long regs[FPA_NREGS])
|
||||||
|
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
@ -3535,7 +3535,6 @@ make_cleanup_free_search_symbols (struct symbol_search *symbols)
|
|||||||
void
|
void
|
||||||
search_symbols (char *regexp, namespace_enum kind, int nfiles, char *files[],
|
search_symbols (char *regexp, namespace_enum kind, int nfiles, char *files[],
|
||||||
struct symbol_search **matches)
|
struct symbol_search **matches)
|
||||||
|
|
||||||
{
|
{
|
||||||
register struct symtab *s;
|
register struct symtab *s;
|
||||||
register struct partial_symtab *ps;
|
register struct partial_symtab *ps;
|
||||||
|
@ -254,14 +254,13 @@ fetch_register (int regno)
|
|||||||
/*
|
/*
|
||||||
* Read AMD's Binary Compatibilty Standard conforming core file.
|
* Read AMD's Binary Compatibilty Standard conforming core file.
|
||||||
* struct ptrace_user is the first thing in the core file
|
* struct ptrace_user is the first thing in the core file
|
||||||
|
*
|
||||||
|
* CORE_REG_SECT, CORE_REG_SIZE, WHICH, and REG_ADDR are all ignored.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
|
fetch_core_registers (char *core_reg_sect, unsigned core_reg_size,
|
||||||
char *core_reg_sect; /* Unused in this version */
|
int which, CORE_ADDR reg_addr)
|
||||||
unsigned core_reg_size; /* Unused in this version */
|
|
||||||
int which; /* Unused in this version */
|
|
||||||
CORE_ADDR reg_addr; /* Unused in this version */
|
|
||||||
{
|
{
|
||||||
register int regno;
|
register int regno;
|
||||||
int val;
|
int val;
|
||||||
|
Loading…
Reference in New Issue
Block a user