X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=elfcpp%2Fi386.h;h=092c69dca56b98f6e7183a1349c3d602526008fc;hb=cf00cd6faf31c208bbfe107140c26895412214bb;hp=6b20964ab6c3e77d2a5e95bed25793f9df44e058;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/elfcpp/i386.h b/elfcpp/i386.h index 6b20964ab6..092c69dca5 100644 --- a/elfcpp/i386.h +++ b/elfcpp/i386.h @@ -1,6 +1,6 @@ // i386.h -- ELF definitions specific to EM_386 -*- C++ -*- -// Copyright (C) 2006-2014 Free Software Foundation, Inc. +// Copyright (C) 2006-2020 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. @@ -86,6 +86,7 @@ enum R_386_TLS_DESC = 41, // TLS descriptor containing pointer to code and // to argument, returning TLS offset for symbol R_386_IRELATIVE = 42, // Adjust indirectly by program base + R_386_GOT32X = 43, // 32 bit GOT entry, relaxable // Used by Intel. R_386_USED_BY_INTEL_200 = 200, // GNU vtable garbage collection extensions.