Gas buys into ../include. Files merged.

This commit is contained in:
K. Richard Pixley 1991-05-18 02:44:28 +00:00
parent d1a9e59485
commit f827120d45
3 changed files with 34 additions and 0 deletions

View File

@ -289,6 +289,12 @@ struct relocation_info
be undocumented. */
unsigned int r_baserel:1; /* Linkage table relative */
unsigned int r_jmptable:1; /* pc-relative to jump table */
#ifdef TC_NS32K
#define r_bsr r_baserel
#define r_disp r_jmptable
#endif /* TC_NS32K */
unsigned int r_relative:1; /* "relative relocation" */
/* unused */
unsigned int r_pad:1; /* Padding -- set to zero */

View File

@ -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 */

View File

@ -73,8 +73,10 @@ __define_stab (N_SOL, 0x84, "SOL")
value is corresponding address. */
__define_stab (N_SLINE, 0x44, "SLINE")
/* Similar, for data segment. */
/* FIXME-NOW: gas's copy had 0x46 here. */
__define_stab (N_DSLINE, 0x66, "DSLINE")
/* Similar, for bss segment. */
/* FIXME-NOW: gas's copy had 0x48 here. */
__define_stab (N_BSLINE, 0x68, "BSLINE")
/* Beginning of an include file. Only Sun uses this.