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] Can't build sh-elf-sim on OSX.


> > 2010-01-12  Masaki Muranaka   <monaka@monami-softwar.com>
>                                                ^^^^^^^ :-)
> > 
> > 	* interp.c: Don't include sysdep.h
> > 	include stdio.h and errno.h
> > 	include string.h strings.h stdlib.h sys/stat.h if present.

One more stylistic note: Please end your sentences with a period,
and use a capital letter when starting your sentences. Thus:

        * interp.c: Don't include sysdep.h.
        Include stdio.h and errno.h.
        Include string.h strings.h stdlib.h sys/stat.h if present.

Approved with that change in the ChangeLog.

-- 
Joel


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