aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/config/aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/config/aout.h')
-rw-r--r--gnu/usr.bin/as/config/aout.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/as/config/aout.h b/gnu/usr.bin/as/config/aout.h
index fcc6a0ec3914..9856cb0e71c5 100644
--- a/gnu/usr.bin/as/config/aout.h
+++ b/gnu/usr.bin/as/config/aout.h
@@ -1,19 +1,19 @@
/* This file is aout.h
Copyright (C) 1987-1992 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 2, 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. */
@@ -56,10 +56,10 @@ enum reloc_type {
RELOC_WDISP19,
RELOC_HHI22,
RELOC_HLO10,
-
+
/* 29K relocation types */
RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH,
-
+
RELOC_WDISP14, RELOC_WDISP21,
#endif /* not TC_SPARC */
NO_RELOC,
@@ -186,7 +186,7 @@ enum machine_type {
#ifndef N_SEGSIZE
#define N_SEGSIZE(x) SEGMENT_SIZE
#endif
-
+
/* This complexity is for encapsulated COFF support */
#ifndef _N_HDROFF
#define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec))
@@ -223,7 +223,7 @@ enum machine_type {
#ifndef N_TXTADDR
#define N_TXTADDR(x) 0
#endif
-
+
#ifndef N_DATADDR
#define N_DATADDR(x) \
(N_MAGIC(x) == OMAGIC? (N_TXTADDR(x)+(x).a_text) \
@@ -263,7 +263,7 @@ struct nlist {
/* The following type indicates the definition of a symbol as being
an indirect reference to another symbol. The other symbol
appears as an undefined reference, immediately following this symbol.
-
+
Indirection is asymmetrical. The other symbol's value will be used
to satisfy requests for the indirect symbol, but not vice versa.
If the other symbol does not have a definition, libraries will
@@ -279,7 +279,7 @@ struct nlist {
Space is allocated for the set in the text section, and each set
element's value is stored into one word of the space.
The first word of the space is the length of the set (number of elements).
-
+
The address of the set is made into an N_SETV symbol
whose name is the same as the name of the set.
This symbol acts like a N_DATA global symbol
@@ -308,7 +308,7 @@ struct nlist {
/* The following enum and struct were borrowed from SunOS's
/usr/include/sun4/a.out.h and extended to handle
other machines. It is currently used on SPARC and AMD 29000.
-
+
reloc_ext_bytes is how it looks on disk. reloc_info_extended is
how we might process it on a native host. */
@@ -353,7 +353,7 @@ struct reloc_info_extended
# define r_symbolnum r_index
unsigned r_extern:1;
unsigned :2;
- /* RS/6000 compiler does not support enum bitfield
+ /* RS/6000 compiler does not support enum bitfield
enum reloc_type r_type:5; */
enum reloc_type r_type;
long int r_addend;