summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-05-19 16:06:35 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-05-19 16:06:35 -0500
commitb3f7d26ffdac229cad00f4ccc0b37b7293ca68f1 (patch)
treefc133d55039e2206f29159aee14dddad0c5a884b
parent36a401259bf37d734a532ed8a272fb6af04852a2 (diff)
Move series files out of the master branch.
Change-Id: I76049ba289fd4b08e95c86fa377e23ed16027506
-rw-r--r--components/toolchain/binaries/README.textile.GCC-4.9-2016.0270
-rw-r--r--components/toolchain/binaries/README.textile.GCC-4.9-2016.02-rc166
-rw-r--r--components/toolchain/binaries/README.textile.GCC-5.3-2016.0274
-rw-r--r--components/toolchain/binaries/README.textile.GCC-5.3-2016.02-rc174
4 files changed, 0 insertions, 284 deletions
diff --git a/components/toolchain/binaries/README.textile.GCC-4.9-2016.02 b/components/toolchain/binaries/README.textile.GCC-4.9-2016.02
deleted file mode 100644
index c09ac61..0000000
--- a/components/toolchain/binaries/README.textile.GCC-4.9-2016.02
+++ /dev/null
@@ -1,70 +0,0 @@
-{# This document uses jinja2 templating markup. Please refer to the Jinja2
- template documentation for further information.
-
- http://jinja.pocoo.org/docs/dev/templates/
-
- This is an example of a child template that describes the specific
- information unique to a series. The common parts of the release notes are
- pulled in from the parent template in README.textile.
-
- Pull in the macros that differentiate between textile and no-txt -#}
-
-{%- from "components/toolchain/binaries/macros" import header with context -%}
-{% from "components/toolchain/binaries/macros" import url with context -%}
-{% from "components/toolchain/binaries/macros" import urlind with context -%}
-{% from "components/toolchain/binaries/macros" import email with context -%}
-{% from "components/toolchain/binaries/macros" import format with context -%}
-{%- extends "components/toolchain/binaries/README.textile"-%}
-
-
-{# Information important for the release goes into this block.
- It is added right after the release announce in README. #}
-{% block important %}
-{% call format("para") -%}
-Notice: All Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
-{% endcall %}
-{% endblock %}
-
-{% block gcc_version_block %}
-{{ linaro_gcc_version }}
-{% endblock %}
-
-{% block glibc_version_block %}
-FSF eglibc 2.19 (eglibc.git/linaro_eglibc-2_19)
-{% endblock %}
-
-{% block newlib_version_block %}
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
-{% endblock %}
-
-{% block binutils_version_block %}
-Linaro binutils 2.24 (linaro_binutils-2_24-branch)
-{% endblock %}
-
-{% block gdb_version_block %}
-FSF GDB 7.10 (gdb-7.10-branch)
-{% endblock %}
-
-{% block linux_version_block %}
-Linaro Linux Version 3.17-2014.10 (linux-linaro-3.17-2014.10)
-{% endblock %}
-
-{% block news %}
-
-{% call format("news") %}
-The armv8l-linux-gnueabihf targetted toolchain is now built using --with-mode=thumb (like all of the other cross toolchains) rather than the default which is ARM mode.
-{% endcall %}
-
-{% call format("news") %}
-Applied fix for CVE-2015-7547 - A stack-based buffer overflow in glibc's getaddrinfo() was corrected in glibc 2.23 and backported into Linaro eglibc 2.19 (linaro_eglibc-2_19).
-{% endcall %}
-
-{{ urlind(6,"https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html") }}
-
-{% call format("news") -%}
-See the following Linaro GCC snapshot:
-{% endcall %}
-
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/4.9-2015.10/") }}
-
-{% endblock %}
diff --git a/components/toolchain/binaries/README.textile.GCC-4.9-2016.02-rc1 b/components/toolchain/binaries/README.textile.GCC-4.9-2016.02-rc1
deleted file mode 100644
index 228c864..0000000
--- a/components/toolchain/binaries/README.textile.GCC-4.9-2016.02-rc1
+++ /dev/null
@@ -1,66 +0,0 @@
-{# This document uses jinja2 templating markup. Please refer to the Jinja2
- template documentation for further information.
-
- http://jinja.pocoo.org/docs/dev/templates/
-
- This is an example of a child template that describes the specific
- information unique to a series. The common parts of the release notes are
- pulled in from the parent template in README.textile.
-
- Pull in the macros that differentiate between textile and no-txt -#}
-
-{%- from "components/toolchain/binaries/macros" import header with context -%}
-{% from "components/toolchain/binaries/macros" import url with context -%}
-{% from "components/toolchain/binaries/macros" import urlind with context -%}
-{% from "components/toolchain/binaries/macros" import email with context -%}
-{% from "components/toolchain/binaries/macros" import format with context -%}
-{%- extends "components/toolchain/binaries/README.textile"-%}
-
-
-{# Information important for the release goes into this block.
- It is added right after the release announce in README. #}
-{% block important %}
-{% call format("para") -%}
-Notice: All Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }}{% if major|int < 5 -%}.9{% endif %} toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
-{% endcall %}
-{% endblock %}
-
-{% block gcc_version_block %}
-{{ linaro_gcc_version }}
-{% endblock %}
-
-{% block glibc_version_block %}
-FSF eglibc 2.19 (eglibc.git/linaro_eglibc-2_19)
-{% endblock %}
-
-{% block newlib_version_block %}
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
-{% endblock %}
-
-{% block binutils_version_block %}
-Linaro binutils 2.24 (linaro_binutils-2_24-branch)
-{% endblock %}
-
-{% block gdb_version_block %}
-FSF GDB 7.10 (gdb-7.10-branch)
-{% endblock %}
-
-{% block linux_version_block %}
-Linaro Linux Version 3.17-2014.10 (linux-linaro-3.17-2014.10)
-{% endblock %}
-
-{% block news %}
-
-{% call format("news") %}
-Applied fix for CVE-2015-7547 - A stack-based buffer overflow in glibc's getaddrinfo() was corrected in glibc 2.23 and backported into Linaro eglibc 2.19 (linaro_eglibc-2_19).
-{% endcall %}
-
-{{ urlind(6,"https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html") }}
-
-{% call format("news") -%}
-See the following Linaro GCC snapshot:
-{% endcall %}
-
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/4.9-2015.10/") }}
-
-{% endblock %}
diff --git a/components/toolchain/binaries/README.textile.GCC-5.3-2016.02 b/components/toolchain/binaries/README.textile.GCC-5.3-2016.02
deleted file mode 100644
index 8807361..0000000
--- a/components/toolchain/binaries/README.textile.GCC-5.3-2016.02
+++ /dev/null
@@ -1,74 +0,0 @@
-{# This document uses jinja2 templating markup. Please refer to the Jinja2
- template documentation for further information.
-
- http://jinja.pocoo.org/docs/dev/templates/
-
- This is an example of a child template that describes the specific
- information unique to a series. The common parts of the release notes are
- pulled in from the parent template in README.textile.
-
- Pull in the macros that differentiate between textile and no-txt -#}
-
-{%- from "components/toolchain/binaries/macros" import header with context -%}
-{% from "components/toolchain/binaries/macros" import url with context -%}
-{% from "components/toolchain/binaries/macros" import urlind with context -%}
-{% from "components/toolchain/binaries/macros" import email with context -%}
-{% from "components/toolchain/binaries/macros" import format with context -%}
-{%- extends "components/toolchain/binaries/README.textile"-%}
-
-
-{# Information important for the release goes into this block.
- It is added right after the release announce in README. #}
-{% block important %}
-{% call format("para") -%}
-Notice: All Linaro GCC {{ major }} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }} toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
-{% endcall %}
-{% endblock %}
-
-{% block gcc_version_block %}
-{{ linaro_gcc_version }}
-{% endblock %}
-
-{% block glibc_version_block %}
-FSF glibc 2.21 (release/2.21)
-{% endblock %}
-
-{% block newlib_version_block %}
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
-{% endblock %}
-
-{% block binutils_version_block %}
-Linaro binutils 2.25 (linaro_binutils-2_25-branch)
-{% endblock %}
-
-{% block gdb_version_block %}
-FSF GDB 7.10 (gdb-7.10-branch)
-{% endblock %}
-
-{% block news %}
-
-{% call format("news") %}
-Applied fix for CVE-2015-7547 - A stack-based buffer overflow in glibc's getaddrinfo() was corrected in glibc 2.23 and backported into glibc 2.21.
-{% endcall %}
-
-{{ urlind(6,"https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html") }}
-
-{% call format("news") -%}
-ARMv8.1 Instruction Support - ARMv8.1 instructions support was checked into GCC and binutils. It has been backported into Linaro GCC 5.3 and Linaro binutils 2.25.
-{% endcall %}
-
-{% call format("news") -%}
-Backported -Bsymbolic-functions into Linaro binutils 2.25.
-{% endcall %}
-
-{% call format("news") -%}
-Performance related backports from Linaro GCC 5.2-2015.11, Linaro GCC 5.2-2015.12, and Linaro GCC 5.3-2016.01-1 have been included.
-
-See the following Linaro GCC snapshots:
-{% endcall %}
-
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.2-2015.11/") }}
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2015.12/") }}
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.01-1/") }}
-
-{% endblock %}
diff --git a/components/toolchain/binaries/README.textile.GCC-5.3-2016.02-rc1 b/components/toolchain/binaries/README.textile.GCC-5.3-2016.02-rc1
deleted file mode 100644
index 8807361..0000000
--- a/components/toolchain/binaries/README.textile.GCC-5.3-2016.02-rc1
+++ /dev/null
@@ -1,74 +0,0 @@
-{# This document uses jinja2 templating markup. Please refer to the Jinja2
- template documentation for further information.
-
- http://jinja.pocoo.org/docs/dev/templates/
-
- This is an example of a child template that describes the specific
- information unique to a series. The common parts of the release notes are
- pulled in from the parent template in README.textile.
-
- Pull in the macros that differentiate between textile and no-txt -#}
-
-{%- from "components/toolchain/binaries/macros" import header with context -%}
-{% from "components/toolchain/binaries/macros" import url with context -%}
-{% from "components/toolchain/binaries/macros" import urlind with context -%}
-{% from "components/toolchain/binaries/macros" import email with context -%}
-{% from "components/toolchain/binaries/macros" import format with context -%}
-{%- extends "components/toolchain/binaries/README.textile"-%}
-
-
-{# Information important for the release goes into this block.
- It is added right after the release announce in README. #}
-{% block important %}
-{% call format("para") -%}
-Notice: All Linaro GCC {{ major }} series toolchain users should migrate to the latest version of the Linaro GCC {{ major }} toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
-{% endcall %}
-{% endblock %}
-
-{% block gcc_version_block %}
-{{ linaro_gcc_version }}
-{% endblock %}
-
-{% block glibc_version_block %}
-FSF glibc 2.21 (release/2.21)
-{% endblock %}
-
-{% block newlib_version_block %}
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
-{% endblock %}
-
-{% block binutils_version_block %}
-Linaro binutils 2.25 (linaro_binutils-2_25-branch)
-{% endblock %}
-
-{% block gdb_version_block %}
-FSF GDB 7.10 (gdb-7.10-branch)
-{% endblock %}
-
-{% block news %}
-
-{% call format("news") %}
-Applied fix for CVE-2015-7547 - A stack-based buffer overflow in glibc's getaddrinfo() was corrected in glibc 2.23 and backported into glibc 2.21.
-{% endcall %}
-
-{{ urlind(6,"https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html") }}
-
-{% call format("news") -%}
-ARMv8.1 Instruction Support - ARMv8.1 instructions support was checked into GCC and binutils. It has been backported into Linaro GCC 5.3 and Linaro binutils 2.25.
-{% endcall %}
-
-{% call format("news") -%}
-Backported -Bsymbolic-functions into Linaro binutils 2.25.
-{% endcall %}
-
-{% call format("news") -%}
-Performance related backports from Linaro GCC 5.2-2015.11, Linaro GCC 5.2-2015.12, and Linaro GCC 5.3-2016.01-1 have been included.
-
-See the following Linaro GCC snapshots:
-{% endcall %}
-
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.2-2015.11/") }}
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2015.12/") }}
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.01-1/") }}
-
-{% endblock %}