This is the mail archive of the gdb-patches@sources.redhat.com 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] arm-netbsd clean up native include file.


> 
> Nor should there be with <nm-nbsd.h>, since config/arm isn't on the 
> include path.  This is the convention in all the other include files I've 
> seen that play this sort of game.

True.  GDB tends to play this game:

config/i386/nm-nbsd.h:#include "config/nm-nbsd.h"
config/i386/tm-nbsd.h:#include "config/tm-nbsd.h"
config/sparc/nm-nbsd.h:#include "config/nm-nbsd.h"

So the question of <> behavour is avoided.

Andrew



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