diff options
author | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 19:20:58 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 19:20:58 +0000 |
commit | 92e25cf8fd94dadd6bdab7b51069dd4f01626fe5 (patch) | |
tree | 56d2912dd2902a29e0811824f03ff38d35411e81 /binutils/mac-binutils.r | |
parent | 6c71dbc457622f35ea830b9004ea124fd3413812 (diff) | |
download | gdb-92e25cf8fd94dadd6bdab7b51069dd4f01626fe5.zip gdb-92e25cf8fd94dadd6bdab7b51069dd4f01626fe5.tar.gz gdb-92e25cf8fd94dadd6bdab7b51069dd4f01626fe5.tar.bz2 |
* mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
support files, no longer used.
Diffstat (limited to 'binutils/mac-binutils.r')
-rw-r--r-- | binutils/mac-binutils.r | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/binutils/mac-binutils.r b/binutils/mac-binutils.r deleted file mode 100644 index 7b1a303..0000000 --- a/binutils/mac-binutils.r +++ /dev/null @@ -1,42 +0,0 @@ -/* Resources for GNU binutils. */ - -#include "SysTypes.r" - -/* Version resources. */ - -resource 'vers' (1) { - 0, - 0, - 0, - 0, - verUs, - VERSION_STRING, - VERSION_STRING " (C) 1986-95 FSF, Inc." -}; - -resource 'vers' (2, purgeable) { - 0, - 0, - 0, - 0, - verUs, - VERSION_STRING, - "binutils " VERSION_STRING " for MPW" -}; - -#ifdef WANT_CFRG - -#include "CodeFragmentTypes.r" - -resource 'cfrg' (0) { - { - kPowerPC, - kFullLib, - kNoVersionNum, kNoVersionNum, - 0,0, - kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork, - PROG_NAME - } -}; - -#endif /* WANT_CFRG */ |