]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/mac-binutils.r
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / binutils / mac-binutils.r
1 /* Resources for GNU binutils. */
2
3 #include "SysTypes.r"
4
5 /* Version resources. */
6
7 resource 'vers' (1) {
8 0,
9 0,
10 0,
11 0,
12 verUs,
13 VERSION_STRING,
14 VERSION_STRING " (C) 1986-95 FSF, Inc."
15 };
16
17 resource 'vers' (2, purgeable) {
18 0,
19 0,
20 0,
21 0,
22 verUs,
23 VERSION_STRING,
24 "binutils " VERSION_STRING " for MPW"
25 };
26
27 #ifdef WANT_CFRG
28
29 #include "CodeFragmentTypes.r"
30
31 resource '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 */