diff options
author | Catherine Moore <clm@gcc.gnu.org> | 1999-01-14 09:43:05 -0500 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 1999-01-14 09:43:05 -0500 |
commit | 716618d5dd2d00e354fa393be49969a6b60af53f (patch) | |
tree | 44f15ca242fed48dc6e19aabc521f0cc17843f23 | |
parent | 38beb75c54cd726c228e2106cbe33a2397a7c5de (diff) | |
download | gcc-716618d5dd2d00e354fa393be49969a6b60af53f.zip gcc-716618d5dd2d00e354fa393be49969a6b60af53f.tar.gz gcc-716618d5dd2d00e354fa393be49969a6b60af53f.tar.bz2 |
�
From-SVN: r24665
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 562a15f..1d19aa6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,14 @@ Wed Jan 13 20:12:37 1999 Richard Henderson <rth@cygnus.com> * integrate.c (expand_inline_function): Recognize (mem (addressof)) and substitute. Copy the return value from there into a new pseudo. +Wed Jan 13 16:47:00 1999 Catherine Moore <clm@cygnus.com> + + * config/arm.c (output_func_epilogue): Check TARGET_ABORT_NORETURN + before generating a call to abort for volatile functions. + * config/arm.h (ARM_FLAG_ABORT_NORETURN): Define. + (TARGET_ABORT_NORETURN): Define. + (abort-on-noreturn): New option. + Thu Jan 14 13:52:42 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> * config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc |