aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/Changelog.txt')
-rw-r--r--upstream/Changelog.txt28
1 files changed, 18 insertions, 10 deletions
diff --git a/upstream/Changelog.txt b/upstream/Changelog.txt
index d8e4764..f263591 100644
--- a/upstream/Changelog.txt
+++ b/upstream/Changelog.txt
@@ -1,23 +1,26 @@
-2012-08-24 Magnus Granberg <zorry@gentoo.org
+2012-09-10 Magnus Granberg <zorry@gentoo.org
* configure.ac Add new configure options espf.
- * Makefile.in Add -fno-stack-protector when
+ * Makefile.tpl Add -fno-stack-protector when
needed for espf.
+ * configure Regenerated
+ * Makefile.in Likewise.
gcc/
* configure.ac Add new configure options espf.
+ Add -Wno-format-security to warn flags.
+ * configure Regenerated
+ * config.in Regenerated
* Makefile.in Add -fno-PIE when needed for
espf.
- * config.in Add ENABLE_ESPF,
- ENABLE_ESPF_FORTIFY, ENABLE_ESPF_PIE and
- ENABLE_ESPF_SSP.
- * config/linux.h Define ESPF_GCC_PIE_SPEC,
+ * config/gnu-user.h Define ESPF_GCC_PIE_SPEC,
ESPF_GCC_SSP_SPEC, ESPF_CPP_UNIQUE_OPTIONS_SPEC,
ESPF_DRIVER_SELF_SPECS and ESPF_EXTRA_SPECS.
- * config/i386/linux.h Define DRIVER_SELF_SPECS.
- * config/i386/linux64.h Likewise.
+ * config/i386/gnu-user64.h Define DRIVER_SELF_SPECS.
* config/i386/gnu-user.h Add ESPF_EXTRA_SPECS to
+ SUBTARGET_EXTRA_SPECS when needed. Define
+ DRIVER_SELF_SPECS.
+ * config/i386/i386.h Add ESPF_EXTRA_SPECS to
SUBTARGET_EXTRA_SPECS when needed.
- * config/i386/i386.h Likewise.
* gcc.c Add espf_cpp_unique_options
to cpp_unique_options when needed.
* c-family/c-common.c Enable warn_format when espf is
@@ -27,8 +30,13 @@
libgcc/
* libgcc/Makefile.in Add -fno-PIE when needed for
espf.
+ libcpp/
+ * configure.ac Add -Wno-format-security to warn
+ flags.
+ * configure Regenerated
+ * config.in Regenerated
-2012-08-26 Magnus Granberg <zorry@gentoo.org>
+2012-09-10 Magnus Granberg <zorry@gentoo.org>
Kees Cook <kees@ubuntu.com>
gcc/doc/