forked from Imagelibrary/binutils-gdb
2002-11-21 Andrew Cagney <ac131313@redhat.com>
* filter.c: Re-indent. * filter.h, filter_host.h, gen-engine.c, gen-engine.h: Ditto. * gen-icache.c, gen-icache.h, gen-idecode.c: Ditto. * gen-idecode.h, gen-itable.c, gen-itable.h: Ditto. * gen-model.c, gen-model.h, gen-semantics.c: Ditto. * gen-semantics.h, gen-support.c, gen-support.h: Ditto. * gen.c, gen.h, igen.c, igen.h, ld-cache.c, ld-cache.h: Ditto. * ld-decode.c, ld-decode.h, ld-insn.c, ld-insn.h, lf.c: Ditto. * lf.h, misc.c, misc.h, table.c, table.h: Ditto.
This commit is contained in:
@@ -23,23 +23,16 @@
|
||||
|
||||
|
||||
void print_idecode_issue_function_header
|
||||
(lf *file,
|
||||
const char *processor,
|
||||
function_decl_type decl_type,
|
||||
int nr_prefetched_words);
|
||||
(lf *file,
|
||||
const char *processor,
|
||||
function_decl_type decl_type, int nr_prefetched_words);
|
||||
|
||||
void print_idecode_globals
|
||||
(lf *file);
|
||||
void print_idecode_globals (lf *file);
|
||||
|
||||
void print_idecode_lookups
|
||||
(lf *file,
|
||||
gen_entry *table,
|
||||
cache_entry *cache_rules);
|
||||
(lf *file, gen_entry *table, cache_entry *cache_rules);
|
||||
|
||||
void print_idecode_body
|
||||
(lf *file,
|
||||
gen_entry *table,
|
||||
const char *result);
|
||||
void print_idecode_body (lf *file, gen_entry *table, const char *result);
|
||||
|
||||
|
||||
|
||||
@@ -49,6 +42,4 @@ void print_idecode_body
|
||||
hardware isn't disabled */
|
||||
|
||||
extern void print_idecode_validate
|
||||
(lf *file,
|
||||
insn_entry *instruction,
|
||||
insn_opcodes *opcode_paths);
|
||||
(lf *file, insn_entry * instruction, insn_opcodes *opcode_paths);
|
||||
|
||||
Reference in New Issue
Block a user