diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2012-11-18 22:16:17 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2012-11-18 22:16:17 +0000 |
commit | 11ea2d3dc3f9555137e95b6c46592fa159b464d3 (patch) | |
tree | d6542111d4d1f9efe5b96714b395012ca106a288 /debian/patches/svn-doc-updates.diff | |
parent | 11221efa8ed6a43bffddcbc3353f0345b25bc918 (diff) | |
download | gcc-49-11ea2d3dc3f9555137e95b6c46592fa159b464d3.tar.gz |
* Update patches for GCC 4.8.
* Update debian/copyright for libatomic, libbacktrace, libsanitizer.
* Remove the soversion from the libstdc++*-dev packages.
* Build libatomic and libasan packages.
* Install the static libbacktrace library and header files.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@6251 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/svn-doc-updates.diff')
-rw-r--r-- | debian/patches/svn-doc-updates.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/svn-doc-updates.diff b/debian/patches/svn-doc-updates.diff index 6b86941..3e51231 100644 --- a/debian/patches/svn-doc-updates.diff +++ b/debian/patches/svn-doc-updates.diff @@ -1,6 +1,6 @@ -# DP: updates from the 4.7 branch upto 2012xxxx (documentation). +# DP: updates from the 4.8 branch upto 2012xxxx (documentation). -svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_7_1_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch \ +svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_8_0_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch \ | sed -r 's,^--- (\S+)\t(\S+)(.*)$,--- a/src/\1\t\2,;s,^\+\+\+ (\S+)\t(\S+)(.*)$,+++ b/src/\1\t\2,' \ | awk '/^Index:.*\.texi/ {skip=0; print; next} /^Index:/ {skip=1; next} skip==0' |