[RFA] Fix warnings for d10v-elf
Andrew Cagney
ac131313@cygnus.com
Sun Apr 9 19:19:00 GMT 2000
Nick Clifton wrote:
>
> Hi Andrew,
>
> : The attatched adds a few missing declarations and wraps a &&vs|| for
> : the d10v target.
>
> : * config/tc-d10v.c (d10v_fix_adjustable, md_pcrel_from_section):
> : Change type of `fixS' argument to `struct fix'.
>
> Why is this necessary ? 'fixS' is a typedef of 'struct fix'.
I tried that and got:
In file included from targ-cpu.h:1,
from /home/scratch/SRC/src/gas/config/obj-elf.h:40,
from obj-format.h:1,
from /home/scratch/SRC/src/gas/config/te-generic.h:19,
from targ-env.h:1,
from /home/scratch/SRC/src/gas/as.h:616,
from /home/scratch/SRC/src/gas/app.c:29:
/home/scratch/SRC/src/gas/config/tc-d10v.h:60: parse error before `*'
There is a ``struct fix;'' in as.h.
Andrew
More information about the Binutils
mailing list