diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-03-18 07:54:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-03-18 08:02:46 -0700 |
commit | 538c15fc2a29ff142f2ec71d253d4027946ece09 (patch) | |
tree | f2001e5ebfe80d2d2ac6a98eebb0e879f473cba3 /libiberty/ChangeLog | |
parent | 835f2fae11e41956523df3839cd50471b708e97d (diff) | |
download | gdb-538c15fc2a29ff142f2ec71d253d4027946ece09.zip gdb-538c15fc2a29ff142f2ec71d253d4027946ece09.tar.gz gdb-538c15fc2a29ff142f2ec71d253d4027946ece09.tar.bz2 |
GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs
Check if host supports multi-byte NOPs before enabling CET on host.
config/
PR binutils/27397
* cet.m4 (GCC_CET_HOST_FLAGS): Check if host supports multi-byte
NOPs.
libiberty/
PR binutils/27397
* configure: Regenerated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8e5f5dc..70d7209 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2021-03-18 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/27397 + * configure: Regenerated. + 2021-01-11 H.J. Lu <hongjiu.lu@intel.com> PR ld/27173 |