| History log of /src/external/gpl3/gcc/lib/libubsan/shlib_version |
| Revision | | Date | Author | Comments |
| 1.7 |
| 17-Sep-2025 |
mrg | various updates for GCC 14.
- move README.gcc12 to gcc14 and clear it for fresh data - bump various shlib versions - add missing CXXFLAGS - add support for new/changed build things (options-urls.cc, genmatch and genemit generators) - fix up paths and some sources that aren't automatically handled - error->warning disables
|
| 1.6 |
| 03-Aug-2023 |
mrg | many fixes for native GCC 12 builds
- default to dwarf4 since out ctf tools fail with dwarf5. i tried to do this via subtarget options as other ports do, but this would require adjusting several of the targets non-netbsd code, and ideally we'll fix our tools sooner than later, so just hack it here for now. - catch up config/rs6000/netbsd64.h (mostly delete things) - remove some more upstream diffs in config/vax, though it does not work currently - libc.so link fails due to weird relocations. - include some headers to ensure types are available - add missing sanitizer netbsd files to the 'dist' tree - remove no longer present TIOCRCVFRAME and TIOCXMTFRAME interceptors - expanding the sanitizer OS/cpu defs to cover more netbsd platforms - copy across a few minor changes from gcc.old's sanitizer's (eg, disabling linux-specific code, adding netbsd specific code.) - add (untested, but building) tsan support for arm64 - re-enable the sanitzers, at least simple -fsanitize=address builds a working application on amd64 now - fix the source lists (mostly .cc -> .cpp rename here) - add some missing new defines, -f*, and -W* - bump sanitizer shlib version - apply -fno-jump-tables in some more places on m68k - update the list in README.gcc12 to note many things now work or a few things to do not work (although there are many uncommited changes at this point across the rest of 'src' and 'xsrc'.) main points are that vax, hppa, ppc, and sh3 don't build yet, but most other things are either testing and working or at least building.
|
| 1.5 |
| 02-Oct-2019 |
mrg | - use /usr/include/gcc-8 - update sanitizer makefiles
also, reduce diffs to upstream: - remove or1k support - re-order various lines to match upstream - move regex map code into file-prefix-map.[ch]
|
| 1.4 |
| 01-Feb-2019 |
mrg | - new shlib majors
|
| 1.3 |
| 03-Feb-2018 |
mrg | branches: 1.3.4; updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
| 1.2 |
| 06-Oct-2017 |
christos | bump because of libstdc++
|
| 1.1 |
| 01-Jun-2016 |
christos | branches: 1.1.8; Add ubsan (not enabled, not tested, compiling) Update tsan (not enable, not tested, not compiling) Merge common infrastructure. XXX: Perhaps the common code should be made into a separate library? Or always require asan?
|
| 1.1.8.1 |
| 11-Oct-2017 |
snj | Pull up following revision(s) (requested by christos in ticket #318): distrib/sets/lists/base/md.amd64: revision 1.271 via patch distrib/sets/lists/base/shl.mi: revision 1.820, 1.821 distrib/sets/lists/comp/shl.mi: revision 1.307 distrib/sets/lists/debug/ad.arm: revision 1.75 distrib/sets/lists/debug/md.amd64: revision 1.99 distrib/sets/lists/debug/shl.mi: revision 1.182, 1.183 distrib/sets/lists/xbase/shl.mi: revision 1.78 distrib/sets/lists/xdebug/shl.mi: revision 1.41 external/bsd/atf/lib/libatf-c++/shlib_version: revision 1.3 external/bsd/libproc/lib/Makefile: revision 1.4 external/gpl3/gcc/lib/libasan/shlib_version: revision 1.3 external/gpl3/gcc/lib/libstdc++-v3/Makefile: patch external/gpl3/gcc/lib/libubsan/shlib_version: revision 1.2 external/mit/xorg/lib/libGL/shlib_version: revision 1.3 external/mit/xorg/lib/libGLU/shlib_version: revision 1.4 external/mit/xorg/lib/libglapi/Makefile: revision 1.2 bump libstdc++ to account for disabling the "dual abi". bump because of libstdc++ bump because of libstdc++ bump because libstdc++ bump libraries that depend on libstdc++. bump c++ libraries because of the libstdc++ dual abi bump bump libglapi, libGL libGLU because of the libstdc++ dual abi bump
|
| 1.3.4.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.3.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|