Re: [PATCH] cpukit/libdl: AARCH64 unwind uses DWARF 2 tables

2023-08-12 Thread Kinsey Moore
This looks good to me. Thanks, Kinsey On Sat, Aug 12, 2023 at 1:37 AM wrote: > From: Chris Johns > > Closes #4943 > --- > cpukit/libdl/rtl-mdreloc-aarch64.c | 17 + > spec/build/cpukit/objdlaarch64.yml | 1 - > 2 files changed, 17 insertions(+), 1 deletion(-) > > diff --git a

Re: [PATCH] build: Make gzip archives reproducible

2023-08-12 Thread Joel Sherrill
This looks ok. Piling on Chris' comments about where is the requirement for this. This is a topic which must be addressed in the Software Engineering Guide and accepted before it can be put into practices. A software development process of any quality cannot be changed on a whim without discussion

Defining BSP_SHARED_HANDLER_SUPPORT

2023-08-12 Thread Joel Sherrill
Hi Some BSPs define this in bsp.h or irq.h or similar. I see redefinition warnings on psim. Where should this be defined? bsps]$ grep -r BSP_SHARED_HANDLER_SUPPORT | grep define i386/include/bsp/irq.h:#define BSP_SHARED_HANDLER_SUPPORT 1 mips/csb350/include/bsp.h:#define BSP_SHARED_HANDLER_S

[PATCH] build: Make gzip archives reproducible

2023-08-12 Thread Sebastian Huber
--- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 4baf701c27..e0e38e67bb 100755 --- a/wscript +++ b/wscript @@ -465,7 +465,7 @@ class Item(object): def gzip(self, bld, source): target = source + ".gz" -bld(rule="${GZIP}