From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thiemo Seufer To: binutils@sourceware.cygnus.com Cc: ica2_ts@csv.ica.uni-stuttgart.de Subject: Re: Does -march=r5000 imply HAVE_64BIT_GPRS? Date: Thu, 16 Aug 2001 03:59:00 -0000 Message-id: <20010816125919.P381@rembrandt.csv.ica.uni-stuttgart.de> References: X-SW-Source: 2001-08/msg00335.html Ian Lance Taylor wrote: > Thiemo Seufer writes: > > > /bfd/ChangeLog > > * elf32-mips.c (_bfd_mips_elf_final_write_processing): Remove setting > > of elf header flags for ARCH/MACH. > > Won't this break the linker? It doesn't for me. AFAICS, the old behaviour is to ignore the user's ARCH settings and to guess incorrect ones based on the cpu type. The new behaviour respects the user's settings and requires the linker to actually use the flags found in the object files. Thiemo