New warning in 2.13 (comming from 2.12)

Alan Modra amodra@bigpond.net.au
Sat Oct 12 02:15:00 GMT 2002


On Fri, Oct 11, 2002 at 08:43:25PM -0700, David O'Brien wrote:
> 	* config/tc-alpha.h (TC_INIT_FIX_DATA): info is of type struct
> 	alpha_reloc_tag.
> 	* config/tc-ia64.c: Cast dwarf2_directive_file to int.
> 	* config/tc-sparc.c: Likewise.

OK, but..

> diff -u -r1.12.4.1 tc-alpha.h
> --- config/tc-alpha.h	23 Sep 2002 22:14:22 -0000	1.12.4.1
> +++ config/tc-alpha.h	12 Oct 2002 03:31:20 -0000
> @@ -152,7 +152,7 @@
>  #define TC_INIT_FIX_DATA(fixP)						\
>  do {									\
>    fixP->tc_fix_data.next_reloc = (struct fix *)0;			\
> -  fixP->tc_fix_data.info = (struct alpha_literal_tag *)0;		\
> +  fixP->tc_fix_data.info = (struct alpha_reloc_tag *)1;			\

I'm sure you didn't mean to change the value.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list