OSDN Git Service

* m68k/fido-_exit.c (_exit): Use stop #0x700.
authorkazu <kazu>
Thu, 3 May 2007 01:19:45 +0000 (01:19 +0000)
committerkazu <kazu>
Thu, 3 May 2007 01:19:45 +0000 (01:19 +0000)
libgloss/ChangeLog
libgloss/m68k/fido-_exit.c

index a77a66b..e796c1b 100644 (file)
@@ -1,8 +1,11 @@
+2007-05-03  Kazu Hirata  <kazu@codesourcery.com>
+
+       * m68k/fido-_exit.c (_exit): Use stop #0x700.
+
 2007-04-27  Kazu Hirata  <kazu@codesourcery.com>
 
-       * libgloss/m68k/fido.sc: Catch .text.*, .rodata.*, .data.*,
-       .bss.*, .ctor.*, and .dtor.*.  Wrap ctor/dtor-related sections
-       with KEEP.
+       * m68k/fido.sc: Catch .text.*, .rodata.*, .data.*, .bss.*,
+       .ctor.*, and .dtor.*.  Wrap ctor/dtor-related sections with KEEP.
 
 2007-04-04  Patrick Mansfield <patmans@us.ibm.com>
  
index 3f920f0..08a1542 100644 (file)
@@ -19,5 +19,5 @@ void
 _exit (int code) 
 {
   while (1)
-    asm volatile ("stop #0");
+    asm volatile ("stop #0x700");
 }