Fix C-x 1 from gdb prompt
[deliverable/binutils-gdb.git] / include / elf / spu.h
index 2ae80c598f1fe4194f1c09a45708a8fbb7762434..a7bf47ff4dee4db90b83020b93c8a7f489311ba2 100644 (file)
@@ -1,12 +1,12 @@
 /* SPU ELF support for BFD.
 
-   Copyright 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -39,8 +39,10 @@ START_RELOC_NUMBERS (elf_spu_reloc_type)
      RELOC_NUMBER (R_SPU_ADDR10I,      11)
      RELOC_NUMBER (R_SPU_ADDR16I,      12)
      RELOC_NUMBER (R_SPU_REL32,                13)
-     RELOC_NUMBER (R_SPU_PPU32,                14)
-     RELOC_NUMBER (R_SPU_PPU64,                15)
+     RELOC_NUMBER (R_SPU_ADDR16X,      14)
+     RELOC_NUMBER (R_SPU_PPU32,                15)
+     RELOC_NUMBER (R_SPU_PPU64,                16)
+     RELOC_NUMBER (R_SPU_ADD_PIC,      17)
 END_RELOC_NUMBERS (R_SPU_max)
 
 /* Program header extensions */
This page took 0.030576 seconds and 4 git commands to generate.