X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=backends%2Fi386_reloc.def;h=de3575d2fe2d17ba309a876bdb7f5f616beddf43;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=bd273b38f4a17e2096f8b383698b54b2590a13d6;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/backends/i386_reloc.def b/backends/i386_reloc.def index bd273b3..de3575d 100644 --- a/backends/i386_reloc.def +++ b/backends/i386_reloc.def @@ -1,5 +1,5 @@ /* List the relocation types for i386. -*- C -*- - Copyright (C) 2000, 2001, 2002, 2003, 2005, 2009 Red Hat, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2005, 2009, 2015 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ /* NAME, REL|EXEC|DYN */ RELOC_TYPE (NONE, 0) -RELOC_TYPE (COPY, EXEC) +RELOC_TYPE (COPY, EXEC|DYN) RELOC_TYPE (32, REL|EXEC|DYN) RELOC_TYPE (PC32, REL|EXEC|DYN) RELOC_TYPE (GOT32, REL)