Compare commits

...

No commits in common. "c8-beta" and "c9-beta" have entirely different histories.

2 changed files with 20 additions and 14 deletions

View File

@ -10365,7 +10365,7 @@
+//asm (".hidden _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_"); +//asm (".hidden _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_");
+asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE10_M_disposeEv"); +asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE10_M_disposeEv");
+//asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_assignERKS4_"); +//asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_assignERKS4_");
+#if defined(__i386__) || (defined(__powerpc__) && !defined(__powerpc64__)) +#if defined(__powerpc__) && !defined(__powerpc64__)
+asm (".hidden _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEjjPKcj"); +asm (".hidden _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEjjPKcj");
+asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_mutateEjjPKwj"); +asm (".hidden _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_mutateEjjPKwj");
+#endif +#endif

View File

@ -2991,39 +2991,39 @@ fi
%changelog %changelog
* Fri Feb 10 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.4 * Fri Feb 10 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.4
- avoid fma_chain for -march=alderlake and sapphirerapids (#2168917) - avoid fma_chain for -march=alderlake and sapphirerapids (#2168919)
* Wed Jan 25 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.3 * Wed Jan 25 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.3
- provide libexec/ symlinks on all RHELs (#2162498) - provide libexec/ symlinks on all RHELs (#2164262)
* Wed Jan 11 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.2 * Wed Jan 11 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.2
- build libisl.so with -g (#2155127) - build libisl.so with -g (#2154936)
* Tue Dec 20 2022 Marek Polacek <polacek@redhat.com> 12.2.1-6.1 * Tue Dec 20 2022 Marek Polacek <polacek@redhat.com> 12.2.1-6.1
- apply an ISL patch (#2155127) - apply an ISL patch (#2154936)
* Wed Dec 14 2022 Nick Clifton <nickc@redhat.com> 12.2.1-6 * Wed Dec 14 2022 Nick Clifton <nickc@redhat.com> 12.2.1-6
- Fixed run-time requirement for annobin plugin. (#2151927) - Fixed run-time requirement for annobin plugin. (#2151927)
* Tue Dec 13 2022 Nick Clifton <nickc@redhat.com> 12.2.1-5 * Tue Dec 13 2022 Nick Clifton <nickc@redhat.com> 12.2.1-5
- Build the annobin plugin. Call it gts-gcc-annobin.so. (#2151926) - Build the annobin plugin. Call it gts-gcc-annobin.so. (#2151927)
* Wed Nov 23 2022 Marek Polacek <polacek@redhat.com> 12.2.1-4 * Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.2.1-4
- update from releases/gcc-12 branch (#2110582) - update from releases/gcc-12 branch (#2110583)
- fix up std::from_chars behavior in rounding modes other than FE_TONEAREST - fix up std::from_chars behavior in rounding modes other than FE_TONEAREST
(PR libstdc++/107468) (PR libstdc++/107468)
* Tue Oct 18 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.4 * Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.4
- fix pr86731-fwrapv-longlong.c (#2134379) - fix pr86731-fwrapv-longlong.c (#2134379)
* Fri Oct 7 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.3 * Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.3
- add -static-libquadmath (#2131081) - add -static-libquadmath (#2131082)
* Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.2 * Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.2
- recognize PLUS and XOR forms of rldimi (PR target/105991, #2095789) - recognize PLUS and XOR forms of rldimi (PR target/105991, #2095789)
* Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.1 * Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.1
- always ship liblsan on s390x (#2104829) - always ship liblsan on s390x (#2104824)
* Wed Jul 6 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3 * Wed Jul 6 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3
- update from releases/gcc-12 branch - update from releases/gcc-12 branch
@ -3052,12 +3052,18 @@ fi
- fix up libtsan on s390x - fix up libtsan on s390x
- fix nvptx build (PRs bootstrap/105551, target/105938) - fix nvptx build (PRs bootstrap/105551, target/105938)
* Tue Jun 28 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.4 * Tue Jun 28 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.6
- ship lto-dump (#2101835) - ship lto-dump (#2101835)
* Thu Jun 23 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.3 * Fri Jun 24 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.5
- use gcc-toolset-12-binutils
* Wed Jun 22 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.4
- don't provide g++/fortran (CS-1145) - don't provide g++/fortran (CS-1145)
* Fri Jun 17 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.3
- require system binutils
* Wed Jun 1 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.2 * Wed Jun 1 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.2
- don't skip testing on s390x - don't skip testing on s390x