Re: [gomp4] Add -foffload-abi support for PPC

2015-10-07 Thread David Edelsohn
On Wed, Oct 7, 2015 at 4:02 AM, Thomas Schwinge wrote: > From a quick look at the *_TYPE_SIZE definitions in > gcc/config/rs6000/rs6000.h as well as > , "3-1 > Fundamental Types", and >

Re: [gomp4] Add -foffload-abi support for PPC

2015-10-07 Thread Thomas Schwinge
Hi! rs6000/powerpc port maintainer copied. On Tue, 6 Oct 2015 11:38:04 -0500, James Norris wrote: > The attached patch adds the -foffload-abi option support for PPC. > Only support for the 64-bit ABI has been added. (Yes, only powerpc64le-linux-gnu configurations can be supported.) > Committe

[gomp4] Add -foffload-abi support for PPC

2015-10-06 Thread James Norris
Hi, The attached patch adds the -foffload-abi option support for PPC. Only support for the 64-bit ABI has been added. Committed after regtesting with x86_64 and powerpc64le. Thanks! Jim diff --git a/gcc/ChangeLog.gomp b/gcc/ChangeLog.gomp index a65e652..40326cf 100644 --- a/gcc/ChangeLog.gomp