]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/avr/avr.S (_exit): Disable interrupt.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 19 Jan 2008 12:15:02 +0000 (15:15 +0300)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sat, 19 Jan 2008 12:15:02 +0000 (15:15 +0300)
From-SVN: r131651

gcc/ChangeLog
gcc/config/avr/libgcc.S

index 2276eba7ec3e9d6cee74dd0db07ef1596a08b62f..49c97380790bf83de683737484c81e63dd346e9a 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-19 Anatoly Sokolov <aesok@post.ru>
+
+       * config/avr/avr.S (_exit): Disable interrupt.
+
 2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
            Steven Bosscher  <stevenb.gcc@gmail.com>
 
index c6814fe650e84806599dd5def375cb714272ec1e..397778b82d9409497d016dcced84b292593713ea 100644 (file)
@@ -1,5 +1,6 @@
 /*  -*- Mode: Asm -*-  */
-/* Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 1999, 2000, 2007, 2008 
+   Free Software Foundation, Inc.
    Contributed by Denis Chertykov <denisc@overta.ru>
 
 This file is free software; you can redistribute it and/or modify it
@@ -647,6 +648,7 @@ exit:
        /* Code from .fini8 ... .fini1 sections inserted by ld script.  */
 
        .section .fini0,"ax",@progbits
+       cli
 __stop_program:
        rjmp    __stop_program
        .endfunc