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 | |
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
-rw-r--r-- | gdb/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/arc-tdep.c | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c39152a..adeefe9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com> + + * 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 + Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com> * config/mips/idt.mt: Add support for the lsi33k target. @@ -8,6 +16,7 @@ Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com> start-sanitize-gdbtk Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdbtk.c (gdb_disassemble): Deference pointer to function before calling it (pre-ANSI compilers generally require this). end-sanitize-gdbtk 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; } |