This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: gas debugging info vs cpp
- From: Ian Lance Taylor <ian at airs dot com>
- To: Roland McGrath <roland at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: 07 Mar 2003 10:16:47 -0800
- Subject: Re: gas debugging info vs cpp
- References: <200303070701.h2771pL28797@magilla.sf.frob.com>
Roland McGrath <roland at redhat dot com> writes:
> So, I would like to fix this. The question is, what needs to be fixed?
> The assembler can learn to grok cpp # lines, or cpp can learn to emit
> assembler .file/.line directives.
The assembler should already recognize cpp # lines if '#' is in
line_comment_chars in the backend tc-*.c file.
What target are you using?
Ian