aboutsummaryrefslogtreecommitdiff
path: root/gdb/m32r-rom.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-012003-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-6/+8
* NEWS: Mention that m32r is multi-arch. From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>: * configure.tgt: Recognize m32r-*-*. * config/m32r/tm-m32r.h: Delete file. * config/m32r/m32r.mt: New file. * m32r-rom.c (m32r_upload_command): Use hostent only when gethostname succeeds, in order to avoid a compilation warning. * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a compiler warning.
2003-07-272003-07-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-22/+24
Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>: * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style - operator at start and not end of line. (decode_prologue): Ditto. (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use frame_unwind_register_unsigned instead of frame_unwind_unsigned_register. (m32r_read_pc): Use regcache_cooked_read_unsigned instead of read_register. (m32r_push_dummy_call): Use register_size instead of REGISTER_RAW_SIZE. (m32r_frame_sniffer): Replace m32r_frame_p. (m32r_gdbarch_init): Call frame_unwind_append_sniffer. * m32r-rom.c (report_transfer_performance): Delete extern declaration. (m32r_load, m32r_upload_command): Use print_transfer_performance instead of report_transfer_performance. (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd / add_show_from_set.
2003-07-212003-07-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-626/+635
From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>: * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
2003-02-042003-02-04 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-626/+626
* 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.
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-8/+0
* utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-4/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-0/+1
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-3/+3
2000-12-02* m32r-rom.c (m32r_load_section): Update to matchAndrew Cagney1-1/+2
bfd_map_over_sections's ``func'' arg.
2000-07-30Protoization.Kevin Buettner1-36/+12
2000-05-28PARAMS removal.Kevin Buettner1-3/+3
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-2/+3
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-175/+177
1999-04-26import gdb-19990422 snapshotStan Shebs1-6/+10
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+650
1999-04-16Initial creation of sourceware repositoryStan Shebs1-563/+0
1997-02-03Mon Feb 3 11:06:05 1997 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+563
* m32r-stub.c: New -- remote protocol support for M32R cpu. * m32r-rom.c: Several experiments with improved download time. * .Sanitize: Add entry for m32r-stub.c