This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Check input format against output


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]