]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Accept R_ARM_PC24 and R_ARM_ABS32 in EXEC|DYN too.
authorRoland McGrath <roland@redhat.com>
Wed, 7 Apr 2010 18:22:50 +0000 (11:22 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Apr 2010 18:22:50 +0000 (11:22 -0700)
backends/ChangeLog
backends/arm_reloc.def

index f862cbd11fd9c1182237d6021217cba44c36d4b5..99d01ce0671074efa6050ab0f88164ff743c8486 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-07  Roland McGrath  <roland@redhat.com>
+
+       * arm_reloc.def: Accept PC24 and ABS32 in EXEC|DYN too.
+
 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
 
        * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and
index c5a72cc05fc11fea887f822bd56cad34ff1f4141..4dc54b7ea2e4e6c0d3a5b940790ac9629a99d8a8 100644 (file)
@@ -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)