This is the mail archive of the binutils@sourceware.cygnus.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: #error ELF_MAXPAGESIZE is not defined


Hi Dave,

  I have checked in the following patch to fix this.

: In file included from elf32-m88k.c:35:
: elf32-target.h:205: #error ELF_MAXPAGESIZE is not defined

Cheers
	Nick

1999-06-07  Nick Clifton  <nickc@cygnus.com>

	* elf32-m88k.c (ELF_MAXPAGESIZE): Define.

Index: elf32-m88k.c
===================================================================
RCS file: /cvs/binutils/binutils/bfd/elf32-m88k.c,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 elf32-m88k.c
*** elf32-m88k.c	1999/05/03 07:28:56	1.1.1.1
--- elf32-m88k.c	1999/06/07 17:25:41
*************** Foundation, Inc., 59 Temple Place - Suit
*** 29,34 ****
--- 29,35 ----
  #define TARGET_BIG_NAME		"elf32-m88k"
  #define ELF_ARCH		bfd_arch_m88k
  #define ELF_MACHINE_CODE	EM_88K
+ #define ELF_MAXPAGESIZE  	1 /* FIXME: This number is wrong,  It should be the page size in bytes.  */
  #define bfd_elf32_bfd_reloc_type_lookup bfd_default_reloc_type_lookup
  #define elf_info_to_howto		_bfd_elf_no_info_to_howto
  

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