Commit 0a84fec6 by Anatoly Sokolov Committed by Anatoly Sokolov

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

From-SVN: r131651
parent daf6ff4c
2008-01-19 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.S (_exit): Disable interrupt.
2008-01-18 Kenneth Zadeck <zadeck@naturalbridge.com> 2008-01-18 Kenneth Zadeck <zadeck@naturalbridge.com>
Steven Bosscher <stevenb.gcc@gmail.com> Steven Bosscher <stevenb.gcc@gmail.com>
......
/* -*- Mode: Asm -*- */ /* -*- 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> Contributed by Denis Chertykov <denisc@overta.ru>
This file is free software; you can redistribute it and/or modify it This file is free software; you can redistribute it and/or modify it
...@@ -647,6 +648,7 @@ exit: ...@@ -647,6 +648,7 @@ exit:
/* Code from .fini8 ... .fini1 sections inserted by ld script. */ /* Code from .fini8 ... .fini1 sections inserted by ld script. */
.section .fini0,"ax",@progbits .section .fini0,"ax",@progbits
cli
__stop_program: __stop_program:
rjmp __stop_program rjmp __stop_program
.endfunc .endfunc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment