On Sat, Jun 13, 2020 at 10:29:27AM -0400, y2s1982 via Gcc-patches wrote:
> This patch adds a partial omp-tools.h from OpenMP which describes function
> prototypes and data types used for OMPD.
>
> All feedback has been addressed.
>
> 2020-06-13 Tony Sim
>
> libgomp/ChangeLog:
>
> * Mak
This patch adds a partial omp-tools.h from OpenMP which describes function
prototypes and data types used for OMPD.
All feedback has been addressed.
2020-06-13 Tony Sim
libgomp/ChangeLog:
* Makefile.am (nodist_libsubinclude_HEADERS): Add omp-tools.h.
* Makefile.in: Regenerate
On Fri, Jun 12, 2020 at 01:56:05PM -0400, y2s1982 wrote:
> This patch adds partial omp-tools.h continaing OMPD-specific functions and
> data types.
>
> 2020-06-12 Tony Sim
You'll need two spaces before < for the script to recognize it as ChangeLog
snippet start (though, it will recognize just
This patch adds partial omp-tools.h continaing OMPD-specific functions and data
types.
2020-06-12 Tony Sim
libgomp/ChangeLog:
* omp-tools.h: New file
---
libgomp/omp-tools.h | 278
1 file changed, 278 insertions(+)
create mode 100644 lib