summaryrefslogtreecommitdiff
path: root/backends/arm_reloc.def
diff options
context:
space:
mode:
Diffstat (limited to 'backends/arm_reloc.def')
-rw-r--r--backends/arm_reloc.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/arm_reloc.def b/backends/arm_reloc.def
index c5a72cc0..4dc54b7e 100644
--- a/backends/arm_reloc.def
+++ b/backends/arm_reloc.def
@@ -1,5 +1,5 @@
/* List the relocation types for arm. -*- C -*-
- Copyright (C) 2005 Red Hat, Inc.
+ Copyright (C) 2005-2010 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -26,8 +26,8 @@
/* NAME, REL|EXEC|DYN */
RELOC_TYPE (NONE, REL) /* It really is used in ET_REL on ARM. */
-RELOC_TYPE (PC24, REL)
-RELOC_TYPE (ABS32, REL)
+RELOC_TYPE (PC24, REL|EXEC|DYN)
+RELOC_TYPE (ABS32, REL|EXEC|DYN)
RELOC_TYPE (REL32, REL)
RELOC_TYPE (PC13, REL)
RELOC_TYPE (ABS16, REL)