aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2018-01-14 12:56:07 -0800
committerH.J. Lu <hjl@gcc.gnu.org>2018-01-14 12:56:07 -0800
commitdfc358bf02d70a2b24ec643d1367f41441322fc4 (patch)
treede1c0ba38fbda774253f639f8e07fc291ebb94dc /gcc
parent33b2b069c16e53592936095575852e3fe7b43ec3 (diff)
downloadgcc-dfc358bf02d70a2b24ec643d1367f41441322fc4.zip
gcc-dfc358bf02d70a2b24ec643d1367f41441322fc4.tar.gz
gcc-dfc358bf02d70a2b24ec643d1367f41441322fc4.tar.bz2
Correct ChangeLog of x86: Add -mindirect-branch=
From-SVN: r256672
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3cb1898..b59e50f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -87,6 +87,8 @@
(indirect_thunk_name): Likewise.
(output_indirect_thunk): Likewise.
(output_indirect_thunk_function): Likewise.
+ (ix86_output_indirect_branch_via_reg): Likewise.
+ (ix86_output_indirect_branch_via_push): Likewise.
(ix86_output_indirect_branch): Likewise.
(ix86_output_indirect_jmp): Likewise.
(ix86_code_end): Call output_indirect_thunk_function if needed.