History log of /netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/gstdint.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 09-Oct-2023 rin

gcc.old: vax: mknative for PR port-vax/57646

Summary of changes:

(1) HAVE_AS_CFI_SECTIONS becomes defined.
(2) mempcpy.o is dropped as mempcpy(3) was added to -current
(but not to netbsd-10).
(3) working directories in usr.bin/gcc/arch/vax/configargs.h.

(1) will be pulled up into netbsd-10. I've confirmed that
pkgsrc/lang/perl5 builds and works as before with this change.

For now, (3) is reverted by hand. It would be better to improve mknative
not to leak working directories. But it should be NFC anyway.

For vax, mknative for binutils and gdb does not brings about significant
changes.

For other platforms, mknative for gcc.old makes no significant changes
(actually confirmed only for evbarm64, but it should be enough).

Thanks mrg@ for suggestion.


# 1.14 14-Jul-2023 mrg

merge GCC 10.5.0 in gcc.old


# 1.13 20-Feb-2023 mrg

merge GCC 10.4 into gcc.old.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.12 09-Apr-2021 mrg

branches: 1.12.6;
merge GCC 9.3 into gcc.old.


# 1.11 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.14 14-Jul-2023 mrg

merge GCC 10.5.0 in gcc.old


# 1.13 20-Feb-2023 mrg

merge GCC 10.4 into gcc.old.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.12 09-Apr-2021 mrg

branches: 1.12.6;
merge GCC 9.3 into gcc.old.


# 1.11 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.13 20-Feb-2023 mrg

merge GCC 10.4 into gcc.old.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.12 09-Apr-2021 mrg

merge GCC 9.3 into gcc.old.


# 1.11 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.12 09-Apr-2021 mrg

merge GCC 9.3 into gcc.old.


# 1.11 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.11 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.10 13-Aug-2020 mrg

regen mknative files for GCC 7.5.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2; 1.6.4;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.7 05-Sep-2018 mrg

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.


Revision tags: pgoyette-compat-0728 phil-wifi-base 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 pgoyette-compat-base
# 1.6 13-Nov-2017 mrg

branches: 1.6.2;
merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.6 13-Nov-2017 mrg

merge GCC 5.5.0 in gcc.old.


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1).


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision