* configure,configure.in: Add target sparclet.
authorDawn Perchik <dawn@cygnus>
Fri, 28 Jun 1996 14:28:20 +0000 (14:28 +0000)
committerDawn Perchik <dawn@cygnus>
Fri, 28 Jun 1996 14:28:20 +0000 (14:28 +0000)
commitd6ea322fbc99d69b4009efc9fd69ffb0596a3a35
tree14f0c8de08e97784134765bc5647469fd02dd882
parent012be3cec37ed2a7c6e07379404e6354ff06daf9
* configure,configure.in: Add target sparclet.
    * monitor.h,monitor.c:
    Added monitor flags MO_NO_ECHO_ON_SETMEM (don't expect echo on
    setmem command), MO_RUN_FIRST_TIME (if command to start process
    running on target is different from one to continue execution),
    MO_HEX_PREFIX (if addresses from monitor have a "0x" prefix).
    * monitor.c,parse.c,sparc-tdep.c:
    Don't require strings in the registers array.  This is to allow
    NULLs to be place holders in the tm-*.h file so that only minor
    changes are needed when a new processor is introduced (eg, one
    without floating point).
    * sparc-tdep.c: Conditionally remove dependancies on floating point.
    * sparclet-rom.c,config/sparc/sparclet.mt,config/sparc/tm-sparclet.h:
    New files for target sparclet.
    * symfile.c: Add option for 2nd parameter on load command : a load
    offset added to the vma of each section.
gdb/config/sparc/.Sanitize
gdb/config/sparc/sparclet.mt [new file with mode: 0644]
gdb/config/sparc/tm-sparclet.h [new file with mode: 0644]
This page took 0.025152 seconds and 4 git commands to generate.