emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66259: closed ([PATCH 0/4] gnu: sdcc: Update to 4.3.0; other improve


From: GNU bug Tracking System
Subject: bug#66259: closed ([PATCH 0/4] gnu: sdcc: Update to 4.3.0; other improvements.)
Date: Sat, 30 Sep 2023 10:09:02 +0000

Your message dated Sat, 30 Sep 2023 11:07:46 +0100
with message-id <87ttrc7z3l.fsf@cbaines.net>
and subject line Re: [bug#66259] [PATCH 0/4] gnu: sdcc: Update to 4.3.0; other 
improvements.
has caused the debbugs.gnu.org bug report #66259,
regarding [PATCH 0/4] gnu: sdcc: Update to 4.3.0; other improvements.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66259: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66259
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/4] gnu: sdcc: Update to 4.3.0; other improvements. Date: Thu, 28 Sep 2023 16:11:54 -0400
This patch series updates SDCC, a C compiler suite that targets a number of
8-bit microcontroller families, to version 4.3.0.

It also tries to improve the package by

- Updating and gently reformatting its definition; and

- Embedding a reference to the MCS-51 simulator from the ucsim package, which
  is invoked by SDCC's debugger and should therefore always be present
  alongside it.  (Previously the debugger, sdcdb, would always fail with an
  error message if the user hadn't also installed μCsim.)

I've tested these changes on AArch64 and x86-64 and all appears well.  (I
_have_ seen some intermittent build failures on x86-64, but I'm assuming for
the moment this is something specific to my machine.)

--
Simon South
simon@simonsouth.net


Simon South (4):
  gnu: sdcc: Update package style.
  gnu: sdcc: Adjust format.
  gnu: sdcc: Embed absolute reference to μCsim.
  gnu: sdcc: Update to 4.3.0.

 gnu/packages/embedded.scm                     |  74 ++--
 .../patches/sdcc-disable-non-free-code.patch  | 364 ++++++++++--------
 2 files changed, 240 insertions(+), 198 deletions(-)


base-commit: 3963fa1a465708690cd1554d911613f1c92f5eef
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66259] [PATCH 0/4] gnu: sdcc: Update to 4.3.0; other improvements. Date: Sat, 30 Sep 2023 11:07:46 +0100 User-agent: mu4e 1.10.5; emacs 28.2
Simon South <simon@simonsouth.net> writes:

> This patch series updates SDCC, a C compiler suite that targets a number of
> 8-bit microcontroller families, to version 4.3.0.
>
> It also tries to improve the package by
>
> - Updating and gently reformatting its definition; and
>
> - Embedding a reference to the MCS-51 simulator from the ucsim package, which
>   is invoked by SDCC's debugger and should therefore always be present
>   alongside it.  (Previously the debugger, sdcdb, would always fail with an
>   error message if the user hadn't also installed μCsim.)
>
> I've tested these changes on AArch64 and x86-64 and all appears well.  (I
> _have_ seen some intermittent build failures on x86-64, but I'm assuming for
> the moment this is something specific to my machine.)

Thanks Simon, these patches look great. I've pushed them to master as
ee5de9cdf2e9d914638fcac8b5f25bdddfb73dfc.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]