diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:44:28 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:44:28 +0000 |
commit | f827120d4545a08c8e8edb25d4ec5b50d694912b (patch) | |
tree | 4c7464e8569f01806b62b13053b69262917ccc1b /include/reloc.h | |
parent | d1a9e594859320d99c9ff5730d90dc171594c8e0 (diff) | |
download | gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.zip gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.gz gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.bz2 |
Gas buys into ../include. Files merged.
Diffstat (limited to 'include/reloc.h')
-rwxr-xr-x | include/reloc.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/reloc.h b/include/reloc.h index b8e46a5..2786865 100755 --- a/include/reloc.h +++ b/include/reloc.h @@ -1,3 +1,22 @@ +/* reloc.h -- Header file for relocation information. + Copyright (C) 1989,1990 Free Software Foundation, Inc. + +This file is part of GAS, the GNU Assembler. + +GAS 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. + +GAS 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. */ + /* Relocation types for a.out files using reloc_info_extended (SPARC and AMD 29000). */ @@ -21,6 +40,11 @@ enum reloc_type /* 29K relocation types */ RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH, +#ifndef NO_V9 +/* sparc v9 */ + RELOC_WDISP14, RELOC_WDISP21, +#endif /* NO_V9 */ + NO_RELOC }; @@ -36,3 +60,5 @@ enum reloc_type "XXX_28", "XXX_29", "XXX_30", "XXX_31" #endif /* _RELOC_H_READ_ */ + +/* end of reloc.h */ |