NetBSD-Bugs archive

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

Re: port-i386/42787: short assember program panics system



The following reply was made to PR port-i386/42787; it has been noted by GNATS.

From: Matthias Drochner <M.Drochner%fz-juelich.de@localhost>
To: <mark%ecs.vuw.ac.nz@localhost>
Cc: <gnats-bugs%netbsd.org@localhost>, <martin%duskware.de@localhost>
Subject: Re: port-i386/42787: short assember program panics system
Date: Thu, 11 Feb 2010 16:51:40 +0100

 --==_Exmh_17032476277530
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 
 To check whether it is a native or an emulation issue,
 can you try to add an ident section, like in the appended file?
 best regards
 Matthias
 
 
 
 ---------------------------------------------------------------------------=
 ---------------------
 ---------------------------------------------------------------------------=
 ---------------------
 Forschungszentrum Juelich GmbH
 52425 Juelich
 Sitz der Gesellschaft: Juelich
 Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
 Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
 Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
 Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
 Prof. Dr. Sebastian M. Schmidt
 ---------------------------------------------------------------------------=
 ---------------------
 ---------------------------------------------------------------------------=
 ---------------------
 
 --==_Exmh_17032476277530
 Content-Type: text/plain; name="tiny.asm"; charset="us-ascii"
 Content-Description: tiny.asm
 Content-Disposition: attachment; filename="tiny.asm"
 
 BITS 32
 SECTION .note.netbsd.ident
        dd 7,4,1
        db "NetBSD",0
        align 4
        dd 500000000
 GLOBAL _start
 SECTION .text
 _start:
        mov     eax, 1
        mov     ebx, 42
        int     0x80
 
 --==_Exmh_17032476277530--
 


Home | Main Index | Thread Index | Old Index