mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 00:31:26 +08:00
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
This commit is contained in:
parent
16640a4e30
commit
98b383e497
libobjc
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
Update copyright years
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user