tic4x: sign extension using shifts
[deliverable/binutils-gdb.git] / elfcpp / sparc.h
index 37036fae96a72f908578894e61697f3bfb2f4915..80361485bac319bb76ae270d98749eb8825f98d1 100644 (file)
@@ -1,6 +1,6 @@
 // sparc.h -- ELF definitions specific to EM_SPARC  -*- C++ -*-
 
-// Copyright 2008, Free Software Foundation, Inc.
+// Copyright (C) 2008-2020 Free Software Foundation, Inc.
 // Written by David S. Miller <davem@davemloft.net>.
 
 // This file is part of elfcpp.
@@ -140,6 +140,10 @@ enum
   R_SPARC_H34 = 85,           // Direct high 12 of 34 bit
   R_SPARC_SIZE32 = 86,        // size of symbol, 32-bit
   R_SPARC_SIZE64 = 87,        // size of symbol, 64-bit
+  R_SPARC_WDISP10 = 88,       // PC relative 10 bit shifted
+
+  R_SPARC_JMP_IREL = 248,     // Create PLT slot to IFUNC function
+  R_SPARC_IRELATIVE = 249,    // Adjust indirectly by program base
 
   // GNU vtable garbage collection extensions.
   R_SPARC_GNU_VTINHERIT = 250,
This page took 0.025149 seconds and 4 git commands to generate.