This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Add ARM to gas .file/.loc tests


> On Fri, 22 Nov 2002, Daniel Jacobowitz wrote:
> > As discussed on gcc@ earlier; committed.
> >
> > --
> > Daniel Jacobowitz
> > MontaVista Software                         Debian GNU/Linux Developer
> >
> > 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
> >
> > 	* configure.in: Set insn=nop for DWARF-2 tests on ARM.
> 
> I think it'd be better to use ".long 0" universally.  Then the
> target-dependent insn=some-nop settings can go.
> 
> brgds, H-P
> 

.long 0 is not a recognized nop on the ARM (it doesn't do very much, but 
it isn't strictly a nop).  So what do we want?  A nop? or a zero?

R.


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