]> git.ipfire.org Git - thirdparty/gcc.git/commit
* genemit.c (gen_insn): Print file:lineno comment before function.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 21:32:14 +0000 (21:32 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 21:32:14 +0000 (21:32 +0000)
commitf1c96ec2f219881bfad4adcc6ee7efd7983e9c58
treec10c82f09103920b50de749e53f260bc07584040
parentcf5be812764acf4d3e1838a59f76291006810d5b
    * genemit.c (gen_insn): Print file:lineno comment before function.
        (main): likewise.
        * gensupport.c (struct queue_elem): Add filename member.
        (queue_pattern): Initialize it; update all callers.
        (process_include): Don't free filename.
        (read_md_rtx): Set read_rtx_filename.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53811 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genemit.c
gcc/gensupport.c