Re: Compilation error in simple-object-elf.c

2018-07-19 Thread Eli Zaretskii
> Cc: d...@redhat.com, gcc-patches@gcc.gnu.org, gdb-patc...@sourceware.org > From: Pedro Alves > Date: Thu, 19 Jul 2018 14:41:13 +0100 > > On 07/19/2018 02:06 PM, Eli Zaretskii wrote: > >> From: Richard Biener > >> Date: Thu, 19 Jul 2018 10:46:01 +0200 > >> Cc: DJ Delorie , GCC Patches , > >>

Re: Compilation error in simple-object-elf.c

2018-07-19 Thread Pedro Alves
On 07/19/2018 02:06 PM, Eli Zaretskii wrote: >> From: Richard Biener >> Date: Thu, 19 Jul 2018 10:46:01 +0200 >> Cc: DJ Delorie , GCC Patches , >> gdb-patc...@sourceware.org >> >>> *err = ENOTSUP; >>>^~~ >>> ./simple-object-elf.c:1284:14: note: each

Re: Compilation error in simple-object-elf.c

2018-07-19 Thread Eli Zaretskii
> From: Richard Biener > Date: Thu, 19 Jul 2018 10:46:01 +0200 > Cc: DJ Delorie , GCC Patches , > gdb-patc...@sourceware.org > > > *err = ENOTSUP; > >^~~ > > ./simple-object-elf.c:1284:14: note: each undeclared identifier is > > reported only once for

Re: Compilation error in simple-object-elf.c

2018-07-19 Thread Richard Biener
On Wed, Jul 18, 2018 at 6:18 PM Eli Zaretskii wrote: > > Hi, > > I've built the pretest of GDB 8.2 with MinGW today, and bumped into a > compilation error in libiberty: > > if [ x"" != x ]; then \ >gcc -c -DHAVE_CONFIG_H -O2 -gdwarf-4 -g3 -D__USE_MINGW_ACCESS -I. > -I./../include