This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4 v2] Create nat/i386-dregs.c


On 06/18/2014 04:22 PM, Gary Benson wrote:
> diff --git a/gdb/config/i386/cygwin.mh b/gdb/config/i386/cygwin.mh
> index b704158..8ab439b 100644
> --- a/gdb/config/i386/cygwin.mh
> +++ b/gdb/config/i386/cygwin.mh
> @@ -1,3 +1,3 @@
> -MH_CFLAGS=
> -NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o
> +'MH_CFLAGS=

Looks like a typo here.

> +NATDEPFILES= i386-nat.o i386-dregs.o windows-nat.o i386-windows-nat.o
>  XM_CLIBS=
> diff --git a/gdb/config/i386/cygwin64.mh b/gdb/config/i386/cygwin64.mh
> index 1c21fc6..5ce3095 100644

Otherwise OK.

Thanks,
-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]