The NetBSD Project

CVS log for src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/symver-config.h

[BACK] Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc.old / lib / libstdc++-v3 / arch / x86_64

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 14 19:46:40 2023 UTC (21 months, 1 week ago) by mrg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
merge GCC 10.5.0 in gcc.old

Revision 1.1.1.5 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jul 14 19:36:39 2023 UTC (21 months, 1 week ago) by mrg
Branches: NetBSD
CVS tags: src-external-gpl3-gcc-20230713-2319
Diff to: previous 1.1.1.4: preferred, colored
Changes since revision 1.1.1.4: +4 -4 lines
import GCC 10.5.0 into gcc.old (this time properly.)

Revision 1.5.6.1
Wed Mar 22 17:45:58 2023 UTC (2 years, 1 month ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
Remove directory, requested by mrg in ticket #123:

	external/gpl3/gcc.old		(remove)

This directory is not used on this branch.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 20 02:12:25 2023 UTC (2 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -58 lines
merge GCC 10.4 into gcc.old.

Revision 1.1.1.4 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 20 02:01:02 2023 UTC (2 years, 2 months ago) by mrg
Branches: NetBSD
CVS tags: src-external-gpl3-gcc-20230219-1759
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +14 -58 lines
initial import of GCC 10 sources into "gcc.old".

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 9 23:15:47 2021 UTC (4 years ago) by mrg
Branches: MAIN
CVS tags: netbsd-10-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +58 -1 lines
merge GCC 9.3 into gcc.old.

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 9 22:33:16 2021 UTC (4 years ago) by mrg
Branches: NetBSD
CVS tags: src-external-gpl3-gcc-20210408-1508
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +58 -1 lines
second attempt in the right place:

import of GCC 9 into gcc.old in preparation for GCC 10.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 19 07:48:02 2020 UTC (4 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +13 -1 lines
merge GCC 8.4 into gcc.old.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Aug 18 23:31:49 2020 UTC (4 years, 8 months ago) by mrg
Branches: NetBSD
CVS tags: src-external-gpl3-gcc-20200816-0005
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +16 -4 lines
initial GCC 8.4 -> gcc.old import.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 13 07:20:13 2020 UTC (4 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
regen mknative files for GCC 7.5.

Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:01:56 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +1319 -0 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.2.4.1
Thu Oct 24 18:17:43 2019 UTC (5 years, 6 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -1319 lines
file symver-config.h was added on branch phil-wifi on 2020-04-13 08:01:56 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 24 18:17:43 2019 UTC (5 years, 6 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Branch point for: phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Sep 26 05:45:54 2019 UTC (5 years, 7 months ago) by mrg
Branches: NetBSD
CVS tags: src-external-gpl3-gcc-20190925-2243
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
import GCC 7.4 as gcc.old

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 26 05:45:54 2019 UTC (5 years, 7 months ago) by mrg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>