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: 2.15 branch merge


On Apr 16, 2004, Alexandre Oliva <aoliva@redhat.com> wrote:

> +#include "elf32-target.h"
> +
> +#undef ELF_MAXPAGESIZE
> +#define ELF_MAXPAGESIZE		0x4000
> +
> +#undef TARGET_BIG_SYM
> +#define TARGET_BIG_SYM          bfd_elf32_frv_vec
> +#undef TARGET_BIG_NAME
> +#define TARGET_BIG_NAME		"elf32-frv"
> +#undef	elf32_bed
> +#define	elf32_bed		elf32_frv_bed

Alan Modra pointed out in private that my simplified patch was overly
simplified.  The above names, just like the rest below, underwent a
s/frvfdpic/frv/, to make the diff smaller, but also more confusing at
this point.  I apologize for any confusion this may cause.  The actual
patch has frvfdpic in the above macros.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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