This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Add architecture information to disassemblertables


On Mon, 2004-11-29 at 10:01, Hans-Peter Nilsson wrote:
> On Mon, 29 Nov 2004, Richard Earnshaw wrote:
> > On Sun, 2004-11-28 at 10:05, Hans-Peter Nilsson wrote:
> >
> > > For the record, opcode tables that are shared with the assembler
> > > usually go in a file named opcodes/<target>-opc.c, ...
> 
> > These aren't shared with the assembler.
> 
> You sure fooled me with one of the first lines of the moved
> tables in the patch (read: I claim I *did* reasonable checking):
> + /* Format of the assembler string :

Ah!  Easily clarified...

2004-11-29  Richard Earnshaw  <rearnsha@arm.com>

	* arm-dis.c: Correct top-level comment.


Index: arm-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/arm-dis.c,v
retrieving revision 1.40
diff -p -r1.40 arm-dis.c
*** arm-dis.c	27 Nov 2004 11:09:21 -0000	1.40
--- arm-dis.c	29 Nov 2004 10:11:57 -0000
***************
*** 49,55 ****
  
  #define WORD_ADDRESS(pc) ((pc) & ~0x3)
  
! /* Format of the assembler string :
     
     %%			%
     %<bitfield>d		print the bitfield in decimal
--- 49,55 ----
  
  #define WORD_ADDRESS(pc) ((pc) & ~0x3)
  
! /* Format of the disassembler control string :
     
     %%			%
     %<bitfield>d		print the bitfield in decimal

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