Hello,
I'd like to have a compound literal exist inside a certain linker
section. However, it doesn't appear to work as I'd like:
#define __stuffdata __attribute__((__section__("stuff")))
const u8 works[] __stuffdata = { 0x1, 0x2, 0x3, 0x4 };
const u8 *breaks = (const u8[] __stuffdata){ 0x1, 0x2,
Oops, forgot to copy the list.
From: Moore, Catherine
Sent: Monday, September 10, 2018 4:20 PM
To: dje@gmail.com
Cc: Schwinge, Thomas ; Philippidis, Cesar
; 'Jakub Jelinek'
Subject: OpenACC maintainership
Hi David,
Following up various conversations that took place at Cauldron over the
we
On 29 August 2018 at 09:11, Ken Faiczak wrote:
> Building the same manner (tools etc) for RH7 and BSD10
>
> * Works fine on linux
>
> * BSD10.3 crashes first time something tries to access what looks
> like the ShadowMemory
>
> * g++ is a cross build (target bsd10, host rh
On Mon, 3 Sep 2018, Gerald Pfeifer wrote:
> PS: There are a few older pages that I'm going to give a bit more
> love and care the coming week or so, and our main page is the only
> one left XHTML for the time being - WIP.
To give you all an update, the number of pages still requiring
some level