Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
On Thu, Jul 1, 2021 at 12:58 PM Joel Sherrill wrote: > > On Thu, Jul 1, 2021 at 1:50 PM Gedare Bloom wrote: > > > > Hello all, > > > > The uC5282 stopped working in 5 and master. This patch seems to get > > things working again on both branches. I can run hello.exe and > > ticker.exe on the WIP q

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Joel Sherrill
Looks ok to me. Push to both branches. On Thu, Jul 1, 2021 at 1:40 PM Gedare Bloom wrote: > > Fixes a problem with bad epilog code in _fini and to keep sections > necessary with the -ffunction/data-sections. > --- > bsps/m68k/uC5282/start/linkcmds | 34 ++--- > 1 file

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Joel Sherrill
On Thu, Jul 1, 2021 at 1:50 PM Gedare Bloom wrote: > > Hello all, > > The uC5282 stopped working in 5 and master. This patch seems to get > things working again on both branches. I can run hello.exe and > ticker.exe on the WIP qemu Harrison is working on. Based on our chats, it looks like the mov

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
Hello all, The uC5282 stopped working in 5 and master. This patch seems to get things working again on both branches. I can run hello.exe and ticker.exe on the WIP qemu Harrison is working on. I will back-port to 5 with a ticket. We'll work on full tester configuration after the WIP qemu modific

[PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
Fixes a problem with bad epilog code in _fini and to keep sections necessary with the -ffunction/data-sections. --- bsps/m68k/uC5282/start/linkcmds | 34 ++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/bsps/m68k/uC5282/start/linkcmds b/bsps/m68k/uC