
From: Hirokazu Takata <takata@linux-m32r.org>

include/asm-m32r/elf.h:

  Add relocations R_M32R_GOTOFF_HI_ULO, R_M32R_GOTOFF_HI_SLO, and
  R_M32R_GOTOFF_LO.  These relocations are required to implement GOTOFF
  support for m32r.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-m32r/elf.h |    3 +++
 1 files changed, 3 insertions(+)

diff -puN include/asm-m32r/elf.h~m32r-add-new-relocation-types-to-elfh include/asm-m32r/elf.h
--- 25/include/asm-m32r/elf.h~m32r-add-new-relocation-types-to-elfh	Thu Dec 16 15:18:24 2004
+++ 25-akpm/include/asm-m32r/elf.h	Thu Dec 16 15:18:24 2004
@@ -54,6 +54,9 @@
 #define R_M32R_GOTPC_HI_ULO	59
 #define R_M32R_GOTPC_HI_SLO	60
 #define R_M32R_GOTPC_LO		61
+#define R_M32R_GOTOFF_HI_ULO	62
+#define R_M32R_GOTOFF_HI_SLO	63
+#define R_M32R_GOTOFF_LO	64
 
 #define R_M32R_NUM		256
 
_
