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.


 > 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.
> > 
> 
> True. I'll change it.

I've fixed the above.  Maybe you could think of a way of ARI-ing the 
others.

R.

> 
> BTW
> 
> for i in `find . -name \*.h -print`
> do
>  base=`basename $i`
>  fgrep \"$base\" $i /dev/null |grep include
> done
> 
> ./alpha/nm-linux.h:#include "nm-linux.h"
> ./arm/nm-linux.h:#include "nm-linux.h"
> ... 
> 



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