diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-02-07 03:01:16 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-02-07 03:01:16 +0000 |
commit | 9c4ecee67e757ea0c5ec3810522ab7fafe92fd51 (patch) | |
tree | 1b20bbebdeb74f21701502c707f7f7593db70015 /gdb/arc-tdep.c | |
parent | ddc0c38d2f44f23236010bdd7ca08d6f22fd5383 (diff) | |
download | gdb-9c4ecee67e757ea0c5ec3810522ab7fafe92fd51.zip gdb-9c4ecee67e757ea0c5ec3810522ab7fafe92fd51.tar.gz gdb-9c4ecee67e757ea0c5ec3810522ab7fafe92fd51.tar.bz2 |
* i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
line, so init.c generation works correctly.
start-sanitize-arc
* arc-tdep.c (_initialize_arc_tdep): Ditto.
end-sanitize-arc
Diffstat (limited to 'gdb/arc-tdep.c')
-rw-r--r-- | gdb/arc-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arc-tdep.c b/gdb/arc-tdep.c index 8bea234..385a4ca 100644 --- a/gdb/arc-tdep.c +++ b/gdb/arc-tdep.c @@ -355,7 +355,8 @@ get_longjmp_target(pc) } #endif /* GET_LONGJMP_TARGET */ -void _initialize_arc_tdep () +void +_initialize_arc_tdep () { tm_print_insn = print_insn_arc; } |