bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] rewrite gctags/assembler.c using yacc


From: Hideki IWAMOTO
Subject: Re: [PATCH] rewrite gctags/assembler.c using yacc
Date: Wed, 06 Oct 2004 21:03:28 +0900

On Wed, 06 Oct 2004 01:52:02 +0900, Hideki IWAMOTO wrote...
> This patch rewrites parser of the assembly language of gctgas using Yacc.
> 

The previous patch is buggy. This is corrected version. 
Any comment?

 gctags/HACKING     |    1 
 gctags/Makefile.am |    7 -
 gctags/asm_parse.y |  163 ++++++++++++++++++++++++++++++++++++++
 gctags/asm_res.in  |   12 --
 gctags/asm_scan.l  |  223 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 gctags/assembler.c |  131 -------------------------------
 gctags/gctags.c    |    8 -
 gctags/gctags.h    |    2 
 htags/asm.l        |    4 
 reconf.sh          |   10 +-
 10 files changed, 405 insertions(+), 156 deletions(-)

----
Hideki IWAMOTO  address@hidden

Attachment: 20041007-asm.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]