diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-14 01:00:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-14 01:00:17 +0000 |
commit | a2905ef89ea74a07b7f68a92f700a6e899a3b18a (patch) | |
tree | 8c48905070ade30249b74d8e24f34ec66ee62e46 /gdb/config/m68k/.Sanitize | |
parent | 9529275a9119e5572a5c279885e94f6b3fa1690d (diff) | |
download | gdb-a2905ef89ea74a07b7f68a92f700a6e899a3b18a.zip gdb-a2905ef89ea74a07b7f68a92f700a6e899a3b18a.tar.gz gdb-a2905ef89ea74a07b7f68a92f700a6e899a3b18a.tar.bz2 |
* config/m68k/xm-mpw.h (spin.h): Include.
(ALMOST_STDC): Only define if MPW_C.
* config/m68k/tm-mac.h: New file, Mac target definitions.
Diffstat (limited to 'gdb/config/m68k/.Sanitize')
-rw-r--r-- | gdb/config/m68k/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/.Sanitize b/gdb/config/m68k/.Sanitize index e713eb7..4341d19 100644 --- a/gdb/config/m68k/.Sanitize +++ b/gdb/config/m68k/.Sanitize @@ -15,7 +15,7 @@ Do-first: -mpw_files="xm-mpw.h" +mpw_files="xm-mpw.h tm-mac.h" if ( echo $* | grep keep\-mpw > /dev/null ) ; then keep_these_too="${mpw_files}" |