[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.8.4

--- Comment #5 from Richard Biener rguenth at gcc dot gnu.org ---
Fixed.


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org ---
Since we didn't backport the actual ABI change to the branches, only the
warning, I think it would be consistent to use something like this on the
branches:

#define rs6000_special_adjust_field_align_p(FIELD, COMPUTED) \
  (TARGET_ALTIVEC  TREE_CODE (TREE_TYPE (FIELD)) == VECTOR_TYPE)

rather than the #define ... 0 that is appropriate for mainline.


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #7 from Ulrich Weigand uweigand at gcc dot gnu.org ---
Author: uweigand
Date: Mon Jul 28 14:32:13 2014
New Revision: 213127

URL: https://gcc.gnu.org/viewcvs?rev=213127root=gccview=rev
Log:
PR libobjc/61920
* encoding.c (rs6000_special_adjust_field_align_p): Use definition
that matches the 4.9 branch ABI.

Modified:
branches/gcc-4_9-branch/libobjc/ChangeLog
branches/gcc-4_9-branch/libobjc/encoding.c


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #8 from Ulrich Weigand uweigand at gcc dot gnu.org ---
Author: uweigand
Date: Mon Jul 28 14:33:20 2014
New Revision: 213128

URL: https://gcc.gnu.org/viewcvs?rev=213128root=gccview=rev
Log:
PR libobjc/61920
* encoding.c (rs6000_special_adjust_field_align_p): Use definition
that matches the 4.8 branch ABI.

Modified:
branches/gcc-4_8-branch/libobjc/ChangeLog
branches/gcc-4_8-branch/libobjc/encoding.c


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #2 from Matthias Klose doko at gcc dot gnu.org ---
Author: doko
Date: Sun Jul 27 13:15:17 2014
New Revision: 213097

URL: https://gcc.gnu.org/viewcvs?rev=213097root=gccview=rev
Log:
2014-07-27  Alan Modra  amo...@gmail.com
Matthias Klose  d...@ubuntu.com

PR libobjc/61920

* encoding.c: Define rs6000_special_adjust_field_align_p.

Modified:
trunk/libobjc/ChangeLog
trunk/libobjc/encoding.c


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #3 from Matthias Klose doko at gcc dot gnu.org ---
Author: doko
Date: Sun Jul 27 13:18:15 2014
New Revision: 213099

URL: https://gcc.gnu.org/viewcvs?rev=213099root=gccview=rev
Log:
2014-07-27  Alan Modra  amo...@gmail.com
Matthias Klose  d...@ubuntu.com

PR libobjc/61920

* encoding.c: Define rs6000_special_adjust_field_align_p.

Modified:
branches/gcc-4_9-branch/libobjc/ChangeLog
branches/gcc-4_9-branch/libobjc/encoding.c


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #4 from Matthias Klose doko at gcc dot gnu.org ---
Author: doko
Date: Sun Jul 27 13:19:21 2014
New Revision: 213100

URL: https://gcc.gnu.org/viewcvs?rev=213100root=gccview=rev
Log:
2014-07-27  Alan Modra  amo...@gmail.com
Matthias Klose  d...@ubuntu.com

PR libobjc/61920

* encoding.c: Define rs6000_special_adjust_field_align_p.

Modified:
branches/gcc-4_8-branch/libobjc/ChangeLog
branches/gcc-4_8-branch/libobjc/encoding.c


[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920

--- Comment #1 from Matthias Klose doko at gcc dot gnu.org ---
PR24775 is about libobjc not including GCC's target headers