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/gcc-default-fortify-source.diff | |
parent | 11221efa8ed6a43bffddcbc3353f0345b25bc918 (diff) | |
download | gcc-48-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/gcc-default-fortify-source.diff')
-rw-r--r-- | debian/patches/gcc-default-fortify-source.diff | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/patches/gcc-default-fortify-source.diff b/debian/patches/gcc-default-fortify-source.diff index 87489bd..1628a49 100644 --- a/debian/patches/gcc-default-fortify-source.diff +++ b/debian/patches/gcc-default-fortify-source.diff @@ -6,9 +6,11 @@ gcc/c-family/c-cppbuiltin.c | 3 + 2 files changed, 9 insertions(+), 0 deletions(-) +Index: b/src/gcc/doc/invoke.texi +=================================================================== --- a/src/gcc/doc/invoke.texi +++ b/src/gcc/doc/invoke.texi -@@ -5972,6 +5972,12 @@ +@@ -6543,6 +6543,12 @@ Please note the warning under @option{-fgcse} about invoking @option{-O2} on programs that use computed gotos. @@ -21,9 +23,11 @@ @item -O3 @opindex O3 Optimize yet more. @option{-O3} turns on all optimizations specified +Index: b/src/gcc/c-family/c-cppbuiltin.c +=================================================================== --- a/src/gcc/c-family/c-cppbuiltin.c +++ b/src/gcc/c-family/c-cppbuiltin.c -@@ -731,6 +731,10 @@ +@@ -854,6 +854,10 @@ builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0); builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); |