fp-bit.c (abort): Add noreturn attribute.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 27 Apr 2005 17:02:34 +0000 (17:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 27 Apr 2005 17:02:34 +0000 (17:02 +0000)
commit25b9575bc2665d873a16ddc30e7829bcdadf4dec
tree30e323b7641ccb2d5e86f769e0887fcde7b0ef52
parentdd248a9aafac30bfca5e909ea00894cb3f9b241f
fp-bit.c (abort): Add noreturn attribute.

* config/fp-bit.c (abort): Add noreturn attribute.

* config/avr/avr.c (avr_naked_function_p): Use gcc_assert and
gcc_unreachable as appropriate.
(ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.
* config/avr/avr.h (ASM_OUTPUT_REG_PUSH,
ASM_OUTPUT_REG_POP): Likewise.

From-SVN: r98854
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/fp-bit.c