aboutsummaryrefslogtreecommitdiff
path: root/gdb/m32r-rom.c
AgeCommit message (Collapse)AuthorFilesLines
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