diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-19 09:20:40 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-19 09:36:51 -0800 |
commit | 92d5c6d159a66b79dcbfe83ce460fe9939b32433 (patch) | |
tree | aa90067602bf1affa0ce4e018582795b7cc26464 | |
parent | eb8c9024b4fe51925aff3d8d158188a97034a445 (diff) | |
download | crosstool-ng-92d5c6d159a66b79dcbfe83ce460fe9939b32433.tar.gz crosstool-ng-92d5c6d159a66b79dcbfe83ce460fe9939b32433.tar.bz2 crosstool-ng-92d5c6d159a66b79dcbfe83ce460fe9939b32433.zip |
Upgrade GDB 7.12 -> 7.12.1
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | config/debug/gdb.in | 6 | ||||
-rw-r--r-- | patches/gdb/7.12.1/100-musl_fix.patch (renamed from patches/gdb/7.12/100-musl_fix.patch) | 0 | ||||
-rw-r--r-- | patches/gdb/7.12.1/101-uclibc-no-gettimeofday-clobber.patch (renamed from patches/gdb/7.12/101-uclibc-no-gettimeofday-clobber.patch) | 0 | ||||
-rw-r--r-- | patches/gdb/7.12.1/111-xtensa-make-sure-ar_base-is-initialized.patch (renamed from patches/gdb/7.12/111-xtensa-make-sure-ar_base-is-initialized.patch) | 0 | ||||
-rw-r--r-- | patches/gdb/7.12.1/112-WIP-end-of-prologue-detection-hack.patch (renamed from patches/gdb/7.12/112-WIP-end-of-prologue-detection-hack.patch) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 0bf17403..2ba259de 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -67,9 +67,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config GDB_V_7_12 +config GDB_V_7_12_1 bool - prompt "7.12" + prompt "7.12.1" select GDB_7_12_or_later config GDB_V_7_11 @@ -278,7 +278,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "7.12" if GDB_V_7_12 + default "7.12.1" if GDB_V_7_12_1 default "7.11" if GDB_V_7_11 default "7.10.1" if GDB_V_7_10_1 default "7.10" if GDB_V_7_10 diff --git a/patches/gdb/7.12/100-musl_fix.patch b/patches/gdb/7.12.1/100-musl_fix.patch index c0c1e0ae..c0c1e0ae 100644 --- a/patches/gdb/7.12/100-musl_fix.patch +++ b/patches/gdb/7.12.1/100-musl_fix.patch diff --git a/patches/gdb/7.12/101-uclibc-no-gettimeofday-clobber.patch b/patches/gdb/7.12.1/101-uclibc-no-gettimeofday-clobber.patch index cd7a4c67..cd7a4c67 100644 --- a/patches/gdb/7.12/101-uclibc-no-gettimeofday-clobber.patch +++ b/patches/gdb/7.12.1/101-uclibc-no-gettimeofday-clobber.patch diff --git a/patches/gdb/7.12/111-xtensa-make-sure-ar_base-is-initialized.patch b/patches/gdb/7.12.1/111-xtensa-make-sure-ar_base-is-initialized.patch index 982bd7f7..982bd7f7 100644 --- a/patches/gdb/7.12/111-xtensa-make-sure-ar_base-is-initialized.patch +++ b/patches/gdb/7.12.1/111-xtensa-make-sure-ar_base-is-initialized.patch diff --git a/patches/gdb/7.12/112-WIP-end-of-prologue-detection-hack.patch b/patches/gdb/7.12.1/112-WIP-end-of-prologue-detection-hack.patch index 506a57c3..506a57c3 100644 --- a/patches/gdb/7.12/112-WIP-end-of-prologue-detection-hack.patch +++ b/patches/gdb/7.12.1/112-WIP-end-of-prologue-detection-hack.patch |