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] Add procfs_find_LDT_entry declaration (procfs.h).


On Thu, 20 Sep 2012 18:34:00 +0200, Joel Brobecker wrote:
> --- a/gdb/procfs.h
> +++ b/gdb/procfs.h
> @@ -34,3 +34,10 @@ extern void procfs_use_watchpoints (struct target_ops *t);
>     'live' procinfo.  */
>  
>  extern ptid_t procfs_first_available (void);
> +
> +#if (defined(__i386__) || defined(__x86_64__)) && defined (sun)

The first two defined keywords should have a white space.


Jan


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