>>> Building on exopi-4 under devel/msp430/gdb BDEPENDS = [archivers/bzip2;devel/gmake;devel/msp430/binutils;sysutils/coreutils;devel/msp430/gcc] DIST = [devel/msp430/gdb:msp430/msp430-gdb-7.2a-20111205.patch;devel/msp430/gdb:msp430/gdb-7.2a.tar.bz2] FULLPKGNAME = msp430-gdb-7.2ap4 RDEPENDS = [devel/msp430/gcc;devel/msp430/binutils] Woken up devel/msp430/gdb (Junk lock failure for exopi-4 at 1714616749.45757) Received IO (Junk lock obtained for exopi-4 at 1714616750.39) Received IO Woken up devel/msp430/gdb Woken up devel/msp430/gdb Woken up devel/msp430/gdb >>> Running depends in devel/msp430/gdb at 1714616752.44 last junk was in audio/xmms2 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 coreutils-9.4p0 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 coreutils-9.4p0 gmake-4.4.1 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 coreutils-9.4p0 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 >>> Running show-prepare-results in devel/msp430/gdb at 1714616763.79 ===> devel/msp430/gdb ===> Building from scratch msp430-gdb-7.2ap4 ===> msp430-gdb-7.2ap4 depends on: msp430-binutils->=2.21.1a -> msp430-binutils-2.21.1ap3 ===> msp430-gdb-7.2ap4 depends on: msp430-gcc->=4.6.3 -> msp430-gcc-4.6.3p5 ===> msp430-gdb-7.2ap4 depends on: coreutils-* -> coreutils-9.4p0 ===> msp430-gdb-7.2ap4 depends on: gmake-* -> gmake-4.4.1 ===> msp430-gdb-7.2ap4 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c expat m curses z ===> found c.100.0 expat.14.1 m.10.1 curses.15.0 z.7.0 bzip2-1.0.8p0 coreutils-9.4p0 gmake-4.4.1 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 (Junk lock released for exopi-4 at 1714616765.68) Woken up mail/courier-imap,-main distfiles size=19326029 >>> Running patch in devel/msp430/gdb at 1714616765.72 ===> devel/msp430/gdb ===> Checking files for msp430-gdb-7.2ap4 `/exopi-cvs/ports/distfiles/msp430/gdb-7.2a.tar.bz2' is up to date. `/exopi-cvs/ports/distfiles/msp430/msp430-gdb-7.2a-20111205.patch' is up to date. >> (SHA256) msp430/gdb-7.2a.tar.bz2: OK >> (SHA256) msp430/msp430-gdb-7.2a-20111205.patch: OK ===> Extracting for msp430-gdb-7.2ap4 ===> Patching for msp430-gdb-7.2ap4 ===> Applying distribution patches for msp430-gdb-7.2ap4 ===> Applying distribution patch msp430-gdb-7.2a-20111205.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Copyright 2000-2011 Free Software Foundation, Inc. | |The material in this patch is a derivative work of the gdb package, |and is subject to licensing and copyright of its parent package. | |This patch adds/enhances support for the Texas Instruments MSP430 family of |microcontrollers to GNU gdb. The material incorporated is maintained |in a git repository hosted at: | | git://mspgcc.git.sourceforge.net/gitroot/mspgcc/gdb | |This patch incorporates changes between: | upstream/release/gdb-7.2a (c06d833afeb33bb26ac9649dc444cc0678ca357a) |and | gdb-7_2/gdb-7.2a (58c8225524d36fc0962289497226283f004d2628) | |To build, obtain the upstream release distribution from: | ftp://ftp.gnu.org/pub/gnu/gdb/gdb-7.2a.tar.bz2 | |Unpack the distribution, apply the patch, and build. (Note: The example |commands are in Bourne-shell syntax.) | | tar xjf gdb-7.2a.tar.bz2 | ( cd gdb-7.2 ; patch -p1 < ../msp430-gdb-7.2a-20111205.patch ) | mkdir -p BUILD/gdb | cd BUILD/gdb | ../../gdb-7.2/configure \ | --target=msp430 \ | --prefix=/usr/local/msp430 \ | 2>&1 | tee co | make 2>&1 | tee mo | make install 2>&1 | tee moi | |For support please use the mspgcc-users mailing list. You can subscribe at |https://lists.sourceforge.net/lists/listinfo/mspgcc-users. Once subscribed, |you can post by email to mspgcc-users@lists.sourceforge.net. To report |bugs, please file a tracker ticket on SourceForge at |https://sourceforge.net/tracker/?group_id=42303&atid=432701 | |Patch file generated: 2011-12-05T14:24:19-06:00 | |Log of relevant changes: |ad6c20c [2011-10-06 11:34:04 -0500] Consolidate decl/defn, hide unreferenced defn |ec15542 [2011-10-06 11:06:42 -0500] Remove undefined static function declarations |078b594 [2011-10-06 11:37:41 -0500] Remove dependence on hacked version number |b6227c5 [2011-01-03 15:51:28 -0600] Convert sim/msp430 to autoconf.ac and regenerate |94fc11f [2011-01-03 12:01:49 -0600] Return null pointer if no useful information found |4f1d068 [2010-07-16 19:50:34 -0500] Apply gdb-6.8.patch from c018dd1 |c9f44ae [2011-01-03 10:52:34 -0600] Remove gratuitous whitespace |6810f9a [2011-01-03 10:51:22 -0600] Run everything through GNU indent |c7026b3 [2010-12-13 11:06:53 -0600] patch from Luca Bruno |8c4adc3 [2010-01-14 11:58:49 +0000] Added patch for gcc 4.4.2 fixing incorrect structure pushing Fixed incorrect "call offset(sp)" instruction generation and simulation Fixed incorrect prologue generation for function with stack frame pointer caused by stack arguments and without local variables |00ba8a8 [2009-11-21 19:30:36 +0000] Added full support for DWARF2 frame info and epilogue-based unwinder. |032bcf9 [2009-10-25 10:25:58 +0000] git-svn-id: http://mspgcc4.svn.sourceforge.net/svnroot/mspgcc4@17 9c79f009-54bf-40f1-a1dd-edde5f34ab85 |a254b44 [2009-10-24 19:14:13 +0000] Added full support for GDB 6.8 and 7.0 Added support for GCC 4.4.2 | |diff --git gdb-7.2a.orig/bfd/archures.c gdb-7.2a/bfd/archures.c |index 0e08571..fa47f55 100644 |--- gdb-7.2a.orig/bfd/archures.c |+++ gdb-7.2a/bfd/archures.c -------------------------- Patching file bfd/archures.c using Plan A... Hunk #1 succeeded at 403. Hunk #2 succeeded at 417. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/bfd-in2.h gdb-7.2a/bfd/bfd-in2.h |index f97c67f..21f282a 100644 |--- gdb-7.2a.orig/bfd/bfd-in2.h |+++ gdb-7.2a/bfd/bfd-in2.h -------------------------- Patching file bfd/bfd-in2.h using Plan A... Hunk #1 succeeded at 2069. Hunk #2 succeeded at 2083. Hunk #3 succeeded at 4480. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/cpu-msp430.c gdb-7.2a/bfd/cpu-msp430.c |index 63c301a..88ed2ae 100644 |--- gdb-7.2a.orig/bfd/cpu-msp430.c |+++ gdb-7.2a/bfd/cpu-msp430.c -------------------------- Patching file bfd/cpu-msp430.c using Plan A... Hunk #1 succeeded at 65. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/elf32-msp430.c gdb-7.2a/bfd/elf32-msp430.c |index 285475c..837344e 100644 |--- gdb-7.2a.orig/bfd/elf32-msp430.c |+++ gdb-7.2a/bfd/elf32-msp430.c -------------------------- Patching file bfd/elf32-msp430.c using Plan A... Hunk #1 succeeded at 90. Hunk #2 succeeded at 120. Hunk #3 succeeded at 163. Hunk #4 succeeded at 470. Hunk #5 succeeded at 514. Hunk #6 succeeded at 586. Hunk #7 succeeded at 641. Hunk #8 succeeded at 665. Hunk #9 succeeded at 674. Hunk #10 succeeded at 981. Hunk #11 succeeded at 1036. Hunk #12 succeeded at 1094. Hunk #13 succeeded at 1149. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/libbfd.h gdb-7.2a/bfd/libbfd.h |index 3da79d9..4ca4f00 100644 |--- gdb-7.2a.orig/bfd/libbfd.h |+++ gdb-7.2a/bfd/libbfd.h -------------------------- Patching file bfd/libbfd.h using Plan A... Hunk #1 succeeded at 2134. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/reloc.c gdb-7.2a/bfd/reloc.c |index 7d16869..d083467 100644 |--- gdb-7.2a.orig/bfd/reloc.c |+++ gdb-7.2a/bfd/reloc.c -------------------------- Patching file bfd/reloc.c using Plan A... Hunk #1 succeeded at 5118. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/gdb/configure.tgt gdb-7.2a/gdb/configure.tgt |index 97a532f..4cb2ebd 100644 |--- gdb-7.2a.orig/gdb/configure.tgt |+++ gdb-7.2a/gdb/configure.tgt -------------------------- Patching file gdb/configure.tgt using Plan A... Hunk #1 succeeded at 367. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/gdb/msp430-tdep.c gdb-7.2a/gdb/msp430-tdep.c |new file mode 100644 |index 0000000..b008b76 |--- /dev/null |+++ gdb-7.2a/gdb/msp430-tdep.c -------------------------- (Creating file gdb/msp430-tdep.c...) Patching file gdb/msp430-tdep.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/include/elf/msp430.h gdb-7.2a/include/elf/msp430.h |index 44f5c51..31372c7 100644 |--- gdb-7.2a.orig/include/elf/msp430.h |+++ gdb-7.2a/include/elf/msp430.h -------------------------- Patching file include/elf/msp430.h using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 47. Hunk #3 succeeded at 62. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/include/opcode/msp430.h gdb-7.2a/include/opcode/msp430.h |index d3bf130..60ec9d6 100644 |--- gdb-7.2a.orig/include/opcode/msp430.h |+++ gdb-7.2a/include/opcode/msp430.h -------------------------- Patching file include/opcode/msp430.h using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 34. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/opcodes/msp430-dis.c gdb-7.2a/opcodes/msp430-dis.c |index 9d7edbe..22a6ebd 100644 |--- gdb-7.2a.orig/opcodes/msp430-dis.c |+++ gdb-7.2a/opcodes/msp430-dis.c -------------------------- Patching file opcodes/msp430-dis.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 51. Hunk #3 succeeded at 205. Hunk #4 succeeded at 222. Hunk #5 succeeded at 238. Hunk #6 succeeded at 252. Hunk #7 succeeded at 278. Hunk #8 succeeded at 312. Hunk #9 succeeded at 665. Hunk #10 succeeded at 824. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/configure gdb-7.2a/sim/configure |index b6488e2..9404d6b 100755 |--- gdb-7.2a.orig/sim/configure |+++ gdb-7.2a/sim/configure -------------------------- Patching file sim/configure using Plan A... Hunk #1 succeeded at 651. Hunk #2 succeeded at 3759. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/configure.tgt gdb-7.2a/sim/configure.tgt |index 592bc3c..0bb6b53 100644 |--- gdb-7.2a.orig/sim/configure.tgt |+++ gdb-7.2a/sim/configure.tgt -------------------------- Patching file sim/configure.tgt using Plan A... Hunk #1 succeeded at 82. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/Makefile.in gdb-7.2a/sim/msp430/Makefile.in |new file mode 100644 |index 0000000..c8c95d8 |--- /dev/null |+++ gdb-7.2a/sim/msp430/Makefile.in -------------------------- (Creating file sim/msp430/Makefile.in...) Patching file sim/msp430/Makefile.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/config.in gdb-7.2a/sim/msp430/config.in |new file mode 100644 |index 0000000..21724bc |--- /dev/null |+++ gdb-7.2a/sim/msp430/config.in -------------------------- (Creating file sim/msp430/config.in...) Patching file sim/msp430/config.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/configure gdb-7.2a/sim/msp430/configure |new file mode 100755 |index 0000000..13e5e55 |--- /dev/null |+++ gdb-7.2a/sim/msp430/configure -------------------------- (Creating file sim/msp430/configure...) Patching file sim/msp430/configure using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/configure.ac gdb-7.2a/sim/msp430/configure.ac |new file mode 100644 |index 0000000..59ce35c |--- /dev/null |+++ gdb-7.2a/sim/msp430/configure.ac -------------------------- (Creating file sim/msp430/configure.ac...) Patching file sim/msp430/configure.ac using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/interp.c gdb-7.2a/sim/msp430/interp.c |new file mode 100644 |index 0000000..5778c89 |--- /dev/null |+++ gdb-7.2a/sim/msp430/interp.c -------------------------- (Creating file sim/msp430/interp.c...) Patching file sim/msp430/interp.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/msp430-alu.c gdb-7.2a/sim/msp430/msp430-alu.c |new file mode 100644 |index 0000000..e013def |--- /dev/null |+++ gdb-7.2a/sim/msp430/msp430-alu.c -------------------------- (Creating file sim/msp430/msp430-alu.c...) Patching file sim/msp430/msp430-alu.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/stamp-h gdb-7.2a/sim/msp430/stamp-h |new file mode 100644 |index 0000000..8b13789 |--- /dev/null |+++ gdb-7.2a/sim/msp430/stamp-h -------------------------- (Creating file sim/msp430/stamp-h...) Patching file sim/msp430/stamp-h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/sysdep.h gdb-7.2a/sim/msp430/sysdep.h |new file mode 100644 |index 0000000..4035572 |--- /dev/null |+++ gdb-7.2a/sim/msp430/sysdep.h -------------------------- (Creating file sim/msp430/sysdep.h...) Patching file sim/msp430/sysdep.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/targ-map.c gdb-7.2a/sim/msp430/targ-map.c |new file mode 100644 |index 0000000..b494ca9 |--- /dev/null |+++ gdb-7.2a/sim/msp430/targ-map.c -------------------------- (Creating file sim/msp430/targ-map.c...) Patching file sim/msp430/targ-map.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/targ-vals.h gdb-7.2a/sim/msp430/targ-vals.h |new file mode 100644 |index 0000000..9032f82 |--- /dev/null |+++ gdb-7.2a/sim/msp430/targ-vals.h -------------------------- (Creating file sim/msp430/targ-vals.h...) Patching file sim/msp430/targ-vals.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-bfd_doc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bfd/doc/Makefile.in.orig Tue Nov 30 11:51:27 2010 |+++ bfd/doc/Makefile.in Tue Nov 30 11:51:33 2010 -------------------------- Patching file bfd/doc/Makefile.in using Plan A... Hunk #1 succeeded at 68. done ===> Applying OpenBSD patch patch-etc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- etc/Makefile.in.orig Tue Nov 30 11:51:06 2010 |+++ etc/Makefile.in Tue Nov 30 11:51:15 2010 -------------------------- Patching file etc/Makefile.in using Plan A... Hunk #1 succeeded at 64. done ===> Applying OpenBSD patch patch-gdb_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't install the xml syscall files which only contain Linux' syscalls. | |--- gdb/Makefile.in.orig Thu Sep 1 19:30:12 2011 |+++ gdb/Makefile.in Thu Sep 1 19:30:12 2011 -------------------------- Patching file gdb/Makefile.in using Plan A... Hunk #1 succeeded at 1004. done ===> Applying OpenBSD patch patch-gdb_doc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- gdb/doc/Makefile.in.orig Tue Nov 30 11:50:40 2010 |+++ gdb/doc/Makefile.in Tue Nov 30 11:50:51 2010 -------------------------- Patching file gdb/doc/Makefile.in using Plan A... Hunk #1 succeeded at 71. done ===> Applying OpenBSD patch patch-libiberty_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libiberty/Makefile.in.orig Tue Nov 30 11:50:04 2010 |+++ libiberty/Makefile.in Tue Nov 30 11:50:19 2010 -------------------------- Patching file libiberty/Makefile.in using Plan A... Hunk #1 succeeded at 321. done ===> Applying OpenBSD patch patch-libiberty_testsuite_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |check-expandargv randomly succeeds or fails w/o a reason. | |--- libiberty/testsuite/Makefile.in.orig Tue Nov 30 12:51:50 2010 |+++ libiberty/testsuite/Makefile.in Tue Nov 30 12:52:01 2010 -------------------------- Patching file libiberty/testsuite/Makefile.in using Plan A... Hunk #1 succeeded at 45. done ===> Applying OpenBSD patch patch-sim_msp430_interp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sim/msp430/interp.c |--- sim/msp430/interp.c.orig |+++ sim/msp430/interp.c -------------------------- Patching file sim/msp430/interp.c using Plan A... Hunk #1 succeeded at 1880. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/msp430/gdb at 1714616776.98 ===> devel/msp430/gdb ===> Generating configure for msp430-gdb-7.2ap4 ===> Configuring for msp430-gdb-7.2ap4 Using /exopi-obj/pobj/msp430-gdb-7.2a/config.site (generated) configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) awk checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16 checking for objdir... .libs checking for version 0.10 (or later revision) of PPL... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking libelf.h usability... yes checking libelf.h presence... yes checking for libelf.h... yes checking gelf.h usability... yes checking gelf.h presence... yes checking for gelf.h... yes checking libelf/libelf.h usability... no checking libelf/libelf.h presence... no checking for libelf/libelf.h... no checking libelf/gelf.h usability... no checking libelf/gelf.h presence... no checking for libelf/gelf.h... no checking for the correct version of libelf... yes checking for elf_getshdrstrndx... yes checking for default BUILD_CONFIG... checking for bison... yacc checking for bison... bison checking for gm4... gm4 checking for flex... (cached) flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... expect checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... (cached) /usr/bin/ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for msp430-cc... no checking for msp430-gcc... msp430-gcc checking for msp430-c++... msp430-c++ checking for msp430-gcc... msp430-gcc checking for msp430-gcj... no checking for msp430-gfortran... no checking for msp430-ar... msp430-ar checking for msp430-as... msp430-as checking for msp430-dlltool... no checking for msp430-ld... msp430-ld checking for msp430-lipo... no checking for msp430-nm... msp430-nm checking for msp430-objdump... msp430-objdump checking for msp430-ranlib... msp430-ranlib checking for msp430-strip... msp430-strip checking for msp430-windres... no checking for msp430-windmc... no checking where to find the target ar... pre-installed checking where to find the target as... pre-installed checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... pre-installed checking where to find the target gcc... pre-installed checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target ld... pre-installed checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed checking where to find the target objdump... pre-installed checking where to find the target ranlib... pre-installed checking where to find the target strip... pre-installed checking where to find the target windres... pre-installed checking where to find the target windmc... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile >>> Running build in devel/msp430/gdb at 1714616808.26 ===> devel/msp430/gdb ===> Building for msp430-gdb-7.2ap4 gmake[1]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2' Configuring in ./libiberty configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... (cached) /usr/bin/perl checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for malloc.h... (cached) no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... no checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... no checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... no checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... no checking size of int... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for pid_t... (cached) yes checking for library containing strerror... none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for ffs... (cached) yes checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes checking for index... (cached) yes checking for insque... (cached) yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmem... (cached) yes checking for memmove... (cached) yes checking for mempcpy... no checking for memset... (cached) yes checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strndup... yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strverscmp... no checking for tmpnam... (cached) yes checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... (cached) yes checking for on_exit... no checking for psignal... (cached) yes checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for times... (cached) yes checking for sbrk... (cached) yes checking for gettimeofday... (cached) yes checking for realpath... (cached) yes checking for canonicalize_file_name... no checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking for __fsetlocking... no checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands Configuring in ./intl configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... no checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... (cached) yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... no checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.a checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.8.2, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands Configuring in ./bfd configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for x86_64-unknown-openbsd7.5-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for x86_64-unknown-openbsd7.5-ar... (cached) ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking size of long long... (cached) 8 checking size of void *... 8 checking size of long... 8 checking alloca.h usability... no checking alloca.h presence... no checking for alloca.h... no checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking whether string.h and strings.h may both be included... yes checking for fcntl... (cached) yes checking for getpagesize... (cached) yes checking for setitimer... (cached) yes checking for sysconf... (cached) yes checking for fdopen... (cached) yes checking for getuid... (cached) yes checking for getgid... (cached) yes checking for fileno... (cached) yes checking for strtoull... (cached) yes checking whether basename is declared... no checking whether ftello is declared... yes checking whether ftello64 is declared... no checking whether fseeko is declared... yes checking whether fseeko64 is declared... no checking whether ffs is declared... yes checking whether free is declared... yes checking whether getenv is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking linker --as-needed support... yes checking for cos in -lm... (cached) yes checking for gcc version with buggy 64-bit support... no checking for ftello... (cached) yes checking for ftello64... no checking for fseeko... (cached) yes checking for fseeko64... no checking for fopen64... no checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for madvise... (cached) yes checking for mprotect... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./sha1.c -o pic/sha1.o; \ else true; fi ./sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ ./sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ ./sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o sha1.o ./sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ ./sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ ./sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o concat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./crc32.c -o pic/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./filename_cmp.c -o pic/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./obstack.c -o pic/obstack.o; \ else true; fi ./obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ ./obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ ./obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obstack.o ./obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ ./obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ ./obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o partition.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./mempcpy.c -o pic/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o mempcpy.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strverscmp.c -o pic/strverscmp.o; \ else true; fi ./strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o strverscmp.o ./strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty/testsuite' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty/testsuite' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' creating bfdver.h rm -f elf32-target.h sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h sed -f ./targmatch.sed < ./config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' gmake[3]: Nothing to be done for 'info'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' Making info in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands gmake[3]: Nothing to be done for 'info'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[3]: Nothing to be done for 'info-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' Making all in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/sh ./../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_msp430_vec -DSELECT_VECS='&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_msp430_arch' ./archures.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_msp430_vec "-DSELECT_VECS=&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_msp430_arch" ./archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o bfdio.c:580:31: warning: 'memset' call operates on objects of type 'struct stat' while the size is based on a different type 'struct stat *' [-Wsizeof-pointer-memaccess] memset (statbuf, 0, sizeof (statbuf)); ~~~~~~~ ^~~~~~~ bfdio.c:580:31: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset (statbuf, 0, sizeof (statbuf)); ^~~~~~~ 1 warning generated. mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o cache.c:501:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bfd_cache_close_all () ^ void 1 warning generated. mv -f .deps/cache.Tpo .deps/cache.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o mv -f .deps/section.Tpo .deps/section.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_msp430_vec -DSELECT_VECS='&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_msp430_arch' ./targets.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_msp430_vec "-DSELECT_VECS=&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_msp430_arch" ./targets.c -o targets.o mv -f .deps/targets.Tpo .deps/targets.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o stab-syms.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bfd_get_stab_name (code) ^ 1 warning generated. mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c -o dwarf2.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c -o elf32-msp430.lo elf32-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c elf32-msp430.c -o elf32-msp430.o mv -f .deps/elf32-msp430.Tpo .deps/elf32-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -o elf.o mv -f .deps/elf.Tpo .deps/elf.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -o elflink.o elflink.c:4919:45: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] return (struct elf_link_hash_entry *) 0 - 1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ elflink.c:5031:46: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] if (h == (struct elf_link_hash_entry *) 0 - 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ elflink.c:12418:9: warning: variable 'l_sec_contents' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ elflink.c:12434:9: note: uninitialized use occurs here if (l_sec_contents) ^~~~~~~~~~~~~~ elflink.c:12418:5: note: remove the 'if' if its condition is always false if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ elflink.c:12416:44: note: initialize the variable 'l_sec_contents' to silence this warning bfd_byte *sec_contents, *l_sec_contents; ^ = NULL 3 warnings generated. mv -f .deps/elflink.Tpo .deps/elflink.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c -o cpu-msp430.lo cpu-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c cpu-msp430.c -o cpu-msp430.o cpu-msp430.c:128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compatible (a,b) ^ 1 warning generated. mv -f .deps/cpu-msp430.Tpo .deps/cpu-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo archive64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c archive64.c -o archive64.o mv -f .deps/archive64.Tpo .deps/archive64.Plo rm -f tofiles f=""; \ for i in elf32-msp430.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-msp430.lo archive64.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/sh ./../move-if-change tofiles ofiles touch stamp-ofiles /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -rpath /usr/local/x86_64-unknown-openbsd7.5/msp430/lib -release `cat libtool-soversion` -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-msp430.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-msp430.o archive64.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' Configuring in ./opcodes configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for x86_64-unknown-openbsd7.5-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for x86_64-unknown-openbsd7.5-ar... (cached) ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... (cached) yes checking whether basename is declared... no checking whether stpcpy is declared... yes checking linker --as-needed support... yes checking for cos in -lm... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' Making all in . gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_msp430 ./disassemble.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_msp430 ./disassemble.c -o disassemble.o ./disassemble.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] disassembler (abfd) ^ ./disassemble.c:479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] disassembler_usage (stream) ^ 2 warnings generated. mv -f .deps/disassemble.Tpo .deps/disassemble.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis-init.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c -o msp430-dis.lo msp430-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c msp430-dis.c -o msp430-dis.o msp430-dis.c:210:51: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2) ~~~~~~~~~~~~~~~~^~~~ msp430-dis.c:210:27: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2) ~~~~~~~~~~~~~~~~^~~~ 2 warnings generated. mv -f .deps/msp430-dis.Tpo .deps/msp430-dis.Plo /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -rpath /usr/local/x86_64-unknown-openbsd7.5/msp430/lib -release `cat ../bfd/libtool-soversion` -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo msp430-dis.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o msp430-dis.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib libopcodes.tmp; \ /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' Configuring in ./etc configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' for f in standards.info configure.info; do \ if test -f ./`echo $f | sed -e 's/.info$/.texi/'`; then \ if gmake "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: 'standards.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: 'configure.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' Configuring in ./libdecnumber configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for x86_64-unknown-openbsd7.5-ranlib... ranlib /exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libdecnumber/configure[3114]: cd: /msp430-gdb-7.2a_writes_to_HOME - No such file or directory checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wcast-qual... yes checking whether cc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for ctype.h... (cached) yes checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for stdio.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking size of int... 4 checking size of long... 8 checking for ANSI C header files... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for decimal floating point... dpd checking whether byte ordering is bigendian... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libdecnumber' source='decNumber.c' object='decNumber.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c decNumber.c source='decContext.c' object='decContext.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c decContext.c source='dpd/decimal32.c' object='decimal32.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal32.c source='dpd/decimal64.c' object='decimal64.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal64.c ./dpd/decimal64.c:617:8: warning: variable 'n' set but not used [-Wunused-but-set-variable] Int n; /* output bunch counter */ ^ 1 warning generated. source='dpd/decimal128.c' object='decimal128.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libdecnumber' Configuring in ./readline configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 Beginning configuration for readline-5.1 for x86_64-unknown-openbsd7.5 checking whether gmake sets $(MAKE)... yes checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether cc needs -traditional... no checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for an ANSI C-conforming const... (cached) yes checking for function prototypes... yes checking whether char is unsigned... no checking return type of signal handlers... (cached) void checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for fcntl... (cached) yes checking for kill... (cached) yes checking for lstat... (cached) yes checking for memmove... (cached) yes checking for putenv... (cached) yes checking for select... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for strcasecmp... (cached) yes checking for strpbrk... (cached) yes checking for tcgetattr... (cached) yes checking for vsnprintf... (cached) yes checking for isascii... (cached) yes checking for isxdigit... (cached) yes checking for getpwent... (cached) yes checking for getpwnam... (cached) yes checking for getpwuid... (cached) yes checking for working strcoll... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking for stdarg.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for pwd.h... (cached) yes checking for memory.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for termios.h... (cached) yes checking for termio.h... (cached) no checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking for sys/select.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/ptem.h... no checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether or not strcoll and strcmp differ... no checking whether the ctype macros accept non-ascii characters... no checking whether getpw functions are declared in pwd.h... yes checking whether termios.h defines TIOCGWINSZ... yes checking whether signal handlers are of type void... yes checking for TIOCSTAT in sys/ioctl.h... yes checking for FIONREAD in sys/ioctl.h... yes checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking for wctype.h... (cached) yes checking for wchar.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbsrtowcs... (cached) yes checking for mbrtowc... (cached) yes checking for mbrlen... yes checking for wctomb... yes checking for wcwidth... (cached) yes checking for wcsdup... yes checking for mbstate_t... yes checking for nl_langinfo and CODESET... yes checking configuration for building shared libraries... supported configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating shlib/Makefile config.status: creating config.h config.status: executing default commands gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/readline' rm -f readline.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe readline.c readline.c:280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_prompt (prompt) ^ readline.c:294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline (prompt) ^ readline.c:376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline_internal_teardown (eof) ^ readline.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_keyseq_cxt_dispose (cxt) ^ readline.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_subseq_getchar (key) ^ readline.c:615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_dispatch_callback (cxt) ^ readline.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_dispatch (key, map) ^ readline.c:672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_dispatch_subseq (key, map, got_subseq) ^ readline.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_subseq_result (r, map, key, got_subseq) ^ readline.c:1070:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bind_arrow_keys_internal (map) ^ readline.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_save_state (sp) ^ readline.c:1164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_restore_state (sp) ^ 12 warnings generated. rm -f vi_mode.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe vi_mode.c vi_mode.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_set_last (key, repeat, sign) ^ vi_mode.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_start_inserting (key, repeat, sign) ^ vi_mode.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_textmod_command (c) ^ vi_mode.c:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_stuff_insert (count) ^ vi_mode.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_redo (count, c) ^ vi_mode.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_undo (count, key) ^ vi_mode.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_yank_arg (count, key) ^ vi_mode.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_fetch_history (count, c) ^ vi_mode.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_search_again (count, key) ^ vi_mode.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_search (count, key) ^ vi_mode.c:310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_complete (ignore, key) ^ vi_mode.c:337:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_tilde_expand (ignore, key) ^ vi_mode.c:347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_prev_word (count, key) ^ vi_mode.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_next_word (count, key) ^ vi_mode.c:390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_end_word (count, key) ^ vi_mode.c:408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_fWord (count, ignore) ^ vi_mode.c:425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_bWord (count, ignore) ^ vi_mode.c:449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_eWord (count, ignore) ^ vi_mode.c:480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_fword (count, ignore) ^ vi_mode.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_bword (count, ignore) ^ vi_mode.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_eword (count, ignore) ^ vi_mode.c:570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_insert_beg (count, key) ^ vi_mode.c:579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_append_mode (count, key) ^ vi_mode.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_append_eol (count, key) ^ vi_mode.c:609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_eof_maybe (count, c) ^ vi_mode.c:620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_insertion_mode (count, key) ^ vi_mode.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_save_insert (up) ^ vi_mode.c:683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_movement_mode (count, key) ^ vi_mode.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_arg_digit (count, c) ^ vi_mode.c:714:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_change_mbchar_case (count) ^ vi_mode.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_change_case (count, ignore) ^ vi_mode.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_put (count, key) ^ vi_mode.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_column (count, key) ^ vi_mode.c:848:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_domove (key, nextkey) ^ vi_mode.c:946:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_arg_dispatch (c) ^ vi_mode.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_delete_to (count, key) ^ vi_mode.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_change_to (count, key) ^ vi_mode.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_yank_to (count, key) ^ vi_mode.c:1111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_rubout (count, key) ^ vi_mode.c:1142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_delete (count, key) ^ vi_mode.c:1173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_back_to_indent (count, key) ^ vi_mode.c:1183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_first_print (count, key) ^ vi_mode.c:1193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_callback_char_search (data) ^ vi_mode.c:1216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_char_search (count, key) ^ vi_mode.c:1290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_match (ignore, key) ^ vi_mode.c:1380:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_bracktype (c) ^ vi_mode.c:1396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_change_char (count, c, mb) ^ vi_mode.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_callback_getchar (mb, mblen) ^ vi_mode.c:1449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_callback_change_char (data) ^ vi_mode.c:1465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_change_char (count, key) ^ vi_mode.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_subst (count, key) ^ vi_mode.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_overstrike (count, key) ^ vi_mode.c:1522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_overstrike_delete (count, key) ^ vi_mode.c:1553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_replace (count, key) ^ vi_mode.c:1634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_callback_set_mark (data) ^ vi_mode.c:1645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_set_mark (count, key) ^ vi_mode.c:1692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_vi_callback_goto_mark (data) ^ vi_mode.c:1703:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_goto_mark (count, key) ^ 58 warnings generated. rm -f funmap.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe funmap.c funmap.c:193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_add_funmap_entry (name, function) ^ 1 warning generated. rm -f keymaps.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe keymaps.c keymaps.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_copy_keymap (map) ^ keymaps.c:125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_discard_keymap (map) ^ 2 warnings generated. rm -f parens.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe parens.c parens.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_enable_paren_matching (on_or_off) ^ parens.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_paren_blink_timeout (u) ^ parens.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_insert_close (count, invoking_key) ^ parens.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_matching_open (string, from, closer) ^ 4 warnings generated. rm -f search.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe search.c search.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] make_history_line_current (entry) ^ search.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] noninc_search_from_pos (string, pos, dir) ^ search.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] noninc_dosearch (string, dir) ^ search.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_init (dir, pchar) ^ search.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_cleanup (cxt, r) ^ search.c:239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_abort (cxt) ^ search.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_dispatch (cxt, c) ^ search.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_dosearch (cxt) ^ search.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] noninc_search (dir, pchar) ^ search.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_noninc_forward_search (count, key) ^ search.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_noninc_reverse_search (count, key) ^ search.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_noninc_forward_search_again (count, key) ^ search.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_noninc_reverse_search_again (count, key) ^ search.c:437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_nsearch_callback (cxt) ^ search.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_history_search_internal (count, dir) ^ search.c:540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_history_search_forward (count, ignore) ^ search.c:559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_history_search_backward (count, ignore) ^ 17 warnings generated. rm -f rltty.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe rltty.c rltty.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_winsize (tty) ^ rltty.c:150:7: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (ioctl (tty, TIOCGWINSZ, &w) == 0) ^ rltty.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] save_tty_chars (tiop) ^ rltty.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _get_tty_settings (tty, tiop) ^ rltty.c:518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_tty_settings (tty, tiop) ^ rltty.c:536:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _set_tty_settings (tty, tiop) ^ rltty.c:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_tty_settings (tty, tiop) ^ rltty.c:579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prepare_terminal_settings (meta_flag, oldtio, tiop) ^ rltty.c:656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_prep_terminal (meta_flag) ^ rltty.c:767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_restart_output (count, key) ^ rltty.c:779:3: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ioctl (fildes, TIOCSTART, 0); ^ rltty.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_stop_output (count, key) ^ rltty.c:818:3: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ioctl (fildes, TIOCSTOP, 0); ^ rltty.c:890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_special_char (kmap, tiop, sc, func) ^ rltty.c:909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_bind_tty_special_chars (kmap, ttybuff) ^ rltty.c:930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rltty_set_default_bindings (kmap) ^ rltty.c:948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_tty_set_default_bindings (kmap) ^ rltty.c:959:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_tty_unset_default_bindings (kmap) ^ 18 warnings generated. rm -f complete.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe complete.c complete.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_complete (ignore, invoking_key) ^ complete.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_possible_completions (ignore, invoking_key) ^ complete.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_insert_completions (ignore, invoking_key) ^ complete.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_completion_mode (cfunc) ^ complete.c:401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_completion_defaults (what_to_do) ^ complete.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_y_or_n (for_pager) ^ complete.c:442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_internal_pager (lines) ^ complete.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] path_isdir (filename) ^ complete.c:478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] stat_char (filename) ^ complete.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printable_part (pathname) ^ complete.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fnwidth (string) ^ complete.c:618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fnprint (to_print) ^ complete.c:694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_filename (to_print, full_pathname) ^ complete.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_quote_filename (s, rtype, qcp) ^ complete.c:814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_find_completion_word (fp, dp) ^ complete.c:886:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:886:23: note: place parentheses around the assignment to silence this warning while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ ( ) complete.c:886:23: note: use '==' to turn this assignment into an equality comparison while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ == complete.c:947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gen_completion_matches (text, start, end, our_func, found_quote, quote_char) ^ complete.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] remove_duplicate_matches (matches) ^ complete.c:1054:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compute_lcd_of_matches (match_list, matches, text) ^ complete.c:1205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] postprocess_matches (matchesp, matching_filenames) ^ complete.c:1265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_display_match_list (matches, len, max) ^ complete.c:1370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] display_matches (matches) ^ complete.c:1438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] make_quoted_replacement (match, mtype, qc) ^ complete.c:1483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert_match (match, start, mtype, qc) ^ complete.c:1524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_to_match (text, delimiter, quote_char, nontrivial_match) ^ complete.c:1587:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert_all_matches (matches, point, qc) ^ complete.c:1626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_free_match_list (matches) ^ complete.c:1649:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_complete_internal (what_to_do) ^ complete.c:1795:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_completion_matches (text, entry_function) ^ complete.c:1816:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (string = (*entry_function) (text, matches)) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:1816:17: note: place parentheses around the assignment to silence this warning while (string = (*entry_function) (text, matches)) ^ ( ) complete.c:1816:17: note: use '==' to turn this assignment into an equality comparison while (string = (*entry_function) (text, matches)) ^ == complete.c:1842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_username_completion_function (text, state) ^ complete.c:1867:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (entry = getpwent ()) ~~~~~~^~~~~~~~~~~~~ complete.c:1867:16: note: place parentheses around the assignment to silence this warning while (entry = getpwent ()) ^ ( ) complete.c:1867:16: note: use '==' to turn this assignment into an equality comparison while (entry = getpwent ()) ^ == complete.c:1903:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_filename_completion_function (text, state) ^ complete.c:2106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_menu_complete (count, ignore) ^ 34 warnings generated. rm -f bind.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe bind.c bind.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_add_defun (name, function, key) ^ bind.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_key (key, function) ^ bind.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_key_in_map (key, function, map) ^ bind.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_key_if_unbound_in_map (key, default_func, kmap) ^ bind.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_key_if_unbound (key, default_func) ^ bind.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unbind_key (key) ^ bind.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unbind_key_in_map (key, map) ^ bind.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unbind_function_in_map (func, map) ^ bind.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unbind_command_in_map (command, map) ^ bind.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_keyseq (keyseq, function) ^ bind.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_keyseq_in_map (keyseq, function, map) ^ bind.c:263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_key (keyseq, function, map) ^ bind.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_keyseq_if_unbound_in_map (keyseq, default_func, kmap) ^ bind.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_bind_keyseq_if_unbound (keyseq, default_func) ^ bind.c:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_macro_bind (keyseq, macro, map) ^ bind.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_generic_bind (type, keyseq, data, map) ^ bind.c:435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_translate_keyseq (seq, array, len) ^ bind.c:442:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = l = 0; c = seq[i]; i++) ~~^~~~~~~~ bind.c:442:21: note: place parentheses around the assignment to silence this warning for (i = l = 0; c = seq[i]; i++) ^ ( ) bind.c:442:21: note: use '==' to turn this assignment into an equality comparison for (i = l = 0; c = seq[i]; i++) ^ == bind.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_untranslate_keyseq (seq) ^ bind.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_untranslate_macro_value (seq) ^ bind.c:735:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_read_file (filename, sizep) ^ bind.c:780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_re_read_init_file (count, ignore) ^ bind.c:797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_read_init_file (filename) ^ bind.c:822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_read_init_file (filename, include_level) ^ bind.c:889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_init_file_error (msg) ^ bind.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parser_if (args) ^ bind.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parser_else (args) ^ bind.c:1033:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parser_endif (args) ^ bind.c:1044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parser_include (args) ^ bind.c:1085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] handle_parser_directive (statement) ^ bind.c:1125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_parse_and_bind (string) ^ bind.c:1157:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 1; c = string[i]; i++) ~~^~~~~~~~~~~ bind.c:1157:21: note: place parentheses around the assignment to silence this warning for (i = 1; c = string[i]; i++) ^ ( ) bind.c:1157:21: note: use '==' to turn this assignment into an equality comparison for (i = 1; c = string[i]; i++) ^ == bind.c:1248:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (passc = 0; c = string[i]; i++) ~~^~~~~~~~~~~ bind.c:1248:25: note: place parentheses around the assignment to silence this warning for (passc = 0; c = string[i]; i++) ^ ( ) bind.c:1248:25: note: use '==' to turn this assignment into an equality comparison for (passc = 0; c = string[i]; i++) ^ == bind.c:1412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_boolean_var (name) ^ bind.c:1427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hack_special_boolean_var (i) ^ bind.c:1481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_string_var (name) ^ bind.c:1496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bool_to_int (value) ^ bind.c:1505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_variable_value (name) ^ bind.c:1526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_variable_bind (name, value) ^ bind.c:1554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_editmode (value) ^ bind.c:1575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_combegin (value) ^ bind.c:1588:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_compquery (value) ^ bind.c:1604:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_keymap (value) ^ bind.c:1619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_bell_style (value) ^ bind.c:1636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sv_isrchterm (value) ^ bind.c:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] glean_key_from_name (name) ^ bind.c:1726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_keymap_by_name (name) ^ bind.c:1738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_keymap_name (map) ^ bind.c:1749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_keymap (map) ^ bind.c:1816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_get_keyname (key) ^ bind.c:1892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_invoking_keyseqs_in_map (function, map) ^ bind.c:1997:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_invoking_keyseqs (function) ^ bind.c:2007:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_function_dumper (print_readably) ^ bind.c:2018:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; name = names[i]; i++) ~~~~~^~~~~~~~~~ bind.c:2018:20: note: place parentheses around the assignment to silence this warning for (i = 0; name = names[i]; i++) ^ ( ) bind.c:2018:20: note: use '==' to turn this assignment into an equality comparison for (i = 0; name = names[i]; i++) ^ == bind.c:2077:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_dump_functions (count, key) ^ bind.c:2088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_macro_dumper_internal (print_readably, map, prefix) ^ bind.c:2150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_macro_dumper (print_readably) ^ bind.c:2157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_dump_macros (count, key) ^ bind.c:2168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_get_string_variable_value (name) ^ bind.c:2224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_variable_dumper (print_readably) ^ bind.c:2256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_dump_variables (count, key) ^ bind.c:2268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] substring_member_of_array (string, array) ^ 62 warnings generated. rm -f isearch.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe isearch.c isearch.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_scxt_alloc (type, flags) ^ isearch.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_scxt_dispose (cxt, flags) ^ isearch.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_reverse_search_history (sign, key) ^ isearch.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_forward_search_history (sign, key) ^ isearch.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_display_search (search_string, reverse_p, where) ^ isearch.c:200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_isearch_init (direction) ^ isearch.c:261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_isearch_fini (cxt) ^ isearch.c:300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_search_getchar (cxt) ^ isearch.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_isearch_dispatch (cxt, c) ^ isearch.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_isearch_cleanup (cxt, r) ^ isearch.c:616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_search_history (direction, invoking_key) ^ isearch.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_isearch_callback (cxt) ^ 12 warnings generated. rm -f display.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe display.c display.c:223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expand_prompt (pmt, lp, lip, niflp, vlp) ^ display.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_strip_prompt (pmt) ^ display.c:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_expand_prompt (prompt) ^ display.c:406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_line_structures (minsize) ^ display.c:468:3: warning: call to undeclared function '_rl_block_sigint'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] _rl_block_sigint (); ^ display.c:1147:3: warning: call to undeclared function '_rl_release_sigint'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] _rl_release_sigint (); ^ display.c:1167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] update_line (old, new, current_line, omax, nmax, inv_botlin) ^ display.c:1680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_move_cursor_relative (new, data) ^ display.c:1774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_move_vert (to) ^ display.c:1815:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_show_char (c) ^ display.c:1843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_character_len (c, pos) ^ display.c:2001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_make_prompt_for_search (pchar) ^ display.c:2040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_erase_at_end_of_line (l) ^ display.c:2057:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_clear_to_eol (count) ^ display.c:2072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] space_to_eol (count) ^ display.c:2099:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert_some_chars (string, count, col) ^ display.c:2149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_chars (count) ^ display.c:2221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redraw_prompt (t) ^ display.c:2332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_col_width (str, start, end) ^ 19 warnings generated. rm -f signals.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe signals.c signals.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_signal_handler (sig) ^ signals.c:220:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*oh) (sig); ^ signals.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_sigwinch_handler (sig) ^ signals.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_sighandler (sig, handler, ohandler) ^ signals.c:276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_maybe_set_sighandler (sig, handler, ohandler) ^ 5 warnings generated. rm -f util.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe util.c util.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_alphabetic (c) ^ util.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_walphabetic (wc) ^ util.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_abort (count, key) ^ util.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_tty_status (count, key) ^ util.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_copy_text (from, to) ^ util.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_extend_line_buffer (len) ^ util.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_tilde_expand (ignore, key) ^ util.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_strindex (s1, s2) ^ util.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_qsort_string_compare (s1, s2) ^ util.c:339:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_digit_p) ^ util.c:340:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_digit_value) ^ util.c:341:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_lowercase_p) ^ util.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_pure_alphabetic) ^ util.c:343:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_to_lower) ^ util.c:344:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_to_upper) ^ util.c:345:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FUNCTION_FOR_MACRO (_rl_uppercase_p) ^ util.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_savestring (s) ^ 17 warnings generated. rm -f kill.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe kill.c kill.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_retained_kills (num) ^ kill.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_copy_to_kill_ring (text, append) ^ kill.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_kill_text (from, to) ^ kill.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_kill_word (count, key) ^ kill.c:225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_kill_word (count, ignore) ^ kill.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_kill_line (direction, ignore) ^ kill.c:272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_kill_line (direction, ignore) ^ kill.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_kill_full_line (count, ignore) ^ kill.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unix_word_rubout (count, key) ^ kill.c:349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unix_filename_rubout (count, key) ^ kill.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_unix_line_discard (count, key) ^ kill.c:411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] region_kill_internal (delete) ^ kill.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_copy_region_to_kill (count, ignore) ^ kill.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_kill_region (count, ignore) ^ kill.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_copy_word_as_kill (count, dir) ^ kill.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_copy_forward_word (count, key) ^ kill.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_copy_backward_word (count, key) ^ kill.c:503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_yank (count, ignore) ^ kill.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_yank_pop (count, key) ^ kill.c:556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_yank_nth_arg_internal (count, ignore, history_skip) ^ kill.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_yank_nth_arg (count, ignore) ^ kill.c:621:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_yank_last_arg (count, key) ^ 22 warnings generated. rm -f undo.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe undo.c undo.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_add_undo (what, start, end, text) ^ undo.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_fix_last_undo_of_type (type, start, end) ^ undo.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_modifying (start, end) ^ undo.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_revert_line (count, key) ^ undo.c:251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_undo_command (count, key) ^ 5 warnings generated. rm -f macro.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe macro.c macro.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_with_macro_input (string) ^ macro.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_add_macro_char (c) ^ macro.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_start_kbd_macro (ignore1, ignore2) ^ macro.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_end_kbd_macro (count, ignore) ^ macro.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_call_last_kbd_macro (count, ignore) ^ macro.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_push_macro_input (macro) ^ 6 warnings generated. rm -f input.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe input.c input.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_char (key) ^ input.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_unget_char (key) ^ input.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_keyboard_input_timeout (u) ^ input.c:329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_input_queued (t) ^ input.c:341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_insert_typein (c) ^ input.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_stuff_char (key) ^ input.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_execute_next (c) ^ input.c:427:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = _rl_next_macro_key ()) ~~^~~~~~~~~~~~~~~~~~~~~~~ input.c:427:13: note: place parentheses around the assignment to silence this warning if (c = _rl_next_macro_key ()) ^ ( ) input.c:427:13: note: use '==' to turn this assignment into an equality comparison if (c = _rl_next_macro_key ()) ^ == input.c:456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_getc (stream) ^ input.c:516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_read_mbchar (mbchar, size) ^ input.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_read_mbstring (first, mb, mblen) ^ 11 warnings generated. rm -f callback.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe callback.c callback.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_callback_handler_install (prompt, linefunc) ^ callback.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_callback_data_alloc (count) ^ callback.c:254:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void _rl_callback_data_dispose (arg) ^ 3 warnings generated. rm -f terminal.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe terminal.c terminal.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_get_screen_size (tty, ignore_env) ^ terminal.c:214:7: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (ioctl (tty, TIOCGWINSZ, &window_size) == 0) ^ terminal.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_set_screen_size (rows, cols) ^ terminal.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_screen_size (rows, cols) ^ terminal.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_screen_size (rows, cols) ^ terminal.c:407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_term_capabilities (bp) ^ terminal.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_init_terminal_io (terminal_name) ^ terminal.c:570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bind_termcap_arrow_keys (map) ^ terminal.c:592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_termcap (cap) ^ terminal.c:610:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_reset_terminal (terminal_name) ^ terminal.c:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_output_character_function (c) ^ terminal.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_output_some_chars (string, count) ^ terminal.c:646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_backspace (count) ^ terminal.c:723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_control_keypad (on) ^ terminal.c:745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_set_cursor (im, force) ^ 15 warnings generated. rm -f text.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe text.c text.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_insert_text (string) ^ text.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_delete_text (from, to) ^ text.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_fix_point (fix_mark_too) ^ text.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_replace_text (text, start, end) ^ text.c:200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_replace_line (text, clear_undo) ^ text.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_forward_byte (count, key) ^ text.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_forward_char (count, key) ^ text.c:328:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_forward (count, key) ^ text.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_byte (count, key) ^ text.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_char (count, key) ^ text.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward (count, key) ^ text.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_beg_of_line (count, key) ^ text.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_end_of_line (count, key) ^ text.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_forward_word (count, key) ^ text.c:479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_word (count, key) ^ text.c:529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_refresh_line (ignore1, ignore2) ^ text.c:551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_clear_screen (count, key) ^ text.c:568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_arrow_keys (count, c) ^ text.c:624:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_insert_char (count, c) ^ text.c:808:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_overwrite_char (count, c) ^ text.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_insert (count, c) ^ text.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_insert_next (count) ^ text.c:870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_insert_next_callback (data) ^ text.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_quoted_insert (count, key) ^ text.c:909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_tab_insert (count, key) ^ text.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_newline (count, key) ^ text.c:953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_do_lowercase_version (ignore1, ignore2) ^ text.c:963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_overwrite_rubout (count, key) ^ text.c:1006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_rubout (count, key) ^ text.c:1025:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_rubout_char (count, key) ^ text.c:1071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_delete (count, key) ^ text.c:1109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_rubout_or_delete (count, key) ^ text.c:1120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_delete_horizontal_space (count, ignore) ^ text.c:1149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_delete_or_show_completions (count, key) ^ text.c:1165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_insert_comment (count, key) ^ text.c:1204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_upcase_word (count, key) ^ text.c:1212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_downcase_word (count, key) ^ text.c:1220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_capitalize_word (count, key) ^ text.c:1232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_change_case (count, op) ^ text.c:1322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_transpose_words (count, key) ^ text.c:1383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_transpose_chars (count, key) ^ text.c:1448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_char_search_internal (count, dir, smbchar, len) ^ text.c:1515:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_char_search (count, fdir, bdir) ^ text.c:1548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_char_search_callback (data) ^ text.c:1559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_char_search (count, key) ^ text.c:1577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_backward_char_search (count, key) ^ text.c:1602:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_set_mark_at_pos (position) ^ text.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_set_mark (count, key) ^ text.c:1622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_exchange_point_and_mark (count, key) ^ 49 warnings generated. rm -f nls.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe nls.c nls.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_get_locale_var (v) ^ 1 warning generated. rm -f misc.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe misc.c misc.c:119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_arg_dispatch (cxt, c) ^ misc.c:215:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ misc.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_digit_argument (ignore, key) ^ misc.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_universal_argument (count, key) ^ misc.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_arg_callback (cxt) ^ misc.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_free_history_entry (entry) ^ misc.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_replace_from_history (entry, flags) ^ misc.c:440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_beginning_of_history (count, key) ^ misc.c:448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_end_of_history (count, key) ^ misc.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_next_history (count, key) ^ misc.c:498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_get_previous_history (count, key) ^ misc.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_vi_editing_mode (count, key) ^ misc.c:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_emacs_editing_mode (count, key) ^ misc.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_set_insert_mode (im, force) ^ misc.c:590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rl_overwrite_mode (count, key) ^ 15 warnings generated. rm -f compat.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe compat.c compat.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alphabetic (c) ^ compat.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] completion_matches (s, f) ^ compat.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] username_completion_function (s, i) ^ compat.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filename_completion_function (s, i) ^ 4 warnings generated. rm -f xmalloc.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe xmalloc.c xmalloc.c:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] memory_error_and_abort (fname) ^ xmalloc.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmalloc (bytes) ^ xmalloc.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xrealloc (pointer, bytes) ^ xmalloc.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xfree (string) ^ 4 warnings generated. rm -f history.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe history.c In file included from history.c:48: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strchr (); ^ history.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_set_history_state (state) ^ history.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_set_pos (pos) ^ history.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_get (offset) ^ history.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_get_time (hist) ^ history.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_history (string) ^ history.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_history_time (string) ^ history.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] free_history_entry (hist) ^ history.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] replace_history_entry (which, line, data) ^ history.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] remove_history (which) ^ history.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] stifle_history (max) ^ 11 warnings generated. rm -f histexpand.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histexpand.c In file included from histexpand.c:47: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strchr (); ^ histexpand.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_history_event (string, caller_index, delimiting_quote) ^ histexpand.c:208:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (local_index = i; c = string[i]; i++) ~~^~~~~~~~~~~ histexpand.c:208:27: note: place parentheses around the assignment to silence this warning for (local_index = i; c = string[i]; i++) ^ ( ) histexpand.c:208:27: note: use '==' to turn this assignment into an equality comparison for (local_index = i; c = string[i]; i++) ^ == histexpand.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hist_string_extract_single_quoted (string, sindex) ^ histexpand.c:324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] quote_breaks (s) ^ histexpand.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hist_error(s, start, current, errtype) ^ histexpand.c:425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_subst_pattern (str, iptr, delimiter, is_rhs, lenptr) ^ histexpand.c:519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_expand_internal (string, start, end_index_ptr, ret_string, current_line) ^ histexpand.c:923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_expand (hstring, output) ^ histexpand.c:1240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_history_word_specifier (spec, from, caller_index) ^ histexpand.c:1348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_arg_extract (first, last, string) ^ histexpand.c:1409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_tokenize_word (string, ind) ^ histexpand.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_substring (string, start, end) ^ histexpand.c:1511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_tokenize_internal (string, wind, indp) ^ histexpand.c:1566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_tokenize (string) ^ histexpand.c:1576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_find_word (line, ind) ^ 16 warnings generated. rm -f histfile.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histfile.c In file included from histfile.c:96: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strchr (); ^ histfile.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_filename (filename) ^ histfile.c:150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] read_history (filename) ^ histfile.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] read_history_range (filename, from, to) ^ histfile.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_truncate_file (fname, lines) ^ histfile.c:422:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_do_write (filename, nelements, overwrite) ^ histfile.c:530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_history (nelements, filename) ^ histfile.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] write_history (filename) ^ 8 warnings generated. rm -f histsearch.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histsearch.c In file included from histsearch.c:44: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strchr (); ^ histsearch.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_search_internal (string, direction, anchored) ^ histsearch.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_search (string, direction) ^ histsearch.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_search_prefix (string, direction) ^ histsearch.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] history_search_pos (string, dir, pos) ^ 5 warnings generated. rm -f shell.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe shell.c shell.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sh_single_quote (string) ^ shell.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sh_set_lines_and_columns (lines, cols) ^ shell.c:153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sh_get_env_value (varname) ^ shell.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sh_unset_nodelay_mode (fd) ^ 4 warnings generated. rm -f mbutil.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe mbutil.c mbutil.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_find_next_mbchar_internal (string, seed, count, find_non_zero) ^ mbutil.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_find_prev_mbchar_internal (string, seed, find_non_zero) ^ mbutil.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_get_char_len (src, ps) ^ mbutil.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2) ^ mbutil.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_adjust_point(string, point, ps) ^ mbutil.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_is_mbchar_matched (string, seed, end, mbchar, length) ^ mbutil.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_char_value (buf, ind) ^ mbutil.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_find_next_mbchar (string, seed, count, flags) ^ mbutil.c:364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _rl_find_prev_mbchar (string, seed, flags) ^ 9 warnings generated. rm -f tilde.o cc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe -DREADLINE_LIBRARY -c ./tilde.c ./tilde.c:128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_find_prefix (string, len) ^ ./tilde.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_find_suffix (string) ^ ./tilde.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_expand (string) ^ ./tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (result = strchr (string, '~')) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./tilde.c:199:14: note: place parentheses around the assignment to silence this warning if (result = strchr (string, '~')) ^ ( ) ./tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison if (result = strchr (string, '~')) ^ == ./tilde.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isolate_tilde_prefix (fname, lenp) ^ ./tilde.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] glue_prefix_and_suffix (prefix, suffix, suffind) ^ ./tilde.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_expand_word (filename) ^ 7 warnings generated. rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o test -n "ranlib" && ranlib libreadline.a rm -f libhistory.a ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o test -n "ranlib" && ranlib libhistory.a gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/readline' Configuring in ./sim configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile === configuring in msp430 (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/msp430) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.5 checking host system type... (cached) x86_64-unknown-openbsd7.5 checking target system type... (cached) msp430-unknown-none checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking whether NLS is requested... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for fcntl.h... (cached) yes checking fpu_control.h usability... no checking fpu_control.h presence... no checking for fpu_control.h... no checking for dlfcn.h... (cached) yes checking for errno.h... (cached) yes checking for sys/stat.h... (cached) yes checking for getrusage... (cached) yes checking for time... (cached) yes checking for sigaction... (cached) yes checking for __setfpucw... no checking for bind in -lsocket... no checking for gethostbyname in -lnsl... no checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking return type of signal handlers... (cached) void configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile.sim config.status: creating Make-common.sim config.status: creating .gdbinit config.status: creating config.h config.status: linking ../common/tconfig.in to tconfig.h config.status: linking ../common/nltvals.def to targ-vals.def config.status: executing Makefile commands Merging Makefile.sim+Make-common.sim into Makefile ... config.status: executing stamp-h commands === configuring in testsuite (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/testsuite) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.5 checking host system type... (cached) x86_64-unknown-openbsd7.5 checking target system type... (cached) msp430-unknown-none configure: creating ./config.status config.status: creating Makefile === configuring in common (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/common) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.5 checking host system type... (cached) x86_64-unknown-openbsd7.5 checking target system type... (cached) msp430-unknown-none checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking whether NLS is requested... no checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for fcntl.h... (cached) yes checking for fpu_control.h... (cached) no checking for dlfcn.h... (cached) yes checking for errno.h... (cached) yes checking for sys/stat.h... (cached) yes checking for getrusage... (cached) yes checking for time... (cached) yes checking for sigaction... (cached) yes checking for __setfpucw... (cached) no checking for bind in -lsocket... (cached) no checking for gethostbyname in -lnsl... (cached) no checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking return type of signal handlers... (cached) void checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for time.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking for munmap... (cached) yes checking for lstat... (cached) yes checking for truncate... (cached) yes checking for ftruncate... (cached) yes checking for struct stat.st_dev... yes checking for struct stat.st_ino... yes checking for struct stat.st_mode... yes checking for struct stat.st_nlink... yes checking for struct stat.st_uid... yes checking for struct stat.st_gid... yes checking for struct stat.st_rdev... yes checking for struct stat.st_size... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_atime... yes checking for struct stat.st_mtime... yes checking for struct stat.st_ctime... yes checking for socklen_t... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating cconfig.h config.status: executing default commands === configuring in igen (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/igen) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized checking build system type... (cached) x86_64-unknown-openbsd7.5 checking host system type... (cached) x86_64-unknown-openbsd7.5 checking target system type... (cached) msp430-unknown-none checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default commands Configuring in ./gdb configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-unknown-openbsd7.5-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking target system type... msp430-unknown-none checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for make... gmake checking whether gmake sets $(MAKE)... yes checking whether NLS is requested... no checking for sys/mman.h... (cached) yes checking for stddef.h... (cached) yes checking for stdint.h... (cached) yes checking for wchar.h... (cached) yes checking for string.h... (cached) yes checking for mprotect... (cached) yes checking for memchr... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memmem is declared... yes checking for memmem... (cached) yes checking for wchar_t... yes checking whether the preprocessor supports include_next... yes checking for long long int... yes checking for unsigned long long int... yes checking for C/C++ restrict keyword... (cached) __restrict__ checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... no checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... no checking whether uses 'inline' correctly... yes checking for wint_t... yes checking whether memmem works in linear time... yes checking for memmem... (cached) yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking for style of include used by gmake... GNU checking dependency style of cc... (cached) gcc3 checking libunwind.h usability... no checking libunwind.h presence... no checking for libunwind.h... no checking libunwind-ia64.h usability... no checking libunwind-ia64.h presence... no checking for libunwind-ia64.h... no checking for monstartup... yes checking for _mcleanup... yes checking for _etext... yes checking for etext... yes checking for gawk... (cached) awk checking whether ln -s works... yes checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking for bison... yacc checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-dlltool... dlltool checking for x86_64-unknown-openbsd7.5-windres... windres checking for x86_64-unknown-openbsd7.5-mig... no checking for mig... no checking for main in -lm... (cached) yes checking for wctype... yes checking for library containing gethostbyname... none required checking for library containing socketpair... none required checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking for library containing dlgetmodinfo... no checking for iconv... no, consider installing GNU libiconv checking for library containing waddstr... -lncurses checking for library containing tgetent... none required checking whether to use expat... auto checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for libexpat... yes checking how to link with libexpat... -lexpat checking for XML_StopParser... yes checking whether to use python... auto checking for python... missing checking for python2.7... no checking for python2.6... no checking for python2.5... no checking for python2.4... no configure: WARNING: python is missing or unusable; some features may be unavailable. checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for ANSI C header files... (cached) yes checking for nlist.h... (cached) yes checking machine/reg.h usability... yes checking machine/reg.h presence... yes checking for machine/reg.h... yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking proc_service.h usability... no checking proc_service.h presence... no checking for proc_service.h... no checking thread_db.h usability... no checking thread_db.h presence... no checking for thread_db.h... no checking gnu/libc-version.h usability... no checking gnu/libc-version.h presence... no checking for gnu/libc-version.h... no checking for signal.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking sys/fault.h usability... no checking sys/fault.h presence... no checking for sys/fault.h... no checking for sys/file.h... (cached) yes checking for sys/filio.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/resource.h... (cached) yes checking sys/procfs.h usability... no checking sys/procfs.h presence... no checking for sys/procfs.h... no checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking ptrace.h usability... no checking ptrace.h presence... no checking for ptrace.h... no checking sys/reg.h usability... no checking sys/reg.h presence... no checking for sys/reg.h... no checking sys/debugreg.h usability... no checking sys/debugreg.h presence... no checking for sys/debugreg.h... no checking for sys/select.h... (cached) yes checking for sys/syscall.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking wait.h usability... no checking wait.h presence... no checking for wait.h... no checking for termios.h... (cached) yes checking for termio.h... (cached) no checking for sgtty.h... (cached) no checking for unistd.h... (cached) yes checking elf_hp.h usability... no checking elf_hp.h presence... no checking for elf_hp.h... no checking for ctype.h... (cached) yes checking for time.h... (cached) yes checking for locale.h... (cached) yes checking for link.h... yes checking for sys/proc.h... yes checking for sys/user.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking cursesX.h usability... no checking cursesX.h presence... no checking for cursesX.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking for term.h... yes checking whether free is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether strerror is declared... yes checking whether strstr is declared... yes checking whether getopt is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for LC_MESSAGES... yes checking for struct stat.st_blocks... yes checking for struct stat.st_blksize... yes checking return type of signal handlers... (cached) void checking for socklen_t... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... no checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for canonicalize_file_name... no checking for realpath... (cached) yes checking for getrusage... (cached) yes checking for getuid... (cached) yes checking for getgid... (cached) yes checking for pipe... (cached) yes checking for poll... (cached) yes checking for pread64... no checking for sbrk... (cached) yes checking for setpgid... (cached) yes checking for setpgrp... (cached) yes checking for setsid... (cached) yes checking for sigaction... (cached) yes checking for sigprocmask... (cached) yes checking for sigsetmask... (cached) yes checking for socketpair... (cached) yes checking for syscall... no checking for ttrace... no checking for wborder... yes checking for setlocale... (cached) yes checking for iconvlist... no checking for libiconvlist... no checking for btowc... (cached) yes checking for setrlimit... (cached) yes checking for getrlimit... (cached) yes checking for posix_madvise... yes checking for nl_langinfo and CODESET... yes checking whether ptrace is declared... yes checking return type of ptrace... int checking types of arguments for ptrace... int,pid_t,caddr_t,int checking whether setpgrp takes no argument... no checking for sigsetjmp... yes checking for GNU regex... no checking for struct thread.td_pcb... no checking for struct lwp... no checking for struct reg in machine/reg.h... yes checking for struct reg.r_fs... yes checking for struct reg.r_gs... yes checking for PTRACE_GETREGS... no checking for PTRACE_GETFPXREGS... no checking for PT_GETDBREGS... no checking for PT_GETXMMREGS... no checking for long long support in compiler... yes checking for long long support in printf... yes checking for decfloat support in printf... no checking for long double support in compiler... yes checking for long double support in printf... yes checking for long double support in scanf... yes checking for the dynamic export flag... -rdynamic checking whether has __NR_tkill... no checking whether ADDR_NO_RANDOMIZE is declared... no checking compiler warning flags... -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts checking for cygwin... no checking for ELF support in BFD... yes checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating .gdbinit config.status: creating gnulib/Makefile config.status: creating config.h config.status: executing depdir commands mkdir .deps config.status: executing depfiles commands config.status: executing default commands === configuring in doc (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' 'YACC=yacc' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking for a BSD-compatible install... /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c checking whether ln -s works... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile === configuring in testsuite (/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/testsuite) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.5' '--host=x86_64-unknown-openbsd7.5' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.5' 'host_alias=x86_64-unknown-openbsd7.5' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' 'YACC=yacc' --cache-file=.././config.cache --srcdir=. configure: loading site script /exopi-obj/pobj/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.5 checking host system type... (cached) x86_64-unknown-openbsd7.5 checking target system type... (cached) msp430-unknown-none checking for make... (cached) gmake checking whether gmake sets $(MAKE)... (cached) yes checking for x86_64-unknown-openbsd7.5-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for pthread.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating gdb.ada/Makefile config.status: creating gdb.arch/Makefile config.status: creating gdb.asm/Makefile config.status: creating gdb.base/Makefile config.status: creating gdb.cp/Makefile config.status: creating gdb.disasm/Makefile config.status: creating gdb.dwarf2/Makefile config.status: creating gdb.fortran/Makefile config.status: creating gdb.server/Makefile config.status: creating gdb.java/Makefile config.status: creating gdb.mi/Makefile config.status: creating gdb.modula2/Makefile config.status: creating gdb.multi/Makefile config.status: creating gdb.objc/Makefile config.status: creating gdb.opt/Makefile config.status: creating gdb.pascal/Makefile config.status: creating gdb.python/Makefile config.status: creating gdb.reverse/Makefile config.status: creating gdb.threads/Makefile config.status: creating gdb.trace/Makefile config.status: creating gdb.xml/Makefile gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/msp430' cc ./../common/gentmap.c -o gentmap -g -O -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes ./../common/gentmap.c:118:7: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp (argv[1], "-h") == 0) ^ ./../common/gentmap.c:118:7: note: include the header or explicitly provide a declaration for 'strcmp' ./../common/gentmap.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (argc, argv) ^ 2 warnings generated. rm -f tmp-tvals.h tmp-tmap.c ./gentmap -h >tmp-tvals.h /bin/sh ./../../move-if-change tmp-tvals.h targ-vals.h ./gentmap -c >tmp-tmap.c /bin/sh ./../../move-if-change tmp-tmap.c targ-map.c touch stamp-tvals cc -c ./../common/callback.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe ./../common/callback.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wrap (p, val) ^ ./../common/callback.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fdbad (p, fd) ^ ./../common/callback.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fdmap (p, fd) ^ ./../common/callback.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_close (p, fd) ^ ./../common/callback.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_get_errno (p) ^ ./../common/callback.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_isatty (p, fd) ^ ./../common/callback.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_lseek (p, fd, off, way) ^ ./../common/callback.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_open (p, name, flags) ^ ./../common/callback.c:312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_read (p, fd, buf, len) ^ ./../common/callback.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_read_stdin (p, buf, len) ^ ./../common/callback.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_write (p, fd, buf, len) ^ ./../common/callback.c:450:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_write_stdout (p, buf, len) ^ ./../common/callback.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_flush_stdout (p) ^ ./../common/callback.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_write_stderr (p, buf, len) ^ ./../common/callback.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_flush_stderr (p) ^ ./../common/callback.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_rename (p, f1, f2) ^ ./../common/callback.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_system (p, s) ^ ./../common/callback.c:500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_time (p, t) ^ ./../common/callback.c:504:25: warning: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] return wrap (p, time (t)); ^ /usr/include/time.h:123:21: note: passing argument to parameter here time_t time(time_t *); ^ ./../common/callback.c:509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_unlink (p, f1) ^ ./../common/callback.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_stat (p, file, buf) ^ ./../common/callback.c:530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_fstat (p, fd, buf) ^ ./../common/callback.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_lstat (p, file, buf) ^ ./../common/callback.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_ftruncate (p, fd, len) ^ ./../common/callback.c:616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_truncate (p, file, len) ^ ./../common/callback.c:630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_pipe (p, filedes) ^ ./../common/callback.c:672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_pipe_empty (p, reader, writer) ^ ./../common/callback.c:683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_pipe_nonempty (p, reader, writer) ^ ./../common/callback.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_shutdown (p) ^ ./../common/callback.c:732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] os_init (p) ^ ./../common/callback.c:864:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_read_target_syscall_maps (cb, file) ^ ./../common/callback.c:906:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_target_to_host_syscall (cb, target_val) ^ ./../common/callback.c:926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_host_to_target_errno (cb, host_val) ^ ./../common/callback.c:948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_target_to_host_open (cb, target_val) ^ ./../common/callback.c:987:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_store_target_endian (cb, p, size, val) ^ ./../common/callback.c:1020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_host_to_target_stat (cb, hs, ts) ^ 36 warnings generated. cc -c ./../common/syscall.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe ./../common/syscall.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_string (cb, sc, buf, buflen, addr) ^ ./../common/syscall.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_path (cb, sc, addr, bufp) ^ ./../common/syscall.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_syscall (cb, sc) ^ ./../common/syscall.c:604:30: warning: incompatible pointer types passing 'time_t *' (aka 'long long *') to parameter of type 'long *' [-Wincompatible-pointer-types] time_t t = (*cb->time) (cb, (time_t *) 0); ^~~~~~~~~~~~ 4 warnings generated. cc -c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe targ-map.c rm -f version.c-tmp version.c echo '#include "version.h"' >> version.c-tmp echo 'const char version[] = "'"`sed q ./../../gdb/version.in`"'";' >> version.c-tmp mv version.c-tmp version.c cc -c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe version.c cc -c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe interp.c In file included from interp.c:23: ./sysdep.h:48:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *mktemp (); ^ /usr/include/stdlib.h:176:7: note: conflicting prototype is here char *mktemp(char *); ^ In file included from interp.c:23: ./sysdep.h:50:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern PTR memset (); ^ ./sysdep.h:54:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern PTR malloc (); ^ /usr/include/stdlib.h:113:7: note: conflicting prototype is here void *malloc(size_t); ^ In file included from interp.c:23: ./sysdep.h:55:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern PTR realloc (); ^ /usr/include/stdlib.h:124:7: note: conflicting prototype is here void *realloc(void *, size_t); ^ In file included from interp.c:23: ./sysdep.h:65:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern void free (); ^ /usr/include/stdlib.h:109:7: note: conflicting prototype is here void free(void *); ^ In file included from interp.c:23: ./sysdep.h:71:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strchr (); ^ ./sysdep.h:73:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *getenv (); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ In file included from interp.c:23: ./sysdep.h:74:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern PTR memchr (); ^ ./sysdep.h:75:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strrchr (); ^ ./sysdep.h:78:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *ctime (); ^ /usr/include/time.h:115:7: note: conflicting prototype is here char *ctime(const time_t *); ^ In file included from interp.c:23: ./sysdep.h:79:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern long atol (); ^ /usr/include/stdlib.h:102:7: note: conflicting prototype is here long atol(const char *); ^ interp.c:1276:8: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sizeof (unsigned long)); ^~~~~~~~~~~~~~~~~~~~~~ interp.c:1265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] msp430_extract_unsigned_integer (addr, len) ^ interp.c:1290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_size (power) ^ interp.c:1306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] msp430_store_unsigned_integer (addr, len, val) ^ interp.c:1353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_resume (sd, step, siggnal) ^ interp.c:1368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_write (sd, addr, buffer, size) ^ interp.c:1379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_read (sd, addr, buffer, size) ^ interp.c:1391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_store_register (sd, rn, memory, length) ^ interp.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_fetch_register (sd, rn, memory, length) ^ interp.c:1459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_trace (sd) ^ interp.c:1476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_stop_reason (sd, reason, sigrc) ^ interp.c:1506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_stop (sd) ^ interp.c:1514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_info (sd, verbose) ^ interp.c:1532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_open (kind, cb, abfd, argv) ^ interp.c:1555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_close (sd, quitting) ^ interp.c:1566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_load (sd, prog, abfd, from_tty) ^ interp.c:1635:28: warning: passing arguments to 'sim_load_file' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prog_bfd = sim_load_file (sd, myname, callback, prog, abfd, ^ interp.c:1649:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_create_inferior (sd, prog_bfd, argv, env) ^ interp.c:1697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_kill (sd) ^ interp.c:1704:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_do_command (sd, cmd) ^ interp.c:1827:38: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] fprintf (stderr, "Cycles: %d\n", alu.cycles); ~~ ^~~~~~~~~~ %lu interp.c:1828:43: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] fprintf (stderr, "Instructions: %d\n", alu.insns); ~~ ^~~~~~~~~ %lu interp.c:1829:42: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] fprintf (stderr, "Interrupts: %d\n", alu.interrupts); ~~ ^~~~~~~~~~~~~~ %lu interp.c:1852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_set_callbacks (ptr) ^ 35 warnings generated. cc -c ./../common/sim-load.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe In file included from ./../common/sim-load.c:33: In file included from ../common/sim-basics.h:146: In file included from ../common/sim-arange.h:76: ../common/sim-arange.c:38:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if DEFINE_NON_INLINE_P ^ ../common/sim-arange.c:36:29: note: expanded from macro 'DEFINE_NON_INLINE_P' #define DEFINE_NON_INLINE_P defined (SIM_ARANGE_C_INCLUDED) ^ ../common/sim-arange.c:285:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if DEFINE_INLINE_P ^ ../common/sim-arange.c:35:28: note: expanded from macro 'DEFINE_INLINE_P' #define DEFINE_INLINE_P (! defined (SIM_ARANGE_C_INCLUDED)) ^ ./../common/sim-load.c:60:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sim_load_file (sd, myname, callback, prog, prog_bfd, verbose_p, lma_p, do_write) ^ ./../common/sim-load.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] report_transfer_performance (callback, data_count, start_time, end_time) ^ ./../common/sim-load.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xprintf_bfd_vma (callback, vma) ^ 5 warnings generated. rm -f libsim.a ar rc libsim.a callback.o syscall.o targ-map.o version.o interp.o sim-load.o ranlib libsim.a cc -c ./../common/run.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe ./../common/run.c:139:22: warning: passing arguments to 'getopt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((i = getopt (ac, av, "a:c:m:op:s:tv")) != EOF) ^ ./../common/run.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (ac, av) ^ ./../common/run.c:348:12: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (help && REPORT_BUGS_TO[0]) ^ ~~~~~~~~~~~~~~~~~ ./../common/run.c:348:12: note: use '&' for a bitwise operation if (help && REPORT_BUGS_TO[0]) ^~ & ./../common/run.c:348:12: note: remove constant to silence this warning if (help && REPORT_BUGS_TO[0]) ~^~~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe -o run \ run.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a ../../libiberty/libiberty.a -lz -lm -lz run.c(run.o:(main)): warning: sprintf() is often misused, please use snprintf() interp.c(interp.o:(sim_load) in archive libsim.a): warning: strcpy() is almost always misused, please use strlcpy() opncls.c(opncls.o:(bfd_follow_gnu_debuglink) in archive ../../bfd/libbfd.a): warning: strcat() is almost always misused, please use strlcat() gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/msp430' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/common' gmake[3]: Nothing to be done for 'default'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/common' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/igen' cc -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include -c ./igen.c ./igen.c:1167:23: warning: passing arguments to 'getopt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((ch = getopt (argc, argv, ^ 1 warning generated. cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include table.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include lf.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include misc.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include filter_host.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include ld-decode.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include ld-cache.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include filter.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include ld-insn.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-model.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-itable.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-icache.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-semantics.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-idecode.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-support.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen-engine.c cc -c -O2 -pipe -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -I. -I. -I./../../include gen.c cc -o igen igen.o table.o lf.o misc.o filter_host.o ld-decode.o ld-cache.o filter.o ld-insn.o gen-model.o gen-itable.o gen-icache.o gen-semantics.o gen-idecode.o gen-support.o gen-engine.o gen.o ../../libiberty/libiberty.a table.c(table.o:(table_push)): warning: strcat() is almost always misused, please use strlcat() filter.c(filter.o:(filter_add)): warning: strcpy() is almost always misused, please use strlcpy() lf.c(lf.o:(lf_printf)): warning: vsprintf() is often misused, please use vsnprintf() gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/igen' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' CONFIG_HEADERS=config.h:config.in \ CONFIG_COMMANDS="default depdir" \ CONFIG_FILES= \ CONFIG_LINKS= \ /bin/sh config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands config.status: executing depdir commands ./observer.sh h ./doc/observer.texi observer.h Creating observer.htmp Moving observer.htmp to observer.h ./observer.sh inc ./doc/observer.texi observer.inc Creating observer.itmp Moving observer.itmp to observer.inc gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../gnulib/extra/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../gnulib/extra/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../gnulib/extra/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's|@''GNULIB_MBSLEN''@|0|g' \ -e 's|@''GNULIB_MBSNLEN''@|0|g' \ -e 's|@''GNULIB_MBSCHR''@|0|g' \ -e 's|@''GNULIB_MBSRCHR''@|0|g' \ -e 's|@''GNULIB_MBSSTR''@|0|g' \ -e 's|@''GNULIB_MBSCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSCASESTR''@|0|g' \ -e 's|@''GNULIB_MBSCSPN''@|0|g' \ -e 's|@''GNULIB_MBSPBRK''@|0|g' \ -e 's|@''GNULIB_MBSSPN''@|0|g' \ -e 's|@''GNULIB_MBSSEP''@|0|g' \ -e 's|@''GNULIB_MBSTOK_R''@|0|g' \ -e 's|@''GNULIB_MEMCHR''@|1|g' \ -e 's|@''GNULIB_MEMMEM''@|1|g' \ -e 's|@''GNULIB_MEMPCPY''@|0|g' \ -e 's|@''GNULIB_MEMRCHR''@|0|g' \ -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \ -e 's|@''GNULIB_STPCPY''@|0|g' \ -e 's|@''GNULIB_STPNCPY''@|0|g' \ -e 's|@''GNULIB_STRCHRNUL''@|0|g' \ -e 's|@''GNULIB_STRDUP''@|0|g' \ -e 's|@''GNULIB_STRNCAT''@|0|g' \ -e 's|@''GNULIB_STRNDUP''@|0|g' \ -e 's|@''GNULIB_STRNLEN''@|0|g' \ -e 's|@''GNULIB_STRPBRK''@|0|g' \ -e 's|@''GNULIB_STRSEP''@|0|g' \ -e 's|@''GNULIB_STRSTR''@|0|g' \ -e 's|@''GNULIB_STRCASESTR''@|0|g' \ -e 's|@''GNULIB_STRTOK_R''@|0|g' \ -e 's|@''GNULIB_STRERROR''@|0|g' \ -e 's|@''GNULIB_STRSIGNAL''@|0|g' \ -e 's|@''GNULIB_STRVERSCMP''@|0|g' \ < ./string.in.h | \ sed -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's|@''GNULIB_BTOWC''@|0|g' \ -e 's|@''GNULIB_WCTOB''@|0|g' \ -e 's|@''GNULIB_MBSINIT''@|0|g' \ -e 's|@''GNULIB_MBRTOWC''@|0|g' \ -e 's|@''GNULIB_MBRLEN''@|0|g' \ -e 's|@''GNULIB_MBSRTOWCS''@|0|g' \ -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \ -e 's|@''GNULIB_WCRTOMB''@|0|g' \ -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCWIDTH''@|0|g' \ -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wchar.in.h; \ } > wchar.h-t && \ mv wchar.h-t wchar.h gmake all-recursive gmake[5]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[6]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po rm -f libgnu.a ar cru libgnu.a dummy.o ranlib libgnu.a gmake[6]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo gdb.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o msp430-tdep.o -MT msp430-tdep.o -MMD -MP -MF .deps/msp430-tdep.Tpo msp430-tdep.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ser-base.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ser-unix.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ser-pipe.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ser-tcp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo remote.c remote.c:5052:47: warning: size argument in 'strncmp' call is a comparison [-Wmemsize-comparison] && strncmp (p, "core", strlen ("core") != 0)) ~~~~~~~~~~~~~~~~^~~~ remote.c:5052:11: note: did you mean to compare the result of 'strncmp' instead? && strncmp (p, "core", strlen ("core") != 0)) ^ ~ ) remote.c:5052:31: note: explicitly cast the argument to size_t to silence this warning && strncmp (p, "core", strlen ("core") != 0)) ^ (size_t)( ) remote.c:5195:15: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (p == '\0') ^~~~ (void *)0 remote.c:6549:37: warning: format string is not a string literal [-Wformat-nonliteral] if (vsnprintf (rs->buf, max_size, format, ap) >= max_size) ^~~~~~ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_embedded_size' [-Wunused-function] DEF_VEC_O(thread_item_t); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :75:1: note: expanded from here VEC_thread_item_t_embedded_size ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :79:1: note: expanded from here VEC_thread_item_t_embedded_init ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :91:1: note: expanded from here VEC_thread_item_t_pop ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :95:1: note: expanded from here VEC_thread_item_t_truncate ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :99:1: note: expanded from here VEC_thread_item_t_replace ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :107:1: note: expanded from here VEC_thread_item_t_ordered_remove ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :111:1: note: expanded from here VEC_thread_item_t_unordered_remove ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :115:1: note: expanded from here VEC_thread_item_t_block_remove ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :119:1: note: expanded from here VEC_thread_item_t_address ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :123:1: note: expanded from here VEC_thread_item_t_lower_bound ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :134:1: note: expanded from here VEC_thread_item_t_alloc ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :140:1: note: expanded from here VEC_thread_item_t_copy ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :151:1: note: expanded from here VEC_thread_item_t_cleanup ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :164:1: note: expanded from here VEC_thread_item_t_safe_grow ^ remote.c:2491:1: warning: unused function 'VEC_thread_item_t_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :184:1: note: expanded from here VEC_thread_item_t_safe_insert ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_last' [-Wunused-function] DEF_VEC_O(cached_reg_t); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :60:1: note: expanded from here VEC_cached_reg_t_last ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :72:1: note: expanded from here VEC_cached_reg_t_embedded_size ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :76:1: note: expanded from here VEC_cached_reg_t_embedded_init ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :88:1: note: expanded from here VEC_cached_reg_t_pop ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :92:1: note: expanded from here VEC_cached_reg_t_truncate ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :96:1: note: expanded from here VEC_cached_reg_t_replace ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :104:1: note: expanded from here VEC_cached_reg_t_ordered_remove ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :108:1: note: expanded from here VEC_cached_reg_t_unordered_remove ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :112:1: note: expanded from here VEC_cached_reg_t_block_remove ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :116:1: note: expanded from here VEC_cached_reg_t_address ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :120:1: note: expanded from here VEC_cached_reg_t_lower_bound ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :131:1: note: expanded from here VEC_cached_reg_t_alloc ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :137:1: note: expanded from here VEC_cached_reg_t_copy ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :148:1: note: expanded from here VEC_cached_reg_t_cleanup ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :161:1: note: expanded from here VEC_cached_reg_t_safe_grow ^ remote.c:4843:1: warning: unused function 'VEC_cached_reg_t_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :181:1: note: expanded from here VEC_cached_reg_t_safe_insert ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_last' [-Wunused-function] DEF_VEC_O(remote_g_packet_guess_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :69:1: note: expanded from here VEC_remote_g_packet_guess_s_last ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :81:1: note: expanded from here VEC_remote_g_packet_guess_s_embedded_size ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :85:1: note: expanded from here VEC_remote_g_packet_guess_s_embedded_init ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :97:1: note: expanded from here VEC_remote_g_packet_guess_s_pop ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :101:1: note: expanded from here VEC_remote_g_packet_guess_s_truncate ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :105:1: note: expanded from here VEC_remote_g_packet_guess_s_replace ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :113:1: note: expanded from here VEC_remote_g_packet_guess_s_ordered_remove ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :117:1: note: expanded from here VEC_remote_g_packet_guess_s_unordered_remove ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :121:1: note: expanded from here VEC_remote_g_packet_guess_s_block_remove ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :125:1: note: expanded from here VEC_remote_g_packet_guess_s_address ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :129:1: note: expanded from here VEC_remote_g_packet_guess_s_lower_bound ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :140:1: note: expanded from here VEC_remote_g_packet_guess_s_alloc ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :146:1: note: expanded from here VEC_remote_g_packet_guess_s_copy ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_free' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:977:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,free) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :153:1: note: expanded from here VEC_remote_g_packet_guess_s_free ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :157:1: note: expanded from here VEC_remote_g_packet_guess_s_cleanup ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :3:1: note: expanded from here VEC_remote_g_packet_guess_s_safe_grow ^ remote.c:8764:1: warning: unused function 'VEC_remote_g_packet_guess_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :23:1: note: expanded from here VEC_remote_g_packet_guess_s_safe_insert ^ 51 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo dcache.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo tracepoint.c tracepoint.c:1399:3: warning: misleading indentation; statement is not part of the previous 'while' [-Wmisleading-indentation] { ^ tracepoint.c:1396:8: note: previous statement is here while (isspace ((int) *action_exp)) ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_last' [-Wunused-function] DEF_VEC_O(tsv_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :95:1: note: expanded from here VEC_tsv_s_last ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :107:1: note: expanded from here VEC_tsv_s_embedded_size ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :111:1: note: expanded from here VEC_tsv_s_embedded_init ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :123:1: note: expanded from here VEC_tsv_s_pop ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :127:1: note: expanded from here VEC_tsv_s_truncate ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :131:1: note: expanded from here VEC_tsv_s_replace ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :139:1: note: expanded from here VEC_tsv_s_ordered_remove ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :147:1: note: expanded from here VEC_tsv_s_block_remove ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :151:1: note: expanded from here VEC_tsv_s_address ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :155:1: note: expanded from here VEC_tsv_s_lower_bound ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :166:1: note: expanded from here VEC_tsv_s_alloc ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :172:1: note: expanded from here VEC_tsv_s_copy ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :183:1: note: expanded from here VEC_tsv_s_cleanup ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :196:1: note: expanded from here VEC_tsv_s_safe_grow ^ tracepoint.c:131:1: warning: unused function 'VEC_tsv_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :216:1: note: expanded from here VEC_tsv_s_safe_insert ^ 16 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ax-general.o -MT ax-general.o -MMD -MP -MF .deps/ax-general.Tpo ax-general.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF .deps/ax-gdb.Tpo ax-gdb.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o remote-fileio.o -MT remote-fileio.o -MMD -MP -MF .deps/remote-fileio.Tpo remote-fileio.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o remote-sim.o -MT remote-sim.o -MMD -MP -MF .deps/remote-sim.Tpo remote-sim.c remote-sim.c:236:34: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf_filtered (gdb_stdout, format, args); ^~~~~~ remote-sim.c:245:34: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf_filtered (gdb_stdout, format, ap); ^~~~~~ remote-sim.c:253:34: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf_filtered (gdb_stderr, format, ap); ^~~~~~ remote-sim.c:264:11: warning: format string is not a string literal [-Wformat-nonliteral] verror (format, args); ^~~~~~ 4 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-dump.o -MT cli-dump.o -MMD -MP -MF .deps/cli-dump.Tpo ./cli/cli-dump.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-decode.o -MT cli-decode.o -MMD -MP -MF .deps/cli-decode.Tpo ./cli/cli-decode.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-script.o -MT cli-script.o -MMD -MP -MF .deps/cli-script.Tpo ./cli/cli-script.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-cmds.o -MT cli-cmds.o -MMD -MP -MF .deps/cli-cmds.Tpo ./cli/cli-cmds.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-setshow.o -MT cli-setshow.o -MMD -MP -MF .deps/cli-setshow.Tpo ./cli/cli-setshow.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-logging.o -MT cli-logging.o -MMD -MP -MF .deps/cli-logging.Tpo ./cli/cli-logging.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-interp.o -MT cli-interp.o -MMD -MP -MF .deps/cli-interp.Tpo ./cli/cli-interp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ./mi/mi-out.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ./mi/mi-console.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ./mi/mi-cmds.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ./mi/mi-cmd-env.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ./mi/mi-cmd-var.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-break.o -MT mi-cmd-break.o -MMD -MP -MF .deps/mi-cmd-break.Tpo ./mi/mi-cmd-break.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ./mi/mi-cmd-stack.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ./mi/mi-cmd-file.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ./mi/mi-cmd-disas.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ./mi/mi-symbol-cmds.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ./mi/mi-cmd-target.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ./mi/mi-interp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ./mi/mi-main.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ./mi/mi-parse.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ./mi/mi-getopt.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ./tui/tui-command.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ./tui/tui-data.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ./tui/tui-disasm.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ./tui/tui-file.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ./tui/tui.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ./tui/tui-hooks.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ./tui/tui-interp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ./tui/tui-io.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ./tui/tui-layout.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ./tui/tui-out.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ./tui/tui-regs.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ./tui/tui-source.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ./tui/tui-stack.c ./tui/tui-stack.c:372:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'CORE_ADDR *' (aka 'unsigned long *') [-Wnon-literal-null-conversion] &low, (CORE_ADDR) 0) == 0) ^~~~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ./tui/tui-win.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ./tui/tui-windata.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ./tui/tui-wingeneral.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ./tui/tui-winsource.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo ./python/python.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo ./python/py-value.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo ./python/py-prettyprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo ./python/py-auto-load.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo elfread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo posix-hdep.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o c-exp.o -MT c-exp.o -MMD -MP -MF .deps/c-exp.Tpo c-exp.c c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_last' [-Wunused-function] DEF_VEC_O (token_and_value); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :2:1: note: expanded from here VEC_token_and_value_last ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_iterate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:802:19: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline int VEC_OP (T,iterate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :10:1: note: expanded from here VEC_token_and_value_iterate ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :14:1: note: expanded from here VEC_token_and_value_embedded_size ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :18:1: note: expanded from here VEC_token_and_value_embedded_init ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :30:1: note: expanded from here VEC_token_and_value_pop ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :34:1: note: expanded from here VEC_token_and_value_truncate ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :38:1: note: expanded from here VEC_token_and_value_replace ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :50:1: note: expanded from here VEC_token_and_value_unordered_remove ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :54:1: note: expanded from here VEC_token_and_value_block_remove ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :58:1: note: expanded from here VEC_token_and_value_address ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :62:1: note: expanded from here VEC_token_and_value_lower_bound ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :73:1: note: expanded from here VEC_token_and_value_alloc ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :79:1: note: expanded from here VEC_token_and_value_copy ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :90:1: note: expanded from here VEC_token_and_value_cleanup ^ c-exp.y:2341:1: warning: unused function 'VEC_token_and_value_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :103:1: note: expanded from here VEC_token_and_value_safe_grow ^ 15 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF .deps/cp-name-parser.Tpo cp-name-parser.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o objc-exp.o -MT objc-exp.o -MMD -MP -MF .deps/objc-exp.Tpo objc-exp.c objc-exp.y:985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_number (p, len, parsed_float, putithere) ^ objc-exp.y:1789:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (msg) ^ objc-exp.y:68:18: note: expanded from macro 'yyerror' #define yyerror objc_error ^ 2 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo ada-exp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c f-exp.y:668:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_number (p, len, parsed_float, putithere) ^ f-exp.y:899:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] growbuf_by_size (count) ^ f-exp.y:1219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (msg) ^ f-exp.y:72:17: note: expanded from macro 'yyerror' #define yyerror f_error ^ 3 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c m2-exp.y:661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_number (olen) ^ m2-exp.y:1087:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (msg) ^ m2-exp.y:66:17: note: expanded from macro 'yyerror' #define yyerror m2_error ^ 2 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o p-exp.o -MT p-exp.o -MMD -MP -MF .deps/p-exp.Tpo p-exp.c p-exp.y:794:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_number (p, len, parsed_float, putithere) ^ p-exp.y:1063:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char * uptok (tokstart, namelen) ^ p-exp.y:1677:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (msg) ^ p-exp.y:72:17: note: expanded from macro 'yyerror' #define yyerror pascal_error ^ 3 warnings generated. rm -f version.c-tmp version.c echo '#include "version.h"' >> version.c-tmp echo 'const char version[] = "'"`sed q ./version.in`"'";' >> version.c-tmp echo 'const char host_name[] = "x86_64-unknown-openbsd7.5";' >> version.c-tmp echo 'const char target_name[] = "msp430";' >> version.c-tmp mv version.c-tmp version.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o annotate.o -MT annotate.o -MMD -MP -MF .deps/annotate.Tpo annotate.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o addrmap.o -MT addrmap.o -MMD -MP -MF .deps/addrmap.Tpo addrmap.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o auxv.o -MT auxv.o -MMD -MP -MF .deps/auxv.Tpo auxv.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF .deps/bfd-target.Tpo bfd-target.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o blockframe.o -MT blockframe.o -MMD -MP -MF .deps/blockframe.Tpo blockframe.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF .deps/breakpoint.Tpo breakpoint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo findvar.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo regcache.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo charset.c charset.c:706:1: warning: unused function 'VEC_char_ptr_must_be_pointer_type' [-Wunused-function] DEF_VEC_P (char_ptr); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :7:1: note: expanded from here VEC_char_ptr_must_be_pointer_type ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :16:1: note: expanded from here VEC_char_ptr_last ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_iterate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:541:19: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline int VEC_OP (T,iterate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :24:1: note: expanded from here VEC_char_ptr_iterate ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :28:1: note: expanded from here VEC_char_ptr_embedded_size ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :32:1: note: expanded from here VEC_char_ptr_embedded_init ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :44:1: note: expanded from here VEC_char_ptr_pop ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :48:1: note: expanded from here VEC_char_ptr_truncate ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :52:1: note: expanded from here VEC_char_ptr_replace ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :60:1: note: expanded from here VEC_char_ptr_ordered_remove ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :64:1: note: expanded from here VEC_char_ptr_unordered_remove ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :68:1: note: expanded from here VEC_char_ptr_block_remove ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :76:1: note: expanded from here VEC_char_ptr_lower_bound ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :87:1: note: expanded from here VEC_char_ptr_alloc ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_free' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:710:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,free) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :91:1: note: expanded from here VEC_char_ptr_free ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :95:1: note: expanded from here VEC_char_ptr_cleanup ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :100:1: note: expanded from here VEC_char_ptr_copy ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :114:1: note: expanded from here VEC_char_ptr_safe_grow ^ charset.c:706:1: warning: unused function 'VEC_char_ptr_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :134:1: note: expanded from here VEC_char_ptr_safe_insert ^ 18 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o disasm.o -MT disasm.o -MMD -MP -MF .deps/disasm.Tpo disasm.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dummy-frame.o -MT dummy-frame.o -MMD -MP -MF .deps/dummy-frame.Tpo dummy-frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dfp.o -MT dfp.o -MMD -MP -MF .deps/dfp.Tpo dfp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o source.o -MT source.o -MMD -MP -MF .deps/source.Tpo source.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o value.o -MT value.o -MMD -MP -MF .deps/value.Tpo value.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo eval.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o valops.o -MT valops.o -MMD -MP -MF .deps/valops.Tpo valops.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o valarith.o -MT valarith.o -MMD -MP -MF .deps/valarith.Tpo valarith.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o valprint.o -MT valprint.o -MMD -MP -MF .deps/valprint.Tpo valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts " | sed "s/ -Wformat-nonliteral / /g"` \ -c -o printcmd.o -MT printcmd.o -MMD -MP -MF .deps/printcmd.Tpo ./printcmd.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o block.o -MT block.o -MMD -MP -MF .deps/block.Tpo block.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo symtab.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o psymtab.o -MT psymtab.o -MMD -MP -MF .deps/psymtab.Tpo psymtab.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o symfile.o -MT symfile.o -MMD -MP -MF .deps/symfile.Tpo symfile.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo symmisc.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo linespec.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo dictionary.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo infcall.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo infcmd.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo infrun.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo expprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo environ.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o stack.o -MT stack.o -MMD -MP -MF .deps/stack.Tpo stack.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o thread.o -MT thread.o -MMD -MP -MF .deps/thread.Tpo thread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo exceptions.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo filesystem.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo inf-child.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo interps.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/local/bin\" ./main.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo macrotab.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo macrocmd.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo macroexp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo macroscope.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ./mi/mi-common.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo event-loop.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo event-top.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo inf-loop.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o completer.o -MT completer.o -MMD -MP -MF .deps/completer.Tpo completer.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo gdbarch.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF .deps/arch-utils.Tpo arch-utils.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo gdbtypes.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo osabi.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o copying.o -MT copying.o -MMD -MP -MF .deps/copying.Tpo copying.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo memattr.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo mem-break.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo target.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o parse.o -MT parse.o -MMD -MP -MF .deps/parse.Tpo parse.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo language.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o buildsym.o -MT buildsym.o -MMD -MP -MF .deps/buildsym.Tpo buildsym.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo findcmd.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o std-regs.o -MT std-regs.o -MMD -MP -MF .deps/std-regs.Tpo std-regs.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ./common/signals.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo exec.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o reverse.o -MT reverse.o -MMD -MP -MF .deps/reverse.Tpo reverse.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o bcache.o -MT bcache.o -MMD -MP -MF .deps/bcache.Tpo bcache.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o objfiles.o -MT objfiles.o -MMD -MP -MF .deps/objfiles.Tpo objfiles.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o observer.o -MT observer.o -MMD -MP -MF .deps/observer.Tpo observer.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o minsyms.o -MT minsyms.o -MMD -MP -MF .deps/minsyms.Tpo minsyms.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo maint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o demangle.o -MT demangle.o -MMD -MP -MF .deps/demangle.Tpo demangle.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dbxread.o -MT dbxread.o -MMD -MP -MF .deps/dbxread.Tpo dbxread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o coffread.o -MT coffread.o -MMD -MP -MF .deps/coffread.Tpo coffread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF .deps/coff-pe-read.Tpo coff-pe-read.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo dwarf2read.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mipsread.o -MT mipsread.o -MMD -MP -MF .deps/mipsread.Tpo mipsread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o stabsread.o -MT stabsread.o -MMD -MP -MF .deps/stabsread.Tpo stabsread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o corefile.o -MT corefile.o -MMD -MP -MF .deps/corefile.Tpo corefile.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo dwarf2expr.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo dwarf2loc.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dwarf2-frame.o -MT dwarf2-frame.o -MMD -MP -MF .deps/dwarf2-frame.Tpo dwarf2-frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF .deps/ada-lang.Tpo ada-lang.c ada-lang.c:9678:9: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] arg1 = unwrap_value (arg1); ^ ada-lang.c:9676:7: note: previous statement is here else ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_must_be_pointer_type' [-Wunused-function] DEF_VEC_P (char_ptr); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :113:1: note: expanded from here VEC_char_ptr_must_be_pointer_type ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :122:1: note: expanded from here VEC_char_ptr_last ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_iterate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:541:19: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline int VEC_OP (T,iterate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :130:1: note: expanded from here VEC_char_ptr_iterate ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :134:1: note: expanded from here VEC_char_ptr_embedded_size ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :138:1: note: expanded from here VEC_char_ptr_embedded_init ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :150:1: note: expanded from here VEC_char_ptr_pop ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :154:1: note: expanded from here VEC_char_ptr_truncate ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :158:1: note: expanded from here VEC_char_ptr_replace ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :7:1: note: expanded from here VEC_char_ptr_ordered_remove ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :11:1: note: expanded from here VEC_char_ptr_unordered_remove ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :15:1: note: expanded from here VEC_char_ptr_block_remove ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :23:1: note: expanded from here VEC_char_ptr_lower_bound ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :42:1: note: expanded from here VEC_char_ptr_cleanup ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :47:1: note: expanded from here VEC_char_ptr_copy ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :61:1: note: expanded from here VEC_char_ptr_safe_grow ^ ada-lang.c:5245:1: warning: unused function 'VEC_char_ptr_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :81:1: note: expanded from here VEC_char_ptr_safe_insert ^ 17 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o c-lang.o -MT c-lang.o -MMD -MP -MF .deps/c-lang.Tpo c-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o d-lang.o -MT d-lang.o -MMD -MP -MF .deps/d-lang.Tpo d-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo f-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o objc-lang.o -MT objc-lang.o -MMD -MP -MF .deps/objc-lang.Tpo objc-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF .deps/ada-tasks.Tpo ada-tasks.c ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_last' [-Wunused-function] DEF_VEC_O(ada_task_info_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :162:1: note: expanded from here VEC_ada_task_info_s_last ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_iterate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:802:19: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline int VEC_OP (T,iterate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :170:1: note: expanded from here VEC_ada_task_info_s_iterate ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :174:1: note: expanded from here VEC_ada_task_info_s_embedded_size ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :178:1: note: expanded from here VEC_ada_task_info_s_embedded_init ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :190:1: note: expanded from here VEC_ada_task_info_s_pop ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :7:1: note: expanded from here VEC_ada_task_info_s_replace ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :15:1: note: expanded from here VEC_ada_task_info_s_ordered_remove ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :19:1: note: expanded from here VEC_ada_task_info_s_unordered_remove ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :23:1: note: expanded from here VEC_ada_task_info_s_block_remove ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :27:1: note: expanded from here VEC_ada_task_info_s_address ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :31:1: note: expanded from here VEC_ada_task_info_s_lower_bound ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :42:1: note: expanded from here VEC_ada_task_info_s_alloc ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :48:1: note: expanded from here VEC_ada_task_info_s_copy ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_free' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:977:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,free) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :55:1: note: expanded from here VEC_ada_task_info_s_free ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :59:1: note: expanded from here VEC_ada_task_info_s_cleanup ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :72:1: note: expanded from here VEC_ada_task_info_s_safe_grow ^ ada-tasks.c:153:1: warning: unused function 'VEC_ada_task_info_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :92:1: note: expanded from here VEC_ada_task_info_s_safe_insert ^ 17 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ui-out.o -MT ui-out.o -MMD -MP -MF .deps/ui-out.Tpo ui-out.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cli-out.o -MT cli-out.o -MMD -MP -MF .deps/cli-out.Tpo cli-out.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o varobj.o -MT varobj.o -MMD -MP -MF .deps/varobj.Tpo varobj.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo vec.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o wrapper.o -MT wrapper.o -MMD -MP -MF .deps/wrapper.Tpo wrapper.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o jv-lang.o -MT jv-lang.o -MMD -MP -MF .deps/jv-lang.Tpo jv-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o jv-valprint.o -MT jv-valprint.o -MMD -MP -MF .deps/jv-valprint.Tpo jv-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o jv-typeprint.o -MT jv-typeprint.o -MMD -MP -MF .deps/jv-typeprint.Tpo jv-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo m2-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o p-lang.o -MT p-lang.o -MMD -MP -MF .deps/p-lang.Tpo p-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o p-typeprint.o -MT p-typeprint.o -MMD -MP -MF .deps/p-typeprint.Tpo p-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o p-valprint.o -MT p-valprint.o -MMD -MP -MF .deps/p-valprint.Tpo p-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o scm-exp.o -MT scm-exp.o -MMD -MP -MF .deps/scm-exp.Tpo scm-exp.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o scm-lang.o -MT scm-lang.o -MMD -MP -MF .deps/scm-lang.Tpo scm-lang.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o scm-valprint.o -MT scm-valprint.o -MMD -MP -MF .deps/scm-valprint.Tpo scm-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o sentinel-frame.o -MT sentinel-frame.o -MMD -MP -MF .deps/sentinel-frame.Tpo sentinel-frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o complaints.o -MT complaints.o -MMD -MP -MF .deps/complaints.Tpo complaints.c complaints.c:187:58: warning: format string is not a string literal [-Wformat-nonliteral] internal_vwarning (complaint->file, complaint->line, complaint->fmt, args); ^~~~~~~~~~~~~~ complaints.c:194:12: warning: format string is not a string literal [-Wformat-nonliteral] vwarning (complaint->fmt, args); ^~~~~~~~~~~~~~ complaints.c:199:23: warning: format string is not a string literal [-Wformat-nonliteral] msg = xstrvprintf (complaint->fmt, args); ^~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o typeprint.o -MT typeprint.o -MMD -MP -MF .deps/typeprint.Tpo typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF .deps/ada-typeprint.Tpo ada-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF .deps/c-typeprint.Tpo c-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo f-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo m2-typeprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF .deps/ada-valprint.Tpo ada-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF .deps/c-valprint.Tpo c-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cp-valprint.o -MT cp-valprint.o -MMD -MP -MF .deps/cp-valprint.Tpo cp-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o d-valprint.o -MT d-valprint.o -MMD -MP -MF .deps/d-valprint.Tpo d-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo f-valprint.c f-valprint.c:132:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ f-valprint.c:132:32: note: remove extraneous parentheses around the comparison to silence this warning while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) ~ ^ ~ f-valprint.c:132:32: note: use '=' to turn this equality comparison into an assignment while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) ^~ = 1 warning generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo m2-valprint.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o serial.o -MT serial.o -MMD -MP -MF .deps/serial.Tpo serial.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo mdebugread.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o top.o -MT top.o -MMD -MP -MF .deps/top.Tpo top.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo utils.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ui-file.o -MT ui-file.o -MMD -MP -MF .deps/ui-file.Tpo ui-file.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o user-regs.o -MT user-regs.o -MMD -MP -MF .deps/user-regs.Tpo user-regs.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo frame-unwind.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o doublest.o -MT doublest.o -MMD -MP -MF .deps/doublest.Tpo doublest.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo frame-base.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo inline-frame.c inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_last' [-Wunused-function] DEF_VEC_O(inline_state_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :113:1: note: expanded from here VEC_inline_state_s_last ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :125:1: note: expanded from here VEC_inline_state_s_embedded_size ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :129:1: note: expanded from here VEC_inline_state_s_embedded_init ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :141:1: note: expanded from here VEC_inline_state_s_pop ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :145:1: note: expanded from here VEC_inline_state_s_truncate ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :5:1: note: expanded from here VEC_inline_state_s_replace ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :13:1: note: expanded from here VEC_inline_state_s_ordered_remove ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :21:1: note: expanded from here VEC_inline_state_s_block_remove ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :25:1: note: expanded from here VEC_inline_state_s_address ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :29:1: note: expanded from here VEC_inline_state_s_lower_bound ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :40:1: note: expanded from here VEC_inline_state_s_alloc ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :46:1: note: expanded from here VEC_inline_state_s_copy ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :57:1: note: expanded from here VEC_inline_state_s_cleanup ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :70:1: note: expanded from here VEC_inline_state_s_safe_grow ^ inline-frame.c:59:1: warning: unused function 'VEC_inline_state_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :90:1: note: expanded from here VEC_inline_state_s_safe_insert ^ 15 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo gnu-v2-abi.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo gnu-v3-abi.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo cp-abi.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo cp-support.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo cp-namespace.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo reggroups.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o regset.o -MT regset.o -MMD -MP -MF .deps/regset.Tpo regset.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo trad-frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo tramp-frame.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo solib.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o solib-target.o -MT solib-target.o -MMD -MP -MF .deps/solib-target.Tpo solib-target.c solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_last' [-Wunused-function] DEF_VEC_O(CORE_ADDR); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :133:1: note: expanded from here VEC_CORE_ADDR_last ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_iterate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:802:19: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline int VEC_OP (T,iterate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :141:1: note: expanded from here VEC_CORE_ADDR_iterate ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :5:1: note: expanded from here VEC_CORE_ADDR_embedded_size ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :9:1: note: expanded from here VEC_CORE_ADDR_embedded_init ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :21:1: note: expanded from here VEC_CORE_ADDR_pop ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :25:1: note: expanded from here VEC_CORE_ADDR_truncate ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :29:1: note: expanded from here VEC_CORE_ADDR_replace ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :37:1: note: expanded from here VEC_CORE_ADDR_ordered_remove ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :41:1: note: expanded from here VEC_CORE_ADDR_unordered_remove ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :45:1: note: expanded from here VEC_CORE_ADDR_block_remove ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :53:1: note: expanded from here VEC_CORE_ADDR_lower_bound ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :64:1: note: expanded from here VEC_CORE_ADDR_alloc ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :70:1: note: expanded from here VEC_CORE_ADDR_copy ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :81:1: note: expanded from here VEC_CORE_ADDR_cleanup ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :94:1: note: expanded from here VEC_CORE_ADDR_safe_grow ^ solib-target.c:31:1: warning: unused function 'VEC_CORE_ADDR_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :114:1: note: expanded from here VEC_CORE_ADDR_safe_insert ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(lm_info_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :126:1: note: expanded from here VEC_lm_info_p_must_be_pointer_type ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :147:1: note: expanded from here VEC_lm_info_p_embedded_size ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :151:1: note: expanded from here VEC_lm_info_p_embedded_init ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :163:1: note: expanded from here VEC_lm_info_p_pop ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :167:1: note: expanded from here VEC_lm_info_p_truncate ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :171:1: note: expanded from here VEC_lm_info_p_replace ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :179:1: note: expanded from here VEC_lm_info_p_ordered_remove ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :183:1: note: expanded from here VEC_lm_info_p_unordered_remove ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :187:1: note: expanded from here VEC_lm_info_p_block_remove ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :191:1: note: expanded from here VEC_lm_info_p_address ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :195:1: note: expanded from here VEC_lm_info_p_lower_bound ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :206:1: note: expanded from here VEC_lm_info_p_alloc ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :214:1: note: expanded from here VEC_lm_info_p_cleanup ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :219:1: note: expanded from here VEC_lm_info_p_copy ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :2:1: note: expanded from here VEC_lm_info_p_safe_grow ^ solib-target.c:57:1: warning: unused function 'VEC_lm_info_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :22:1: note: expanded from here VEC_lm_info_p_safe_insert ^ 32 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o prologue-value.o -MT prologue-value.o -MMD -MP -MF .deps/prologue-value.Tpo prologue-value.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo memory-map.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o xml-support.o -MT xml-support.o -MMD -MP -MF .deps/xml-support.Tpo xml-support.c xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_embedded_size' [-Wunused-function] DEF_VEC_O(scope_level_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :160:1: note: expanded from here VEC_scope_level_s_embedded_size ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :164:1: note: expanded from here VEC_scope_level_s_embedded_init ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :4:1: note: expanded from here VEC_scope_level_s_truncate ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :8:1: note: expanded from here VEC_scope_level_s_replace ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :16:1: note: expanded from here VEC_scope_level_s_ordered_remove ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :20:1: note: expanded from here VEC_scope_level_s_unordered_remove ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :24:1: note: expanded from here VEC_scope_level_s_block_remove ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :28:1: note: expanded from here VEC_scope_level_s_address ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :32:1: note: expanded from here VEC_scope_level_s_lower_bound ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :43:1: note: expanded from here VEC_scope_level_s_alloc ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :49:1: note: expanded from here VEC_scope_level_s_copy ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :60:1: note: expanded from here VEC_scope_level_s_cleanup ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :73:1: note: expanded from here VEC_scope_level_s_safe_grow ^ xml-support.c:61:1: warning: unused function 'VEC_scope_level_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :93:1: note: expanded from here VEC_scope_level_s_safe_insert ^ 14 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o xml-syscall.o -MT xml-syscall.o -MMD -MP -MF .deps/xml-syscall.Tpo xml-syscall.c xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(syscall_desc_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :100:1: note: expanded from here VEC_syscall_desc_p_must_be_pointer_type ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :109:1: note: expanded from here VEC_syscall_desc_p_last ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :121:1: note: expanded from here VEC_syscall_desc_p_embedded_size ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :125:1: note: expanded from here VEC_syscall_desc_p_embedded_init ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :137:1: note: expanded from here VEC_syscall_desc_p_pop ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :141:1: note: expanded from here VEC_syscall_desc_p_truncate ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :145:1: note: expanded from here VEC_syscall_desc_p_replace ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :8:1: note: expanded from here VEC_syscall_desc_p_ordered_remove ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :12:1: note: expanded from here VEC_syscall_desc_p_unordered_remove ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :16:1: note: expanded from here VEC_syscall_desc_p_block_remove ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :20:1: note: expanded from here VEC_syscall_desc_p_address ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :24:1: note: expanded from here VEC_syscall_desc_p_lower_bound ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :35:1: note: expanded from here VEC_syscall_desc_p_alloc ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :43:1: note: expanded from here VEC_syscall_desc_p_cleanup ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :48:1: note: expanded from here VEC_syscall_desc_p_copy ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :62:1: note: expanded from here VEC_syscall_desc_p_safe_grow ^ xml-syscall.c:98:1: warning: unused function 'VEC_syscall_desc_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :82:1: note: expanded from here VEC_syscall_desc_p_safe_insert ^ 17 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o target-descriptions.o -MT target-descriptions.o -MMD -MP -MF .deps/target-descriptions.Tpo target-descriptions.c target-descriptions.c:45:1: warning: unused function 'VEC_property_s_last' [-Wunused-function] DEF_VEC_O(property_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :135:1: note: expanded from here VEC_property_s_last ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :147:1: note: expanded from here VEC_property_s_embedded_size ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :151:1: note: expanded from here VEC_property_s_embedded_init ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :163:1: note: expanded from here VEC_property_s_pop ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :167:1: note: expanded from here VEC_property_s_truncate ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :171:1: note: expanded from here VEC_property_s_replace ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :179:1: note: expanded from here VEC_property_s_ordered_remove ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :183:1: note: expanded from here VEC_property_s_unordered_remove ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :2:1: note: expanded from here VEC_property_s_block_remove ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :6:1: note: expanded from here VEC_property_s_address ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :10:1: note: expanded from here VEC_property_s_lower_bound ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :21:1: note: expanded from here VEC_property_s_alloc ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :27:1: note: expanded from here VEC_property_s_copy ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :38:1: note: expanded from here VEC_property_s_cleanup ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :51:1: note: expanded from here VEC_property_s_safe_grow ^ target-descriptions.c:45:1: warning: unused function 'VEC_property_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :71:1: note: expanded from here VEC_property_s_safe_insert ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(tdesc_reg_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :81:1: note: expanded from here VEC_tdesc_reg_p_must_be_pointer_type ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :90:1: note: expanded from here VEC_tdesc_reg_p_last ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :102:1: note: expanded from here VEC_tdesc_reg_p_embedded_size ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :106:1: note: expanded from here VEC_tdesc_reg_p_embedded_init ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :118:1: note: expanded from here VEC_tdesc_reg_p_pop ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :122:1: note: expanded from here VEC_tdesc_reg_p_truncate ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :126:1: note: expanded from here VEC_tdesc_reg_p_replace ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :134:1: note: expanded from here VEC_tdesc_reg_p_ordered_remove ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :138:1: note: expanded from here VEC_tdesc_reg_p_unordered_remove ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :142:1: note: expanded from here VEC_tdesc_reg_p_block_remove ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :146:1: note: expanded from here VEC_tdesc_reg_p_address ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :150:1: note: expanded from here VEC_tdesc_reg_p_lower_bound ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :161:1: note: expanded from here VEC_tdesc_reg_p_alloc ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :169:1: note: expanded from here VEC_tdesc_reg_p_cleanup ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :174:1: note: expanded from here VEC_tdesc_reg_p_copy ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :188:1: note: expanded from here VEC_tdesc_reg_p_safe_grow ^ target-descriptions.c:85:1: warning: unused function 'VEC_tdesc_reg_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :208:1: note: expanded from here VEC_tdesc_reg_p_safe_insert ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_last' [-Wunused-function] DEF_VEC_O(tdesc_type_field); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :13:1: note: expanded from here VEC_tdesc_type_field_last ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :25:1: note: expanded from here VEC_tdesc_type_field_embedded_size ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :29:1: note: expanded from here VEC_tdesc_type_field_embedded_init ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :41:1: note: expanded from here VEC_tdesc_type_field_pop ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :45:1: note: expanded from here VEC_tdesc_type_field_truncate ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :49:1: note: expanded from here VEC_tdesc_type_field_replace ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :57:1: note: expanded from here VEC_tdesc_type_field_ordered_remove ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :61:1: note: expanded from here VEC_tdesc_type_field_unordered_remove ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :65:1: note: expanded from here VEC_tdesc_type_field_block_remove ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :69:1: note: expanded from here VEC_tdesc_type_field_address ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :73:1: note: expanded from here VEC_tdesc_type_field_lower_bound ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :84:1: note: expanded from here VEC_tdesc_type_field_alloc ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :90:1: note: expanded from here VEC_tdesc_type_field_copy ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :101:1: note: expanded from here VEC_tdesc_type_field_cleanup ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :114:1: note: expanded from here VEC_tdesc_type_field_safe_grow ^ target-descriptions.c:95:1: warning: unused function 'VEC_tdesc_type_field_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :134:1: note: expanded from here VEC_tdesc_type_field_safe_insert ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_last' [-Wunused-function] DEF_VEC_O(tdesc_type_flag); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :150:1: note: expanded from here VEC_tdesc_type_flag_last ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :162:1: note: expanded from here VEC_tdesc_type_flag_embedded_size ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :166:1: note: expanded from here VEC_tdesc_type_flag_embedded_init ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :11:1: note: expanded from here VEC_tdesc_type_flag_pop ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :15:1: note: expanded from here VEC_tdesc_type_flag_truncate ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :19:1: note: expanded from here VEC_tdesc_type_flag_replace ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :27:1: note: expanded from here VEC_tdesc_type_flag_ordered_remove ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :31:1: note: expanded from here VEC_tdesc_type_flag_unordered_remove ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :35:1: note: expanded from here VEC_tdesc_type_flag_block_remove ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :39:1: note: expanded from here VEC_tdesc_type_flag_address ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :43:1: note: expanded from here VEC_tdesc_type_flag_lower_bound ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :54:1: note: expanded from here VEC_tdesc_type_flag_alloc ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :60:1: note: expanded from here VEC_tdesc_type_flag_copy ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :71:1: note: expanded from here VEC_tdesc_type_flag_cleanup ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :84:1: note: expanded from here VEC_tdesc_type_flag_safe_grow ^ target-descriptions.c:102:1: warning: unused function 'VEC_tdesc_type_flag_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :104:1: note: expanded from here VEC_tdesc_type_flag_safe_insert ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(tdesc_type_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :116:1: note: expanded from here VEC_tdesc_type_p_must_be_pointer_type ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :125:1: note: expanded from here VEC_tdesc_type_p_last ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :137:1: note: expanded from here VEC_tdesc_type_p_embedded_size ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :141:1: note: expanded from here VEC_tdesc_type_p_embedded_init ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :153:1: note: expanded from here VEC_tdesc_type_p_pop ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :157:1: note: expanded from here VEC_tdesc_type_p_truncate ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :161:1: note: expanded from here VEC_tdesc_type_p_replace ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :169:1: note: expanded from here VEC_tdesc_type_p_ordered_remove ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :173:1: note: expanded from here VEC_tdesc_type_p_unordered_remove ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :177:1: note: expanded from here VEC_tdesc_type_p_block_remove ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :181:1: note: expanded from here VEC_tdesc_type_p_address ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :5:1: note: expanded from here VEC_tdesc_type_p_lower_bound ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :16:1: note: expanded from here VEC_tdesc_type_p_alloc ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :24:1: note: expanded from here VEC_tdesc_type_p_cleanup ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :29:1: note: expanded from here VEC_tdesc_type_p_copy ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :43:1: note: expanded from here VEC_tdesc_type_p_safe_grow ^ target-descriptions.c:162:1: warning: unused function 'VEC_tdesc_type_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :63:1: note: expanded from here VEC_tdesc_type_p_safe_insert ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(tdesc_feature_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :75:1: note: expanded from here VEC_tdesc_feature_p_must_be_pointer_type ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :84:1: note: expanded from here VEC_tdesc_feature_p_last ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :96:1: note: expanded from here VEC_tdesc_feature_p_embedded_size ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :100:1: note: expanded from here VEC_tdesc_feature_p_embedded_init ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :112:1: note: expanded from here VEC_tdesc_feature_p_pop ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :116:1: note: expanded from here VEC_tdesc_feature_p_truncate ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :120:1: note: expanded from here VEC_tdesc_feature_p_replace ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :128:1: note: expanded from here VEC_tdesc_feature_p_ordered_remove ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :132:1: note: expanded from here VEC_tdesc_feature_p_unordered_remove ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :136:1: note: expanded from here VEC_tdesc_feature_p_block_remove ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :140:1: note: expanded from here VEC_tdesc_feature_p_address ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :144:1: note: expanded from here VEC_tdesc_feature_p_lower_bound ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :155:1: note: expanded from here VEC_tdesc_feature_p_alloc ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :163:1: note: expanded from here VEC_tdesc_feature_p_cleanup ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :168:1: note: expanded from here VEC_tdesc_feature_p_copy ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :182:1: note: expanded from here VEC_tdesc_feature_p_safe_grow ^ target-descriptions.c:179:1: warning: unused function 'VEC_tdesc_feature_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :20:1: note: expanded from here VEC_tdesc_feature_p_safe_insert ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_must_be_pointer_type' [-Wunused-function] DEF_VEC_P(arch_p); ^ ./vec.h:420:20: note: expanded from macro 'DEF_VEC_P' static inline void VEC_OP (T,must_be_pointer_type) (void) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :30:1: note: expanded from here VEC_arch_p_must_be_pointer_type ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_last' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:525:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,last) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :39:1: note: expanded from here VEC_arch_p_last ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_embedded_size' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:556:22: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :51:1: note: expanded from here VEC_arch_p_embedded_size ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_embedded_init' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:562:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :55:1: note: expanded from here VEC_arch_p_embedded_init ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_pop' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:588:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :67:1: note: expanded from here VEC_arch_p_pop ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_truncate' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:598:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :71:1: note: expanded from here VEC_arch_p_truncate ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_replace' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:606:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :75:1: note: expanded from here VEC_arch_p_replace ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_ordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:631:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :83:1: note: expanded from here VEC_arch_p_ordered_remove ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_unordered_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:645:17: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :87:1: note: expanded from here VEC_arch_p_unordered_remove ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_block_remove' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:659:20: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :91:1: note: expanded from here VEC_arch_p_block_remove ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_address' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:670:18: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :95:1: note: expanded from here VEC_arch_p_address ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_lower_bound' [-Wunused-function] ./vec.h:425:20: note: expanded from macro 'DEF_VEC_P' VEC_T(T); \ ^ ./vec.h:676:24: note: expanded from macro '\ DEF_VEC_FUNC_P' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :99:1: note: expanded from here VEC_arch_p_lower_bound ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_alloc' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:703:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :110:1: note: expanded from here VEC_arch_p_alloc ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_cleanup' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:718:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :118:1: note: expanded from here VEC_arch_p_cleanup ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_copy' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:727:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :123:1: note: expanded from here VEC_arch_p_copy ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_safe_grow' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:755:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :137:1: note: expanded from here VEC_arch_p_safe_grow ^ target-descriptions.c:183:1: warning: unused function 'VEC_arch_p_safe_insert' [-Wunused-function] ./vec.h:426:27: note: expanded from macro 'DEF_VEC_P' DEF_VEC_FUNC_P(T) \ ^ ./vec.h:773:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_P' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :157:1: note: expanded from here VEC_arch_p_safe_insert ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_last' [-Wunused-function] DEF_VEC_O(tdesc_arch_reg); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :176:1: note: expanded from here VEC_tdesc_arch_reg_last ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :188:1: note: expanded from here VEC_tdesc_arch_reg_embedded_size ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :192:1: note: expanded from here VEC_tdesc_arch_reg_embedded_init ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :204:1: note: expanded from here VEC_tdesc_arch_reg_pop ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :208:1: note: expanded from here VEC_tdesc_arch_reg_truncate ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :220:1: note: expanded from here VEC_tdesc_arch_reg_ordered_remove ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :224:1: note: expanded from here VEC_tdesc_arch_reg_unordered_remove ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :2:1: note: expanded from here VEC_tdesc_arch_reg_block_remove ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :6:1: note: expanded from here VEC_tdesc_arch_reg_address ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :10:1: note: expanded from here VEC_tdesc_arch_reg_lower_bound ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :21:1: note: expanded from here VEC_tdesc_arch_reg_alloc ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :27:1: note: expanded from here VEC_tdesc_arch_reg_copy ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :38:1: note: expanded from here VEC_tdesc_arch_reg_cleanup ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :51:1: note: expanded from here VEC_tdesc_arch_reg_safe_grow ^ target-descriptions.c:215:1: warning: unused function 'VEC_tdesc_arch_reg_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :71:1: note: expanded from here VEC_tdesc_arch_reg_safe_insert ^ 131 warnings generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o target-memory.o -MT target-memory.o -MMD -MP -MF .deps/target-memory.Tpo target-memory.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o xml-tdesc.o -MT xml-tdesc.o -MMD -MP -MF .deps/xml-tdesc.Tpo xml-tdesc.c xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_last' [-Wunused-function] DEF_VEC_O(tdesc_xml_cache_s); ^ ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:787:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,last) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :135:1: note: expanded from here VEC_tdesc_xml_cache_s_last ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_embedded_size' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:817:22: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline size_t VEC_OP (T,embedded_size) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :147:1: note: expanded from here VEC_tdesc_xml_cache_s_embedded_size ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_embedded_init' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:823:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,embedded_init) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :151:1: note: expanded from here VEC_tdesc_xml_cache_s_embedded_init ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_pop' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:850:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,pop) (VEC(T) *vec_ VEC_ASSERT_DECL) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :163:1: note: expanded from here VEC_tdesc_xml_cache_s_pop ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_truncate' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:856:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,truncate) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :167:1: note: expanded from here VEC_tdesc_xml_cache_s_truncate ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_replace' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:864:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,replace) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :2:1: note: expanded from here VEC_tdesc_xml_cache_s_replace ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_ordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:891:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,ordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :10:1: note: expanded from here VEC_tdesc_xml_cache_s_ordered_remove ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_unordered_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:901:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,unordered_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :14:1: note: expanded from here VEC_tdesc_xml_cache_s_unordered_remove ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_block_remove' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:908:20: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline void VEC_OP (T,block_remove) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :18:1: note: expanded from here VEC_tdesc_xml_cache_s_block_remove ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_address' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:919:18: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline T *VEC_OP (T,address) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :22:1: note: expanded from here VEC_tdesc_xml_cache_s_address ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_lower_bound' [-Wunused-function] ./vec.h:432:20: note: expanded from macro 'DEF_VEC_O' VEC_T(T); \ ^ ./vec.h:925:24: note: expanded from macro '\ DEF_VEC_FUNC_O' static inline unsigned VEC_OP (T,lower_bound) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :26:1: note: expanded from here VEC_tdesc_xml_cache_s_lower_bound ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_alloc' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:952:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,alloc) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :37:1: note: expanded from here VEC_tdesc_xml_cache_s_alloc ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_copy' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:960:23: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :43:1: note: expanded from here VEC_tdesc_xml_cache_s_copy ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_free' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:977:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,free) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :50:1: note: expanded from here VEC_tdesc_xml_cache_s_free ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_cleanup' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:985:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,cleanup) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :54:1: note: expanded from here VEC_tdesc_xml_cache_s_cleanup ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_safe_grow' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1007:20: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline void VEC_OP (T,safe_grow) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :67:1: note: expanded from here VEC_tdesc_xml_cache_s_safe_grow ^ xml-tdesc.c:70:1: warning: unused function 'VEC_tdesc_xml_cache_s_safe_insert' [-Wunused-function] ./vec.h:433:27: note: expanded from macro 'DEF_VEC_O' DEF_VEC_FUNC_O(T) \ ^ ./vec.h:1025:18: note: expanded from macro '\ DEF_VEC_ALLOC_FUNC_O' static inline T *VEC_OP (T,safe_insert) \ ^ ./vec.h:396:22: note: expanded from macro 'VEC_OP' #define VEC_OP(T,OP) VEC_##T##_##OP ^ :87:1: note: expanded from here VEC_tdesc_xml_cache_s_safe_insert ^ 17 warnings generated. rm -f xml-builtin.tmp AWK="awk" \ /bin/sh ./features/feature_to_c.sh \ xml-builtin.tmp ./features/gdb-target.dtd ./features/xinclude.dtd ./features/library-list.dtd ./features/osdata.dtd ./features/threads.dtd /bin/sh ./../move-if-change xml-builtin.tmp xml-builtin.c echo stamp > stamp-xml cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo inferior.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o osdata.o -MT osdata.o -MMD -MP -MF .deps/osdata.Tpo osdata.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo gdb_usleep.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo record.c record.c:2122:1: warning: unused function 'netorder16' [-Wunused-function] netorder16 (uint16_t input) ^ 1 warning generated. cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo gcore.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo jit.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o progspace.o -MT progspace.o -MMD -MP -MF .deps/progspace.Tpo progspace.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo inflow.c inflow.c:377:5: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] { ^ inflow.c:374:3: note: previous statement is here if (tinfo->run_terminal != NULL || gdb_has_a_terminal () == 0) ^ 1 warning generated. Making init.c cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c rm -f libgdb.a ar q libgdb.a msp430-tdep.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-sim.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o python.o py-value.o py-prettyprint.o py-auto-load.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o p-lang.o p-typeprint.o p-valprint.o scm-exp.o scm-lang.o scm-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o ar: warning: creating libgdb.a ranlib libgdb.a rm -f gdb cc -O2 -pipe \ -o gdb gdb.o libgdb.a \ ../sim/msp430/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -lexpat ../libiberty/libiberty.a gnulib/libgnu.a infrun.c(infrun.o:(xdb_handle_command) in archive libgdb.a): warning: sprintf() is often misused, please use snprintf() infrun.c(infrun.o:(follow_exec) in archive libgdb.a): warning: strcpy() is almost always misused, please use strlcpy() infrun.c(infrun.o:(follow_exec) in archive libgdb.a): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tui-main.o -MT tui-main.o -MMD -MP -MF .deps/tui-main.Tpo ./tui/tui-main.c rm -f gdbtui cc -O2 -pipe \ -o gdbtui tui-main.o libgdb.a \ ../sim/msp430/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -lexpat ../libiberty/libiberty.a gnulib/libgnu.a symfile.c(symfile.o:(find_separate_debug_file_by_debuglink) in archive libgdb.a): warning: strcpy() is almost always misused, please use strlcpy() symfile.c(symfile.o:(find_separate_debug_file_by_debuglink) in archive libgdb.a): warning: strcat() is almost always misused, please use strlcat() xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() if [ "`cd . && pwd`" != "`pwd`" ] ; then \ mkdir -p ./syscalls/ ; \ list='gdb-syscalls.dtd ppc-linux.xml ppc64-linux.xml i386-linux.xml amd64-linux.xml sparc-linux.xml sparc64-linux.xml' ; \ for file in $list ; do \ f=./syscalls//$file ; \ if test -f $f ; then \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 $f \ ./syscalls/ ; \ fi ; \ done ; \ fi ; gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[1]: Nothing to be done for 'all-target'. gmake[1]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2' >>> Running fake in devel/msp430/gdb at 1714617333.67 ===> devel/msp430/gdb ===> Faking installation for msp430-gdb-7.2ap4 gmake[1]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2' /bin/sh ./mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake install-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' Making install in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/info" gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/doc' Making install in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64" test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64" gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' Making install in . gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64" test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64" gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' Making install in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/etc' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libdecnumber' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libdecnumber' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/libiberty' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/readline' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/readline' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/msp430' /bin/sh ./../../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin /bin/sh ./../../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/lib n=`echo run | sed 's&^&msp430-&'`; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -s -m 755 run /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin/$n install: strip: No such file or directory n=`echo libsim.a | sed s/libsim.a/libmsp430-sim.a/`; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 libsim.a /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/lib/$n ; \ ( cd /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/lib ; ranlib $n ) gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/msp430' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/testsuite' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/testsuite' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/common' /bin/sh ./../../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1 n=`echo run | sed 's&^&msp430-&'`; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 ./run.1 /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1/$n.1 gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/common' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/igen' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim/igen' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/sim' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake all-recursive gmake[5]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[6]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/gnulib' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' if [ "`cd . && pwd`" != "`pwd`" ] ; then \ mkdir -p ./syscalls/ ; \ list='gdb-syscalls.dtd ppc-linux.xml ppc64-linux.xml i386-linux.xml amd64-linux.xml sparc-linux.xml sparc64-linux.xml' ; \ for file in $list ; do \ f=./syscalls//$file ; \ if test -f $f ; then \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 $f \ ./syscalls/ ; \ fi ; \ done ; \ fi ; gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' transformed_name=`t='s&^&msp430-&'; \ echo gdbtui | sed -e "$t"` ; \ if test "x$transformed_name" = x; then \ transformed_name=gdbtui ; \ else \ true ; \ fi ; \ /bin/sh ./../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin ; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -s -m 755 gdbtui \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin/$transformed_name ; \ /bin/sh ./../mkinstalldirs \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1 ; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 ./gdb.1 \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1/$transformed_name.1 install: strip: No such file or directory transformed_name=`t='s&^&msp430-&'; \ echo gdb | sed -e "$t"` ; \ if test "x$transformed_name" = x; then \ transformed_name=gdb ; \ else \ true ; \ fi ; \ /bin/sh ./../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin ; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -s -m 755 gdb \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/bin/$transformed_name ; \ /bin/sh ./../mkinstalldirs \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1 ; \ /exopi-obj/pobj/msp430-gdb-7.2a/bin/install -c -m 644 ./gdb.1 \ /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/man/man1/$transformed_name.1 install: strip: No such file or directory gmake[3]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' /bin/sh ./../../mkinstalldirs /exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/usr/local/info gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/doc' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/testsuite' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb/testsuite' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2/gdb' gmake[1]: Nothing to be done for 'install-target'. gmake[1]: Leaving directory '/exopi-obj/pobj/msp430-gdb-7.2a/gdb-7.2' >>> Running package in devel/msp430/gdb at 1714617337.30 ===> devel/msp430/gdb `/exopi-obj/pobj/msp430-gdb-7.2a/fake-amd64/.fake_done' is up to date. ===> Building package for msp430-gdb-7.2ap4 Create /exopi-cvs/ports/packages/amd64/all/msp430-gdb-7.2ap4.tgz Creating package msp430-gdb-7.2ap4 reading plist| checking dependencies| checking dependencies|devel/msp430/binutils checking dependencies|devel/msp430/gcc checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************** | 22% archiving|***************************** | 45% archiving|******************************************* | 68% archiving|********************************************************** | 90% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/msp430-gdb-7.2ap4.tgz >>> Running clean in devel/msp430/gdb at 1714617341.68 ===> devel/msp430/gdb ===> Cleaning for msp430-gdb-7.2ap4 >>> Ended at 1714617342.86 max_stuck=9.56/waiting-for-lock #162=2.98/depends=11.32/show-prepare-results=1.96/patch=11.27/configure=31.28/build=525.41/fake=3.63/package=4.38/clean=1.21