summaryrefslogtreecommitdiffstats
path: root/trunk/src/arch-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/arch-arm.c')
-rw-r--r--trunk/src/arch-arm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/arch-arm.c b/trunk/src/arch-arm.c
index a15244a..66d3ffb 100644
--- a/trunk/src/arch-arm.c
+++ b/trunk/src/arch-arm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2004 Red Hat, Inc.
+/* Copyright (C) 2001, 2002, 2004, 2009 Red Hat, Inc.
Written by Jakub Jelinek <jakub@redhat.com>, 2001.
This program is free software; you can redistribute it and/or modify
@@ -817,6 +817,7 @@ PL_ARCH = {
.R_JMP_SLOT = R_ARM_JUMP_SLOT,
.R_COPY = R_ARM_COPY,
.R_RELATIVE = R_ARM_RELATIVE,
+ .rtype_class_valid = RTYPE_CLASS_VALID,
.dynamic_linker = "/lib/ld-linux.so.2",
.adjust_dyn = arm_adjust_dyn,
.adjust_rel = arm_adjust_rel,