Re: [PATCH 1/2] HSA: support alignment for hsa_symbols (PR hsa/70391)

2016-03-31 Thread Martin Liška
ch I'm going to install. Martin >From 9a6ab745a88b5d40d1c1523e75dff00d4fe2ed74 Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 22 Mar 2016 15:51:53 +0100 Subject: [PATCH 1/2] HSA: support alignment for hsa_symbols (PR hsa/70391) gcc/ChangeLog: 2016-03-23 Martin Liska PR hsa/70391 * hsa-brig.c (emit_directive_vari

Re: [PATCH 1/2] HSA: support alignment for hsa_symbols (PR hsa/70391)

2016-03-31 Thread Martin Jambor
Hi, this is OK with one small adjustments in a comment: On Tue, Mar 22, 2016 at 03:51:53PM +0100, Martin Liska wrote: > gcc/ChangeLog: > > 2016-03-23 Martin Liska > > PR hsa/70391 > * hsa-brig.c (emit_directive_variable): Emit alignment > according to hsa_symbol::m_align. >

[PATCH 1/2] HSA: support alignment for hsa_symbols (PR hsa/70391)

2016-03-31 Thread marxin
gcc/ChangeLog: 2016-03-23 Martin Liska PR hsa/70391 * hsa-brig.c (emit_directive_variable): Emit alignment according to hsa_symbol::m_align. * hsa-dump.c (hsa_byte_alignment): Move the function to another file. (dump_hsa_symbol): Dump alignment o