Re: [PATCH] libdebugger: Restrict ARM architecture support

2023-08-04 Thread Cedric Berger
Hello On 04.08.23 07:07, Sebastian Huber wrote: On 04.08.23 00:43, Chris Johns wrote: On 3/8/2023 10:17 pm, Sebastian Huber wrote: Build the arm libdebugger support only for supported ARM architectures. What ARM archs are not supported? At least ARMv7-M and everything with Thumb 1. Is

Re: [PATCH] libdebugger: Restrict ARM architecture support

2023-08-04 Thread Chris Johns
On 4/8/2023 3:07 pm, Sebastian Huber wrote: > On 04.08.23 00:43, Chris Johns wrote: >> On 3/8/2023 10:17 pm, Sebastian Huber wrote: >>> Build the arm libdebugger support only for supported ARM architectures. >> What ARM archs are not supported? > > At least ARMv7-M and everything with Thumb 1. >

Re: [PATCH] libdebugger: Restrict ARM architecture support

2023-08-03 Thread Sebastian Huber
On 04.08.23 00:43, Chris Johns wrote: On 3/8/2023 10:17 pm, Sebastian Huber wrote: Build the arm libdebugger support only for supported ARM architectures. What ARM archs are not supported? At least ARMv7-M and everything with Thumb 1. This fixes assembler errors at -O0. How does it fix

Re: [PATCH] libdebugger: Restrict ARM architecture support

2023-08-03 Thread Chris Johns
On 3/8/2023 10:17 pm, Sebastian Huber wrote: > Build the arm libdebugger support only for supported ARM architectures. What ARM archs are not supported? > This fixes assembler errors at -O0. How does it fix the assembler errors? Chris ___ devel

[PATCH] libdebugger: Restrict ARM architecture support

2023-08-03 Thread Sebastian Huber
Build the arm libdebugger support only for supported ARM architectures. This fixes assembler errors at -O0. Close #4939. --- cpukit/libdebugger/rtems-debugger-arm.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git