aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/vr4300.mt
AgeCommit message (Collapse)AuthorFilesLines
2003-06-012003-06-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-5/+0
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*, mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*, mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*, mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*, mips*-*-riscos* and mips*-*-sysv* onto mips. * config/mips/mips64.mt: New file. * config/mips/mips.mt: New file. * config/mips/littlemips.mt: Delete file. * config/mips/decstation.mt: Delete file. * config/mips/vr4300el.mt: Delete file. * config/mips/vr5000el.mt: Delete file. * config/mips/vr5000.mt: Delete file. * config/mips/vr4100.mt: Delete file. * config/mips/vr4xxxel.mt: Delete file. * config/mips/vr4300.mt: Delete file. * config/mips/vr4xxx.mt: Delete file. * config/mips/bigmips.mt: Delete file. * config/mips/bigmips64.mt: Delete file. * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h". * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h". * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h" * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h". * config/mips/tm-tx39.h: Include "tm-mips.h" instead of "tm-bigmips.h". * config/mips/tm-irix3.h: Ditto. * config/mips/tm-mipsv4.h: Ditto. * config/mips/tm-embed.h: Ditto. * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of "tm-bigmips64.h". * config/mips/tm-vr5000el.h: Delete file. * config/mips/tm-tx39l.h: Delete file. * config/mips/tm-vr4300el.h: Delete file. * config/mips/tm-vr4xxxel.h: Delete file. * config/mips/tm-vr4300.h: Delete file. * config/mips/tm-vr4100.h: Delete file. * config/mips/tm-vr4xxx.h: Delete file. * config/mips/tm-vr5000.h: Delete file. * config/mips/tm-embedl64.h: Delete file. * config/mips/tm-embedl.h: Delete file. * config/mips/tm-embed64.h: Delete file. * config/mips/tm-bigmips64.h: Delete file. * config/mips/tm-bigmips.h: Delete file.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+5
1999-04-16Initial creation of sourceware repositoryStan Shebs1-5/+0
1997-04-22 * config/alpha/alpha-osf3.mh config/i386/{i386gnu linux}.mhStu Grossman1-1/+1
config/mips/{embed embed64 embedl embedl64 vr4300 vr4300el vr5000 vr5000el}.mt config/powerpc/{aix aix4}.mh config/rs6000/{aix aix4}.mh config/sh/sh.mt config/sparc/sp64sim.mt: start-sanitize-v850 config/v850/v850.mt: end-sanitize-v850 Remove -lm. That's now handled by configure.
1996-08-16Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-1/+1
* config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when simulator is included.
1995-11-08* config/mips/vr4300.mt: Added simulator to default VR4300 build.Jackie Smith Cashion1-0/+2
NOTE: Only the BigEndian build has the simulator included, because a LittleEndian simulator is not constructed at the moment (it should work, but has not been tested fully).
1995-09-01Ideally the "remote-mips.c" prompt spotting code should be updated toJackie Smith Cashion1-0/+3
spot different prompts at run-time, so as to avoid having target specific versions of gdb. This is a pending TODO. Fri Sep 1 08:25:50 1995 James G. Smith <jsmith@beauty.cygnus.com> * configure (mips64*vr4300*-*-elf): Support added. * remote-mips.c (mips_readchar): Change to allow build-time prompt string. * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT. * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h, tm-vr4300el.h}: Added.