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
2 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue