]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ChangeLog: Fix my last entry.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2017 14:04:48 +0000 (14:04 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2017 14:04:48 +0000 (14:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250831 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 025d8fabb36e3f0f38cab329676a66f948cabf5d..3ac9b897ce400968517be73c902249664ac0d61d 100644 (file)
@@ -4,7 +4,7 @@
        * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
        (ud2): New insn pattern.
        * config/i386/i386.c (ix86_expand_epilogue):
-       Generate ud2 instead of trap insn.
+       For naked functions, generate ud2 instead of trap insn.
 
 2017-08-02  Marek Polacek  <polacek@redhat.com>