diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2013-07-20 17:24:24 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2013-07-20 17:24:24 +0000 |
commit | 8c6381ecbc49cf81be618e1eaf39c9e45de784b4 (patch) | |
tree | fe3279d25e07d28da92e58f82cac85e0bf641579 | |
parent | 88d9bfe6b9b0a74d8898b2bfad60daa2b01c7049 (diff) | |
download | gcc-8c6381ecbc49cf81be618e1eaf39c9e45de784b4.zip gcc-8c6381ecbc49cf81be618e1eaf39c9e45de784b4.tar.gz gcc-8c6381ecbc49cf81be618e1eaf39c9e45de784b4.tar.bz2 |
correct a ChangeLog commit error.
From-SVN: r201087
-rw-r--r-- | gcc/ChangeLog | 17 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 17 |
2 files changed, 17 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b457e6c..87c07ba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2013-07-20 Iain Sandoe <iain@codesourcery.com> + + PR target/51784 + * config/i386/i386.c (output_set_got) [TARGET_MACHO]: Adjust to emit a + second label for nonlocal goto receivers. Don't output pic base labels + unless we're producing PIC; mark that action unreachable(). + (ix86_save_reg): If the function contains a nonlocal label, save the + PIC base reg. + * config/darwin-protos.h (machopic_should_output_picbase_label): New. + * gcc/config/darwin.c (emitted_pic_label_num): New GTY. + (update_pic_label_number_if_needed): New. + (machopic_output_function_base_name): Adjust for nonlocal receiver + case. + (machopic_should_output_picbase_label): New. + * config/i386/i386.md (enum unspecv): UNSPECV_NLGR: New. + (nonlocal_goto_receiver): New insn and split. + 2013-07-20 James Greenhalgh <james.greenhalgh@arm.com> * config/aarch64/aarch64-builtins.c diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1bd6b04..ae3b789 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,20 +1,3 @@ -2013-07-20 Iain Sandoe <iain@codesourcery.com> - - PR target/51784 - * config/i386/i386.c (output_set_got) [TARGET_MACHO]: Adjust to emit a - second label for nonlocal goto receivers. Don't output pic base labels - unless we're producing PIC; mark that action unreachable(). - (ix86_save_reg): If the function contains a nonlocal label, save the - PIC base reg. - * config/darwin-protos.h (machopic_should_output_picbase_label): New. - * gcc/config/darwin.c (emitted_pic_label_num): New GTY. - (update_pic_label_number_if_needed): New. - (machopic_output_function_base_name): Adjust for nonlocal receiver - case. - (machopic_should_output_picbase_label): New. - * config/i386/i386.md (enum unspecv): UNSPECV_NLGR: New. - (nonlocal_goto_receiver): New insn and split. - 2013-07-20 James Greenhalgh <james.greenhalgh@arm.com> * gcc.target/aarch64/vabs_intrinsic_1.c: New file. |