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]
Other format: [Raw text]

Re: gas/config cleanups


Ben Elliston wrote:
> I wasn't recursively searching the week before last for #if 0'd code
> in gas, so I missed the gas/config subdirectory.  This patch remedies
> that.  Tested with an --enable-targets=all build of gas.
> 
> Okay to commit?
[snip]
> Index: tc-mips.c
> ===================================================================
> RCS file: /home/bje/src-cvs/src/gas/config/tc-mips.c,v
> retrieving revision 1.279
> diff -u -p -u -r1.279 tc-mips.c
> --- tc-mips.c	19 Jan 2005 23:33:33 -0000	1.279
> +++ tc-mips.c	31 Jan 2005 04:08:35 -0000
[snip]
> @@ -13407,10 +13320,6 @@ mips_elf_final_processing (void)
>    /* Set MIPS ELF flags for ASEs.  */
>    if (file_ase_mips16)
>      elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_M16;
> -#if 0 /* XXX FIXME */
> -  if (file_ase_mips3d)
> -    elf_elfheader (stdoutput)->e_flags |= ???;
> -#endif

Please don't remove this fixme.


Thiemo

Attachment: signature.asc
Description: Digital signature


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