]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/mac-binutils.r
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / binutils / mac-binutils.r
CommitLineData
d1e46898
SS
1/* Resources for GNU binutils. */
2
3#include "SysTypes.r"
4
5/* Version resources. */
6
7resource 'vers' (1) {
8 0,
9 0,
10 0,
11 0,
12 verUs,
13 VERSION_STRING,
f44f7614 14 VERSION_STRING " (C) 1986-95 FSF, Inc."
d1e46898
SS
15};
16
17resource 'vers' (2, purgeable) {
18 0,
19 0,
20 0,
21 0,
22 verUs,
23 VERSION_STRING,
f44f7614 24 "binutils " VERSION_STRING " for MPW"
d1e46898
SS
25};
26
27#ifdef WANT_CFRG
28
29#include "CodeFragmentTypes.r"
30
31resource 'cfrg' (0) {
32 {
33 kPowerPC,
34 kFullLib,
35 kNoVersionNum, kNoVersionNum,
36 0,0,
37 kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
38 PROG_NAME
39 }
40};
41
42#endif /* WANT_CFRG */