Re: [PATCH 2/2] libgomp: Reduce copy and paste for RTEMS

2019-01-08 Thread Jakub Jelinek
On Tue, Jan 08, 2019 at 02:28:35PM +0100, Sebastian Huber wrote: > libgomp/ > > * config/rtems/bar.c: Include "../linux/bar.c" and delete copy > and paste code. > libgomp/config/rtems/bar.c | 183 > + > 1 file changed, 2 insertions(+), 181

[PATCH 2/2] libgomp: Reduce copy and paste for RTEMS

2019-01-08 Thread Sebastian Huber
libgomp/ * config/rtems/bar.c: Include "../linux/bar.c" and delete copy and paste code. --- libgomp/config/rtems/bar.c | 183 + 1 file changed, 2 insertions(+), 181 deletions(-) diff --git a/libgomp/config/rtems/bar.c b/libgomp/config/r