diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-25 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-25 00:16:26 +0000 |
commit | 502ef97c4f442777e5f61c506d17f8776a69b207 (patch) | |
tree | 5413d1cfef5a4830690ba068e46681bbb194b361 /gcc/ChangeLog | |
parent | 61bfff562e3b6091d5a0a412a7d496bd523868a8 (diff) | |
download | gcc-502ef97c4f442777e5f61c506d17f8776a69b207.zip gcc-502ef97c4f442777e5f61c506d17f8776a69b207.tar.gz gcc-502ef97c4f442777e5f61c506d17f8776a69b207.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93a196b..c53b0cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2021-04-24 Iain Sandoe <iain@sandoe.co.uk> + + Revert: + 2021-04-24 Iain Sandoe <iain@sandoe.co.uk> + + PR target/100152 + * config/darwin.c (darwin_binds_local_p): Assume that any + public symbol might be interposed for PIC code. Update function + header comment to reflect current Darwin capability. + +2021-04-24 Iain Sandoe <iain@sandoe.co.uk> + + PR target/100152 + * config/darwin.c (darwin_binds_local_p): Assume that any + public symbol might be interposed for PIC code. Update function + header comment to reflect current Darwin capability. + +2021-04-24 Richard Sandiford <richard.sandiford@arm.com> + + * doc/sourcebuild.texi: Document no-opts and any-opts target + selectors. + 2021-04-23 YiFei Zhu <zhuyifei1999@gmail.com> * config/bpf/bpf.h (ASM_OUTPUT_ALIGNED_BSS): Use .type and .lcomm. |