gas/config cleanups

Thiemo Seufer ica2_ts@csv.ica.uni-stuttgart.de
Mon Jan 31 04:30:00 GMT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 240 bytes
Desc: Digital signature
URL: <https://sourceware.org/pipermail/binutils/attachments/20050131/9edca2da/attachment.sig>


More information about the Binutils mailing list