aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ia64.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
commit4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c (patch)
tree4e5086ea493a579191a122d99538bf8c576e20db /gas/config/tc-ia64.h
parent586e589c1894a834bacae360f1a8e9159a7c3291 (diff)
downloadgdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.zip
gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.gz
gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.bz2
2000-09-15 Kazu Hirata <kazu@hxi.com>
* config/tc-h8300.h: Fix formatting. * config/tc-h8500.c: Likewise. * config/tc-h8500.h: Likewise. * config/tc-hppa.h: Likewise. * config/tc-i370.h: Likewise. * config/tc-i386.h: Likewise. * config/tc-i860.c: Likewise. * config/tc-i860.h: Likewise. * config/tc-i960.h: Likewise. * config/tc-ia64.c: Likewise. * config/tc-ia64.h: Likewise.
Diffstat (limited to 'gas/config/tc-ia64.h')
-rw-r--r--gas/config/tc-ia64.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h
index 5d15b22..29d4f6b 100644
--- a/gas/config/tc-ia64.h
+++ b/gas/config/tc-ia64.h
@@ -17,7 +17,7 @@
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, 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Boston, MA 02111-1307, USA. */
#include <opcode/ia64.h>
#include <elf/ia64.h>
@@ -110,12 +110,12 @@ extern int ia64_md_do_align PARAMS ((int, const char *, int, int));
#define DWARF2_LINE_MIN_INSN_LENGTH 1 /* so slot-multipliers can be 1 */
/* This is the information required for unwind records in an ia64
- object file. This is required by GAS and the compiler runtime. */
+ object file. This is required by GAS and the compiler runtime. */
/* These are the starting point masks for the various types of
unwind records. To create a record of type R3 for instance, one
- starts by using the value UNW_R3 and or-ing in any other required values.
- These values are also unique (in context), so they can be used to identify
+ starts by using the value UNW_R3 and or-ing in any other required values.
+ These values are also unique (in context), so they can be used to identify
the various record types as well. UNW_Bx and some UNW_Px do have the
same value, but Px can only occur in a prologue context, and Bx in
a body context. */
@@ -151,8 +151,8 @@ typedef enum
pfs_sprel, preds_when, preds_gr, preds_psprel, preds_sprel,
fr_mem, frgr_mem, gr_gr, gr_mem, br_mem, br_gr, spill_base, spill_mask,
unat_when, unat_gr, unat_psprel, unat_sprel, lc_when, lc_gr, lc_psprel,
- lc_sprel, fpsr_when, fpsr_gr, fpsr_psprel, fpsr_sprel,
- priunat_when_gr, priunat_when_mem, priunat_gr, priunat_psprel,
+ lc_sprel, fpsr_when, fpsr_gr, fpsr_psprel, fpsr_sprel,
+ priunat_when_gr, priunat_when_mem, priunat_gr, priunat_psprel,
priunat_sprel, bsp_when, bsp_gr, bsp_psprel, bsp_sprel, bspstore_when,
bspstore_gr, bspstore_psprel, bspstore_sprel, rnat_when, rnat_gr,
rnat_psprel, rnat_sprel, epilogue, label_state, copy_state,
@@ -160,8 +160,7 @@ typedef enum
spill_reg_p, unwabi
} unw_record_type;
-
-/* These structures declare the fields that can be used in each of the
+/* These structures declare the fields that can be used in each of the
4 record formats, R, P, B and X. */
typedef struct unw_r_record
@@ -217,7 +216,7 @@ typedef struct unw_x_record
unsigned short xy; /* Value of the XY field.. */
} unw_x_record;
-/* This structure is used to determine the specific record type and
+/* This structure is used to determine the specific record type and
its fields. */
typedef struct unwind_record
{