gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / arc-plt.def
index 2c3bed8ad7be2182f10e0902fb7188872eee19ad..254f1e5b85e0b79c589f3636422a9f0ed4b99a15 100644 (file)
@@ -1,5 +1,5 @@
 /* Arc V2 Related PLT entries.
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
    Contributed by Cupertino Miranda (cmiranda@synopsys.com).
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -58,7 +58,7 @@ PLT_TYPE_END (ELF_ARCV2_ABS)
 
 /* Non Arc V2 Related PLT entries.  */
 
-PLT_TYPE_START (ELF_ARC_PIC) 
+PLT_TYPE_START (ELF_ARC_PIC)
   PLT_ENTRY (0x2730,0x7f8b,0x0000,0x0000) /* ld %r11, [pcl,0] : 0 to be replaced by _DYNAMIC@GOTPC+4 */
   PLT_ENTRY (0x2730,0x7f8a,0x0000,0x0000) /* ld %r10, [pcl,0] : 0 to be replaced by -DYNAMIC@GOTPC+8  */
   PLT_ENTRY (0x2020,0x0280)             /* j [%r10] */
@@ -74,9 +74,9 @@ PLT_TYPE_START (ELF_ARC_PIC)
 
   ELEM_RELOC (4, 32, 0xFFFFFFFF, SGOT | RELATIVE_INSN_32 | MIDDLE_ENDIAN, 0)
 
-PLT_TYPE_END (ELF_ARC_PIC) 
+PLT_TYPE_END (ELF_ARC_PIC)
 
-PLT_TYPE_START (ELF_ARC_ABS) 
+PLT_TYPE_START (ELF_ARC_ABS)
   PLT_ENTRY (0x1600,0x700b,0x0000,0x0000) /* ld %r11, [0] */
   PLT_ENTRY (0x1600,0x700a,0x0000,0x0000) /* ld %r10, [0] */
   PLT_ENTRY (0x2020,0x0280)             /* j [%r10] */
@@ -91,4 +91,4 @@ PLT_TYPE_START (ELF_ARC_ABS)
 
   ELEM_RELOC (4, 32, 0xFFFFFFFF, SGOT | RELATIVE_INSN_32 | MIDDLE_ENDIAN, 0)
 
-PLT_TYPE_END (ELF_ARC_ABS) 
+PLT_TYPE_END (ELF_ARC_ABS)
This page took 0.024504 seconds and 4 git commands to generate.