[PATCH v2 0/1] newlib01: Check exit procs for global FILE obj

2022-03-28 Thread Matthew Joyce
From: Matt Joyce v2 removes some duplicate code and unnecessary asserts. Matt Joyce (1): newlib01: Added test of exit procedures for global FILE object testsuites/libtests/newlib01/init.c | 110 ++-- 1 file changed, 88 insertions(+), 22 deletions(-) -- 2.31.1 _

[PATCH v2 1/1] newlib01: Check exit procs for global FILE obj

2022-03-28 Thread Matthew Joyce
From: Matt Joyce --- testsuites/libtests/newlib01/init.c | 110 ++-- 1 file changed, 88 insertions(+), 22 deletions(-) diff --git a/testsuites/libtests/newlib01/init.c b/testsuites/libtests/newlib01/init.c index c58154023b..bba187e8e2 100644 --- a/testsuites/libtests/ne

GSoC: Hello World Patch

2022-03-28 Thread Kamlesh Bharodiya
Hi, I would like to participate in the GSoC 2022 Program. I have built and run the Hello World Program. Please find below: (also attaching the patch) commit bdd1ae76926135fbadc7920eefe6a303342e4a19 (HEAD -> master) Author: Kamlesh_Bharodiya Date: Sun Mar 27 22:22:47 2022 +0530 [GSoC Entry] Mo

Re: GSoC: Hello World Patch

2022-03-28 Thread Joel Sherrill
Looks good. Email (or send it to me on Discord) a screenshot in gdb with that program. Then add yourself to https://devel.rtems.org/wiki/GSoC/2022 Feel free to discuss any projects you are interested in here or Discord. On Mon, Mar 28, 2022 at 1:10 PM Kamlesh Bharodiya wrote: > Hi, > > I woul

Re: [PATCH v2 1/1] newlib01: Check exit procs for global FILE obj

2022-03-28 Thread Joel Sherrill
I don't see anything obviously wrong but I don't have any idea what the test is actually trying to exercise. How about some comments and is there a doc file in this test directory that needs updating? --joel On Mon, Mar 28, 2022 at 4:04 AM Matthew Joyce < matthew.jo...@embedded-brains.de> wrote: