Patch: Check input format against output

H . J . Lu hjl@lucon.org
Mon Mar 26 14:29:00 GMT 2001


On Mon, Mar 26, 2001 at 02:25:33PM -0800, H . J . Lu wrote:

> Index: elf32-gen.c
> ===================================================================
> RCS file: /work/cvs/gnu/binutils/bfd/elf32-gen.c,v
> retrieving revision 1.1.1.3
> diff -u -p -r1.1.1.3 elf32-gen.c
> --- elf32-gen.c	1999/07/12 17:13:28	1.1.1.3
> +++ elf32-gen.c	2001/03/26 22:22:12
> @@ -58,6 +58,37 @@ elf_generic_info_to_howto_rel (abfd, bfd
>    bfd_reloc->howto = &dummy;
>  }
>  
> +static boolean 
> +elf32_generic_link_add_symbols (abfd, info)
> +     bfd *abfd;
> +     struct bfd_link_info *info ATTRIBUTE_UNUSED;

Ooops. I should remove ATTRIBUTE_UNUSED.


H.J.



More information about the Binutils mailing list