diff options
author | John Gilmore <gnu@cygnus> | 1992-09-02 08:04:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-02 08:04:32 +0000 |
commit | e1313d24bc39a7854b88274d2a6700085d2723a4 (patch) | |
tree | 68150dc45325e473666a793e5d3ade24f3b7458f /gdb/config/sparc-un.mt | |
parent | ebb3a1e550d0ac57495d66c5cda81b8d72af91e4 (diff) | |
download | gdb-e1313d24bc39a7854b88274d2a6700085d2723a4.zip gdb-e1313d24bc39a7854b88274d2a6700085d2723a4.tar.gz gdb-e1313d24bc39a7854b88274d2a6700085d2723a4.tar.bz2 |
* config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt,
config/sparc-noun.mt: New target configs for embedded.
* config/sun4os3.{mh,mt}: Remove, never existed in production.
Diffstat (limited to 'gdb/config/sparc-un.mt')
-rw-r--r-- | gdb/config/sparc-un.mt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc-un.mt b/gdb/config/sparc-un.mt new file mode 100644 index 0000000..8bf3d93 --- /dev/null +++ b/gdb/config/sparc-un.mt @@ -0,0 +1,4 @@ +# Target: SPARC using an object file format with leading underbars +# (like a.out) +TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o +TM_FILE= tm-spc-un.h |