All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] fix elf2flt on m68k
@ 2022-08-10 10:09 Niklas Cassel via buildroot
  2022-08-10 10:09 ` [Buildroot] [PATCH 1/2] package/elf2flt: remove broken patch Niklas Cassel via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Niklas Cassel via buildroot @ 2022-08-10 10:09 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Niklas Cassel, buildroot

Hello buildroot folks,

This series fixes a segfault at link time on m68k.

With this series, we have bootable m68k and riscv64.

(riscv64 was booting with the previous patch, but we
were simply lucky that we didn't observe the same
segfault there as well.)


Kind regards,
Niklas

Niklas Cassel (2):
  package/elf2flt: remove broken patch
  package/elf2flt: add another .eh_frame section handling patch

 ...3-elf2flt-add-riscv-64-bits-support.patch} |  0
 ...f2flt-fix-.eh_frame-section-handling.patch | 73 ------------------
 ...2flt-create-a-common-helper-function.patch | 76 +++++++++++++++++++
 ...l-error-regression-on-m68k-and-riscv.patch | 72 ++++++++++++++++++
 4 files changed, 148 insertions(+), 73 deletions(-)
 rename package/elf2flt/{0004-elf2flt-add-riscv-64-bits-support.patch => 0003-elf2flt-add-riscv-64-bits-support.patch} (100%)
 delete mode 100644 package/elf2flt/0003-elf2flt-fix-.eh_frame-section-handling.patch
 create mode 100644 package/elf2flt/0004-elf2flt-create-a-common-helper-function.patch
 create mode 100644 package/elf2flt/0005-elf2flt-fix-fatal-error-regression-on-m68k-and-riscv.patch

-- 
2.37.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-11  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 10:09 [Buildroot] [PATCH 0/2] fix elf2flt on m68k Niklas Cassel via buildroot
2022-08-10 10:09 ` [Buildroot] [PATCH 1/2] package/elf2flt: remove broken patch Niklas Cassel via buildroot
2022-08-10 10:09 ` [Buildroot] [PATCH 2/2] package/elf2flt: add another .eh_frame section handling patch Niklas Cassel via buildroot
2022-08-10 23:38 ` [Buildroot] [PATCH 0/2] fix elf2flt on m68k Waldemar Brodkorb
2022-08-11  8:04   ` Niklas Cassel via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.