diff options
author | John Gilmore <gnu@cygnus> | 1991-07-25 00:48:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-25 00:48:28 +0000 |
commit | 095c7223f3967267e34d98ef3e810ab19337c2ab (patch) | |
tree | 59451728f35463c94404448dad8df2c834946fe7 /include/reloc.h | |
parent | ac61496ccd946524bf75229cb67dfa14fc9c8b14 (diff) | |
download | gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.zip gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.tar.gz gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.tar.bz2 |
Update copylefts of all copylefted files to Version 2.
Add header comments to a few files (ieee, oasys) that Steve never
commented. Preparation for gdb-3.98 release.
Diffstat (limited to 'include/reloc.h')
-rwxr-xr-x | include/reloc.h | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/include/reloc.h b/include/reloc.h index e55909a..6be60e8 100755 --- a/include/reloc.h +++ b/include/reloc.h @@ -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,9 @@ 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", "JUMPTARG", \ +"CONST", "CONSTH", "WDISP14", "WDISP21", \ +"NO_RELOC" #endif /* _RELOC_H_READ_ */ |