* config/avr/avr.S (_exit): Disable interrupt.

From-SVN: r131651
This commit is contained in:
Anatoly Sokolov 2008-01-19 15:15:02 +03:00 committed by Anatoly Sokolov
parent daf6ff4c78
commit 0a84fec696
2 changed files with 7 additions and 1 deletions

View 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>

View 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