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: [autodeps] gnu-nat, autogenerated files


> Hmmmm, looking at the docs you pointed below, I believe NAT_GENERATED_FILES
> is more correct.  These files shouldn't be generated when building a cross
> debugger hosted on the hurd.  I've made that change, hope it's OK.

That makes sense.

> Hmmm, errmmm, I don't know what to do here.  :-)

Eli is the documentation guru, I'll let him decide :).

> TM_CLIBS and TM_CDEPS also looks like looking for garbage collection.

Yes - If I'm not mistaken, we have finally gotten rid of tm files.
So they can definitely go.

> 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
> 
> 	* Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
> 	* config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.

This part is OK.

> gdb/doc/
> 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
> 
> 	* gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.

That part needs to be reviewed by Eli.

> +
> +NAT_GENERATED_FILES = notify_S.h notify_S.c process_reply_S.h process_reply_S.c \

Just a very minor comment: I wonder if you might have exceeded 80 chars
on this line.

-- 
Joel


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