diff options
author | Alan Modra <amodra@gmail.com> | 2014-07-27 22:45:17 +0930 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2014-07-27 13:15:17 +0000 |
commit | 98b383e49710da94d4f12f4791f079df17b439f5 (patch) | |
tree | d20831ae2803b806996f08416bc07dcd4adb0e3c /libobjc/encoding.c | |
parent | 16640a4e3049dc66a7f64cc7b58e52e7a7b4ce84 (diff) | |
download | gcc-98b383e49710da94d4f12f4791f079df17b439f5.zip gcc-98b383e49710da94d4f12f4791f079df17b439f5.tar.gz gcc-98b383e49710da94d4f12f4791f079df17b439f5.tar.bz2 |
re PR libobjc/61920 (libobjc has undefined symbols on powerpc*-linux-gnu)
2014-07-27 Alan Modra <amodra@gmail.com>
Matthias Klose <doko@ubuntu.com>
PR libobjc/61920
* encoding.c: Define rs6000_special_adjust_field_align_p.
Co-Authored-By: Matthias Klose <doko@ubuntu.com>
From-SVN: r213097
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r-- | libobjc/encoding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c index 7ecc812..a603b8c 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -192,6 +192,7 @@ _darwin_rs6000_special_round_type_align (const char *struc, int comp, int spec) ? MAX (MAX (COMPUTED, SPECIFIED), 64) \ : MAX (COMPUTED, SPECIFIED));}) +#define rs6000_special_adjust_field_align_p(FIELD, COMPUTED) 0 /* Skip a variable name, enclosed in quotes ("). */ static inline |