diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 2ba259de..c8652caa 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -72,9 +72,9 @@ config GDB_V_7_12_1 prompt "7.12.1" select GDB_7_12_or_later -config GDB_V_7_11 +config GDB_V_7_11_1 bool - prompt "7.11" + prompt "7.11.1" select GDB_7_2_or_later config GDB_V_7_10_1 @@ -279,7 +279,7 @@ config GDB_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "7.12.1" if GDB_V_7_12_1 - default "7.11" if GDB_V_7_11 + default "7.11.1" if GDB_V_7_11_1 default "7.10.1" if GDB_V_7_10_1 default "7.10" if GDB_V_7_10 default "7.9.1" if GDB_V_7_9_1 diff --git a/patches/gdb/7.11/100-musl_fix.patch b/patches/gdb/7.11.1/100-musl_fix.patch similarity index 100% rename from patches/gdb/7.11/100-musl_fix.patch rename to patches/gdb/7.11.1/100-musl_fix.patch diff --git a/patches/gdb/7.11/101-uclibc-no-gettimeofday-clobber.patch b/patches/gdb/7.11.1/101-uclibc-no-gettimeofday-clobber.patch similarity index 100% rename from patches/gdb/7.11/101-uclibc-no-gettimeofday-clobber.patch rename to patches/gdb/7.11.1/101-uclibc-no-gettimeofday-clobber.patch diff --git a/patches/gdb/7.11/111-xtensa-make-sure-ar_base-is-initialized.patch b/patches/gdb/7.11.1/111-xtensa-make-sure-ar_base-is-initialized.patch similarity index 100% rename from patches/gdb/7.11/111-xtensa-make-sure-ar_base-is-initialized.patch rename to patches/gdb/7.11.1/111-xtensa-make-sure-ar_base-is-initialized.patch diff --git a/patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch b/patches/gdb/7.11.1/112-WIP-end-of-prologue-detection-hack.patch similarity index 100% rename from patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch rename to patches/gdb/7.11.1/112-WIP-end-of-prologue-detection-hack.patch