From 7c083e652fe86dbcff0a3f30bef9481169825919 Mon Sep 17 00:00:00 2001 From: Charles Baylis Date: Wed, 19 Apr 2017 15:37:27 +0100 Subject: binaries: support gcc7 builds. Copy list.txt -> list-{5,6}.txt Copy list-mingw.txt -> list-mingw-{5,6}.txt Add gcov-dump to list.txt, list-mingw.txt for gcc7 (binutils 2.28) Change-Id: Ica5e66a863ec108de59c86e6e4c7ac1c5feabdbd --- binaries/list-5.txt | 31 +++++++++++++++++++++++++++++++ binaries/list-6.txt | 31 +++++++++++++++++++++++++++++++ binaries/list-mingw-5.txt | 35 +++++++++++++++++++++++++++++++++++ binaries/list-mingw-6.txt | 35 +++++++++++++++++++++++++++++++++++ binaries/list-mingw.txt | 1 + binaries/list.txt | 1 + 6 files changed, 134 insertions(+) create mode 100644 binaries/list-5.txt create mode 100644 binaries/list-6.txt create mode 100644 binaries/list-mingw-5.txt create mode 100644 binaries/list-mingw-6.txt diff --git a/binaries/list-5.txt b/binaries/list-5.txt new file mode 100644 index 0000000..737c882 --- /dev/null +++ b/binaries/list-5.txt @@ -0,0 +1,31 @@ +__TARGET__-addr2line +__TARGET__-ar +__TARGET__-as +__TARGET__-c++ +__TARGET__-c++filt +__TARGET__-cpp +__TARGET__-dwp +__TARGET__-elfedit +__TARGET__-g++ +__TARGET__-gcc +__TARGET__-gcc-ar +__TARGET__-gcc-nm +__TARGET__-gcc-ranlib +__TARGET__-gcov +__TARGET__-gcov-tool +__TARGET__-gdb +__TARGET__-gfortran +__TARGET__-gprof +__TARGET__-ld +__TARGET__-ld.bfd +__TARGET__-ld.gold +__TARGET__-nm +__TARGET__-objcopy +__TARGET__-objdump +__TARGET__-ranlib +__TARGET__-readelf +__TARGET__-size +__TARGET__-strings +__TARGET__-strip +gdbserver +runtest diff --git a/binaries/list-6.txt b/binaries/list-6.txt new file mode 100644 index 0000000..737c882 --- /dev/null +++ b/binaries/list-6.txt @@ -0,0 +1,31 @@ +__TARGET__-addr2line +__TARGET__-ar +__TARGET__-as +__TARGET__-c++ +__TARGET__-c++filt +__TARGET__-cpp +__TARGET__-dwp +__TARGET__-elfedit +__TARGET__-g++ +__TARGET__-gcc +__TARGET__-gcc-ar +__TARGET__-gcc-nm +__TARGET__-gcc-ranlib +__TARGET__-gcov +__TARGET__-gcov-tool +__TARGET__-gdb +__TARGET__-gfortran +__TARGET__-gprof +__TARGET__-ld +__TARGET__-ld.bfd +__TARGET__-ld.gold +__TARGET__-nm +__TARGET__-objcopy +__TARGET__-objdump +__TARGET__-ranlib +__TARGET__-readelf +__TARGET__-size +__TARGET__-strings +__TARGET__-strip +gdbserver +runtest diff --git a/binaries/list-mingw-5.txt b/binaries/list-mingw-5.txt new file mode 100644 index 0000000..f3e5299 --- /dev/null +++ b/binaries/list-mingw-5.txt @@ -0,0 +1,35 @@ +__TARGET__-addr2line.exe +__TARGET__-ar.exe +__TARGET__-as.exe +__TARGET__-c++.exe +__TARGET__-c++filt.exe +__TARGET__-cpp.exe +__TARGET__-dwp.exe +__TARGET__-elfedit.exe +__TARGET__-g++.exe +__TARGET__-gcc-ar.exe +__TARGET__-gcc-nm.exe +__TARGET__-gcc-ranlib.exe +__TARGET__-gcc.exe +__TARGET__-gcov-tool.exe +__TARGET__-gcov.exe +__TARGET__-gdb.exe +__TARGET__-gfortran.exe +__TARGET__-gprof.exe +__TARGET__-ld.bfd.exe +__TARGET__-ld.exe +__TARGET__-ld.gold.exe +__TARGET__-nm.exe +__TARGET__-objcopy.exe +__TARGET__-objdump.exe +__TARGET__-ranlib.exe +__TARGET__-readelf.exe +__TARGET__-size.exe +__TARGET__-strings.exe +__TARGET__-strip.exe +dll +gdbserver +libpython2.7.dll +libwinpthread-1.dll +pylib +runtest diff --git a/binaries/list-mingw-6.txt b/binaries/list-mingw-6.txt new file mode 100644 index 0000000..f3e5299 --- /dev/null +++ b/binaries/list-mingw-6.txt @@ -0,0 +1,35 @@ +__TARGET__-addr2line.exe +__TARGET__-ar.exe +__TARGET__-as.exe +__TARGET__-c++.exe +__TARGET__-c++filt.exe +__TARGET__-cpp.exe +__TARGET__-dwp.exe +__TARGET__-elfedit.exe +__TARGET__-g++.exe +__TARGET__-gcc-ar.exe +__TARGET__-gcc-nm.exe +__TARGET__-gcc-ranlib.exe +__TARGET__-gcc.exe +__TARGET__-gcov-tool.exe +__TARGET__-gcov.exe +__TARGET__-gdb.exe +__TARGET__-gfortran.exe +__TARGET__-gprof.exe +__TARGET__-ld.bfd.exe +__TARGET__-ld.exe +__TARGET__-ld.gold.exe +__TARGET__-nm.exe +__TARGET__-objcopy.exe +__TARGET__-objdump.exe +__TARGET__-ranlib.exe +__TARGET__-readelf.exe +__TARGET__-size.exe +__TARGET__-strings.exe +__TARGET__-strip.exe +dll +gdbserver +libpython2.7.dll +libwinpthread-1.dll +pylib +runtest diff --git a/binaries/list-mingw.txt b/binaries/list-mingw.txt index f3e5299..05a3e47 100644 --- a/binaries/list-mingw.txt +++ b/binaries/list-mingw.txt @@ -11,6 +11,7 @@ __TARGET__-gcc-ar.exe __TARGET__-gcc-nm.exe __TARGET__-gcc-ranlib.exe __TARGET__-gcc.exe +__TARGET__-gcov-dump.exe __TARGET__-gcov-tool.exe __TARGET__-gcov.exe __TARGET__-gdb.exe diff --git a/binaries/list.txt b/binaries/list.txt index 737c882..1a28076 100644 --- a/binaries/list.txt +++ b/binaries/list.txt @@ -12,6 +12,7 @@ __TARGET__-gcc-ar __TARGET__-gcc-nm __TARGET__-gcc-ranlib __TARGET__-gcov +__TARGET__-gcov-dump __TARGET__-gcov-tool __TARGET__-gdb __TARGET__-gfortran -- cgit v1.2.3