X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Felf%2Fi860.h;h=561a73720df3a0a68120ade723574cfa74cc0d4d;hb=6d350754a32007465f9adbc11b87339e4493b358;hp=9e76dcda77ba9387e0a3d91ad7d11a478c8a339d;hpb=e172dbf8aa714653f2a1758df60fc169886be232;p=deliverable%2Fbinutils-gdb.git diff --git a/include/elf/i860.h b/include/elf/i860.h index 9e76dcda77..561a73720d 100644 --- a/include/elf/i860.h +++ b/include/elf/i860.h @@ -1,5 +1,5 @@ /* i860 ELF support for BFD. - Copyright 2000 Free Software Foundation, Inc. + Copyright (C) 2000-2020 Free Software Foundation, Inc. Contributed by Jason Eckhardt . @@ -7,7 +7,7 @@ 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, @@ -29,15 +29,15 @@ START_RELOC_NUMBERS (elf_i860_reloc_type) RELOC_NUMBER (R_860_NONE, 0x00) /* No reloc */ RELOC_NUMBER (R_860_32, 0x01) /* S+A */ - RELOC_NUMBER (R_860_COPY, 0x02) /* No calculation */ + RELOC_NUMBER (R_860_COPY, 0x02) /* No calculation */ RELOC_NUMBER (R_860_GLOB_DAT, 0x03) /* S, Create GOT entry */ RELOC_NUMBER (R_860_JUMP_SLOT, 0x04) /* S+A, Create PLT entry */ RELOC_NUMBER (R_860_RELATIVE, 0x05) /* B+A, Adj by program base */ - RELOC_NUMBER (R_860_PC26, 0x30) /* (S+A-P) >> 2 */ - RELOC_NUMBER (R_860_PLT26, 0x31) /* (L+A-P) >> 2 */ + RELOC_NUMBER (R_860_PC26, 0x30) /* (S+A-P) >> 2 */ + RELOC_NUMBER (R_860_PLT26, 0x31) /* (L+A-P) >> 2 */ RELOC_NUMBER (R_860_PC16, 0x32) /* (S+A-P) >> 2 */ RELOC_NUMBER (R_860_LOW0, 0x40) /* S+A */ - RELOC_NUMBER (R_860_SPLIT0, 0x42) /* S+A */ + RELOC_NUMBER (R_860_SPLIT0, 0x42) /* S+A */ RELOC_NUMBER (R_860_LOW1, 0x44) /* S+A */ RELOC_NUMBER (R_860_SPLIT1, 0x46) /* S+A */ RELOC_NUMBER (R_860_LOW2, 0x48) /* S+A */