diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2b7b62..989d77d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2010-09-28 Ian Lance Taylor <iant@google.com> + * config/i386/i386.c (ix86_supports_split_stack): Test + HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than + dwarf2out_do_cfi_asm. + +2010-09-28 Ian Lance Taylor <iant@google.com> + PR target/45815 * opts.c (decode_options): Don't test whether the target supports split stack if flag_split_stack == 0. |