This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [hsa] HSA: support for direct function call is introduced.


Martin,

> gcc/c-family/ChangeLog:
> 
> 2014-12-05  Martin Liska  <mliska@suse.cz>
> 
> 	* c-common.c: New 'hsafunc' attribute is added.
>
> 2014-12-05  Martin Liska  <mliska@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  <mliska@suse.cz>

        * c-common.c: Add 'hsafunc' attribute.


2014-12-05  Martin Liska  <mliska@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]