aboutsummaryrefslogtreecommitdiff
path: root/gdb/m32r-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2003-02-042003-02-04 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1718/+1718
* NEWS: Note that the m32r-*-elf* is obsolete. * monitor.c (monitor_expect): Obsolete reference to m32r. * configure.tgt: Mark m32r-*-elf* as obsolete. * MAINTAINERS: Mark m32k as obsolete. * m32r-rom.c: Obsolete file. * config/m32r/m32r.mt: Obsolete file. * config/m32r/tm-m32r.h: Obsolete file. * m32r-stub.c: Obsolete file. * m32r-tdep.c: Obsolete file.
2002-10-042002-10-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+10
* m32r-stub.c (handle_exception): Make sure exception is "trap" before treating it as a single-step event.
2002-09-172002-09-17 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+1
* mips-stub.c (restore_and_return): Postpone restoring of PSW. RTE will take care of it.
2000-07-30Protoization.Kevin Buettner1-66/+28
2000-02-09From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.cAndrew Cagney1-1/+1
(handle_exception): Return E01 instead of P01 when 'P' command fails.
1999-09-28import gdb-1999-09-28 snapshotJason Molenda1-1/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-4/+4
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-65/+71
1999-08-23import gdb-1999-08-23 snapshotJason Molenda1-4/+0
1999-04-26import gdb-19990422 snapshotStan Shebs1-4/+66
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1685
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1621/+0
1999-01-311999-01-31 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs1-0/+1621
* i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c, sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar to include explicit void return type as per documentation. Fix up occasions where stubs erroneously checked return type.