]> Git Repo - binutils.git/blobdiff - include/reloc.h
Initial revision
[binutils.git] / include / reloc.h
index e55909ac226040646798c682534a8d02ca1e85d4..1811b73ff9d8b8eefe081552f9f330cdca92de1f 100755 (executable)
@@ -1,21 +1,19 @@
 /* reloc.h -- Header file for relocation information.
-   Copyright (C) 1989,1990 Free Software Foundation, Inc.
+   Copyright 1989-1991  Free Software Foundation, Inc.
 
-This file is part of GAS, the GNU Assembler.
-
-GAS is free software; you can redistribute it and/or modify
+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 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-GAS is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GAS; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Relocation types for a.out files using reloc_info_extended
    (SPARC and AMD 29000). */
@@ -57,10 +55,11 @@ enum reloc_type
 "SFA_BASE",    "SFAOFF13",     "BASE10",       "BASE13",       \
 "BASE22",      "PC10",         "PC22",         "JMP_TBL",      \
 "SEGOFF16",    "GLOB_DAT",     "JMP_SLOT",     "RELATIVE",     \
-"11",          "WDISP2_14",    "WDISP19", \
-"JUMPTARG",    "CONST",        "CONSTH",                       \
-"NO_RELOC",                                                    \
-"XXX_28", "XXX_29", "XXX_30", "XXX_31"
+"11",          "WDISP2_14",    "WDISP19",      "HHI22",        \
+"HLO10",                                                       \
+"JUMPTARG",    "CONST",        "CONSTH",       "WDISP14",      \
+"WDISP21",     \
+"NO_RELOC"
 
 #endif /* _RELOC_H_READ_ */
 
This page took 0.023875 seconds and 4 git commands to generate.