Martin, > gcc/c-family/ChangeLog: > > 2014-12-05 Martin Liska <mli...@suse.cz> > > * c-common.c: New 'hsafunc' attribute is added. > > 2014-12-05 Martin Liska <mli...@suse.cz> > > * hsa-brig.c (struct function_linkage_pair): New data structure. > (hsa_brig_section::get_ptr_by_offset): New function. > (emit_directive_variable): Linkage is retrieved by symbol. > (emit_function_directives): Emitted function is added to map > with offsets.
Would you mind writing ChangeLog entries in the standard form, please? 2014-12-05 Martin Liska <mli...@suse.cz> * c-common.c: Add 'hsafunc' attribute. 2014-12-05 Martin Liska <mli...@suse.cz> * hsa-brig.c (struct function_linkage_pair): New data structure. (hsa_brig_section::get_ptr_by_offset): New function. (emit_directive_variable): Retrieve the linkage by symbol. (emit_function_directives): Add emitted function to map with offsets. Entries must (generally) start with either "New", "Likewise" or a verb. -- Eric Botcazou