diff options
| author | David Turner <digit@android.com> | 2010-04-30 09:04:09 -0700 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2010-04-30 09:04:09 -0700 |
| commit | f68bf0c483879d30c4d97b9eaf8f9eb558ea1c45 (patch) | |
| tree | cbe07ea97dce3e9d76b78c63f2a3464ad57a9ec9 /gcc-4.2.1/README.android | |
| parent | c2511ac51c9e6e6b8cd9900d6159d46718414012 (diff) | |
| parent | 7bbf60e7d1d437a9b07a900c2e4b5e6a431020b1 (diff) | |
| download | toolchain_gcc-f68bf0c483879d30c4d97b9eaf8f9eb558ea1c45.tar.gz toolchain_gcc-f68bf0c483879d30c4d97b9eaf8f9eb558ea1c45.tar.bz2 toolchain_gcc-f68bf0c483879d30c4d97b9eaf8f9eb558ea1c45.zip | |
Merge "Add GNU-stack annotation to Android code."
Diffstat (limited to 'gcc-4.2.1/README.android')
| -rw-r--r-- | gcc-4.2.1/README.android | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc-4.2.1/README.android b/gcc-4.2.1/README.android index 710653899..ebaa4d75f 100644 --- a/gcc-4.2.1/README.android +++ b/gcc-4.2.1/README.android @@ -2,6 +2,25 @@ This is a modified version of gcc-4.2.1 for Android. It is based on a Google customized gcc-4.2.1. The Google specific changes are documented in README.google. In addition, this gcc also contains the following changes. +2010-04-29 Jing Yu <jingyu@google.com> + + Add GNU-stack to generated code to enhance security. Port from + http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00119.html + and also add a local patch which enforces eabi target to include + the GNU-stack annotation. + + Changed Files: + + gcc/config/arm/linux-elf.h + gcc/config/arm/arm.c + gcc/config/arm/arm.h + gcc/config/arm/lib1funcs.asm + gcc/config/arm/crti.asm + gcc/config/arm/crtn.asm + gcc/config/arm/libunwind.S + gcc/config/arm/eabi.h + + 2009-03-19 Doug Kwan <dougkwan@google.com> Fix two bugs that caused different code to be generated on Linux |
