Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / lib / libgomp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 12 00:05:55 2021 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
various changes to get GCC 10 to build here. - fix path to compiler-specific includes - missing (void) for (older) C - fix __is_signed/__is_signed_val change - avoid compiler warning-as-errors - add to existing COPTS.file values, instead of setting - bump libgomp minor; functions were added - add new 'compare' c++ header - handle new analyzer subdirectory. set TARGET_MACHINE for lto-streamer-in.c. remove params.list etc handling. - coroutines.cc is another .cc not .c. adjust .PATH to suit. - add new lto1 sources - couple of files not in /arch/ subdirs missed in mknative update. rs6000.c is still not merged.
Revision 1.25 / (download) - annotate - [select for diffs], Fri May 15 14:29:29 2020 UTC (3 years ago) by joerg
Branch: MAIN
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Don't allow building with clang, uses GCC-specific attributes.
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:55:18 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.19: +12 -45
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Sync with HEAD
Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 9 00:48:59 2019 UTC (4 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
put config/posix first in the path so that the right lock.c is used.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 4 03:01:52 2019 UTC (4 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.22: +4 -9
lines
Diff to previous 1.22 (colored)
move libgomp, libcommon and libcommon-target source lists into the generated files. libcommon-target has a per-arch list, but the other two are the same.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 3 12:11:11 2019 UTC (4 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.21: +12 -43
lines
Diff to previous 1.21 (colored)
- fix the sources list. - since a few functions disappear, call this libgomp.so.2 now.
Revision 1.19.2.2 / (download) - annotate - [select for diffs], Sat Jan 26 21:59:46 2019 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.19.2.1: +4 -1
lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
Sync with HEAD
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 22 23:55:54 2019 UTC (4 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-20190127
Changes since 1.20: +4 -1
lines
Diff to previous 1.20 (colored)
- fix Makefile.gthr CONFIG_LINKS handling. demand only that gthr-default.h source be found. fix installing the symlink. - -Wno-error=incompatible-pointer-types needed for libgomp/lock.c - build new libsupc++ files with -std=gnu++1z - install new libstdc++ bits files. (XXX use bits_sup_headers from libstdc++/include/Makefile.am with mknative-gccm) - start to get libstdc++ to build: various flag updates.
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:51:59 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Sync with HEAD Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 12 21:48:57 2018 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
consolidate path for gcc-version specific into GCC_INCSDIR, and have it derived from the HAVE_GCC value so it does not need to be modified for newer GCCs.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 3 21:27:45 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 3 19:27:15 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
updates for GCC 6.4.0: - we install version specific headers into gcc-6. - add missing include path for i386/cpuinfo.c. - fix compile time warnings in libobjc/encoding.c - adjust c++98/compatibility.cc to use a visible header - Makefile.hacks gains a hack for x86 and insn-constants.h. (should try to figure out how to build this earlier.) - libgomp missing priority_queue.c (switch to mknative pulling it out?). - build a libstdc++ version file and use it. - fix the handling of -std= to default the same as normal builds.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 2 20:57:53 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
install into gcc-6 subdir.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 20 17:18:52 2016 UTC (7 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
WARNS=1
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 15 06:12:30 2016 UTC (7 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.14: +17 -5
lines
Diff to previous 1.14 (colored)
update for GCC 5.3
Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 12 23:07:05 2016 UTC (7 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
add /usr/include/gcc-5 directory to the distribution and adjust the GCC 5 parts of the build (not yet enabled) to install/look there.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Aug 19 23:56:44 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.7: +9 -9
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.11.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 07:10:51 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Rebase.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 4 19:07:22 2014 UTC (8 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
gcc-4-8-5-pre-gcc-old-import
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Fix build with stack smash protection enabled.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 1 19:51:01 2014 UTC (8 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
port over 3 changes made here in the GCC 4.5 tree that we'll need when GCC 4.8 becomes "gcc.old" eventually. this tree still needs to be tested for more, but this should be the bulk of the work. ---- Log Message: prepare for moving GCC 4.5 into gcc.old: - convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name. XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed. ---- Log Message: oops, avoid re-setting DIST to something that might be wrong now. ---- Log Message: fix another dated DIST.
Revision 1.5.2.2 / (download) - annotate - [select for diffs], Thu May 22 16:53:22 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.5.2.1: +6 -6
lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 1 10:00:38 2014 UTC (9 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.10: +8 -8
lines
Diff to previous 1.10 (colored)
merge GCC 4.8 build.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 26 09:54:32 2014 UTC (9 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: imported-to-gcc-old-20140227-0107
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
prepare for moving GCC 4.5 into gcc.old: - convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name. XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 23 05:02:46 2013 UTC (9 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
More evbarmv5 fixes.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 22 00:16:54 2013 UTC (9 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add MACHINE_ARCH's evbearmv5-e[bl] to work Don't build _muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 on earm and coldfire
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:04:17 2012 UTC (11 years, 1 month ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.5: +5 -1
lines
Diff to previous 1.5 (colored)
sync with head
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Feb 24 16:33:10 2012 UTC (11 years, 3 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Pull up following revision(s) (requested by nonaka in ticket #43): external/gpl3/gcc/lib/libgomp/Makefile: revision 1.7 fix build failure on mips64.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 23 11:05:02 2012 UTC (11 years, 3 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
fix build failure on mips64.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 28 14:24:53 2012 UTC (11 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Disable -Wconversion for clang.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 23 09:36:37 2011 UTC (11 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Fix build with stack smash protection enabled.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 23 06:47:54 2011 UTC (11 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.3: +10 -4
lines
Diff to previous 1.3 (colored)
build and install libgomp, as needed by "cc -fopenmp", and its suplimentary files like libgomp.spec and omp.h.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 22 20:55:17 2011 UTC (11 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.2: +15 -7
lines
Diff to previous 1.2 (colored)
only install libgomp.spec for the native build. look in the archdir for libgomp.spec. XXX: FILES/FILESDIR isn't working here for me yet. no idea why.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 21 02:12:00 2011 UTC (11 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
use GOMP_MACHINE_ARCH, so we can build compat libs.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 20 02:28:03 2011 UTC (11 years, 8 months ago) by mrg
Branch: MAIN
makefile to build libgomp, as needed by "gcc -fopenmp". needs a full mknative-gcc run before it can be properly enabled.