NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-m68k/4265 (crashme freezes NetBSD on an hp433)
The following reply was made to PR port-m68k/4265; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-m68k/4265 (crashme freezes NetBSD on an hp433)
Date: Sat, 3 Sep 2022 20:32:10 +0200
On an (oldish current from last April) mac68k with 68040 cpu the
program just runs and exits cleanly:
Reading symbols from ./test...
(No debugging symbols found in ./test)
(gdb) x/16i main
0x2698 <main>: linkw %fp,#0
0x269c <main+4>: .short 0xf244
0x269e <main+6>: .short 0xf000
0x26a0 <main+8>: clrl %d0
0x26a2 <main+10>: unlk %fp
0x26a4 <main+12>: rts
0x26a6: nop
0x26a8: linkw %fp,#-8
0x26ac: moveml %d2/%a2/%a5,%sp@-
0x26b0: lea %pc@(0x496c),%a5
0x26b8: moveal %a5@(0000006c),%a0
0x26c0: tstb %a0@
0x26c2: bnes 0x271e
0x26c4: moveb #1,%a0@
0x26c8: movel %a5@(00000068),%fp@(-4)
0x26d2: moveal %fp@(-4),%a2
(gdb) run
Starting program: /tmp/test
[Inferior 1 (process 737) exited normally]
Martin
Home |
Main Index |
Thread Index |
Old Index