aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-12-12 20:38:39 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-12-12 20:41:16 +0000
commit54d74d0026016f2e8354d697649abee39a07014d (patch)
tree7a10334a90c714c8908fb42ee6319187f30ff3ed
parent51be7c3e868dbc9cd8d15a58504fa1128c983cee (diff)
Fix support for gdb-add-index.
We also use ABE's default config for GDB for GCC-5 and GCC-6, so both will now ship gdb-add-index. This patch adds it to the expected list of binaries for our gcc-5 and gcc-6 releases. Change-Id: I4064c162ab43a5570d0060df1aaff2373fa8cac7
-rw-r--r--binaries/list-5.txt1
-rw-r--r--binaries/list-6.txt1
-rw-r--r--binaries/list-mingw-5.txt1
-rw-r--r--binaries/list-mingw-6.txt1
4 files changed, 4 insertions, 0 deletions
diff --git a/binaries/list-5.txt b/binaries/list-5.txt
index a43770b..56be342 100644
--- a/binaries/list-5.txt
+++ b/binaries/list-5.txt
@@ -14,6 +14,7 @@ __TARGET__-gcov
__TARGET__-gcov-dump
__TARGET__-gcov-tool
__TARGET__-gdb
+__TARGET__-gdb-add-index
__TARGET__-gfortran
__TARGET__-gprof
__TARGET__-ld
diff --git a/binaries/list-6.txt b/binaries/list-6.txt
index ef2b28c..d5e63a7 100644
--- a/binaries/list-6.txt
+++ b/binaries/list-6.txt
@@ -15,6 +15,7 @@ __TARGET__-gcov
__TARGET__-gcov-dump
__TARGET__-gcov-tool
__TARGET__-gdb
+__TARGET__-gdb-add-index
__TARGET__-gfortran
__TARGET__-gprof
__TARGET__-ld
diff --git a/binaries/list-mingw-5.txt b/binaries/list-mingw-5.txt
index 0904740..1e4f02f 100644
--- a/binaries/list-mingw-5.txt
+++ b/binaries/list-mingw-5.txt
@@ -14,6 +14,7 @@ __TARGET__-gcov-dump.exe
__TARGET__-gcov-tool.exe
__TARGET__-gcov.exe
__TARGET__-gdb.exe
+__TARGET__-gdb-add-index.exe
__TARGET__-gfortran.exe
__TARGET__-gprof.exe
__TARGET__-ld.bfd.exe
diff --git a/binaries/list-mingw-6.txt b/binaries/list-mingw-6.txt
index af46d4f..9670a2b 100644
--- a/binaries/list-mingw-6.txt
+++ b/binaries/list-mingw-6.txt
@@ -15,6 +15,7 @@ __TARGET__-gcov-dump.exe
__TARGET__-gcov-tool.exe
__TARGET__-gcov.exe
__TARGET__-gdb.exe
+__TARGET__-gdb-add-index.exe
__TARGET__-gfortran.exe
__TARGET__-gprof.exe
__TARGET__-ld.bfd.exe