diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /gas/config/tc-maxq.c | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Import the binutils master branch from the sourceware CVS repository,vendor/binutils/binutils-master-20070703-075419vendor/binutils
exactly as it was on Tue, 3 Jul 2007 07:54:19 +0000.
Corresponds to git commit 397a64b350470350c8e0adb2af84439ea0f89272,
which was the last commit before switching to GPLv3.
Notes
Notes:
svn path=/vendor/binutils/dist/; revision=214571
svn path=/vendor/binutils/binutils-master-20070703-075419/; revision=214573; tag=vendor/binutils/binutils-master-20070703-075419
Diffstat (limited to 'gas/config/tc-maxq.c')
-rw-r--r-- | gas/config/tc-maxq.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/gas/config/tc-maxq.c b/gas/config/tc-maxq.c index c1a11afc05fd..293d70003981 100644 --- a/gas/config/tc-maxq.c +++ b/gas/config/tc-maxq.c @@ -1,6 +1,6 @@ /* tc-maxq.c -- assembler code for a MAXQ chip. - Copyright 2004, 2005 Free Software Foundation, Inc. + Copyright 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by HCL Technologies Pvt. Ltd. @@ -34,10 +34,6 @@ #define MAXQ10S 1 #endif -#ifndef _STRING_H -#include "string.h" -#endif - #ifndef DEFAULT_ARCH #define DEFAULT_ARCH "MAXQ20" #endif @@ -451,7 +447,7 @@ maxq20_cons_fix_new (fragS * frag, unsigned int off, unsigned int len, } /* GAS will call this for every rs_machine_dependent fragment. The - instruction is compleated using the data from the relaxation pass. It may + instruction is completed using the data from the relaxation pass. It may also create any necessary relocations. */ void md_convert_frag (bfd * headers ATTRIBUTE_UNUSED, @@ -687,7 +683,7 @@ const pseudo_typeS md_pseudo_table[] = #define SET_PFX_ARG(x) (PFX_INSN[1] = x) -/* This function sets the PFX value coresponding to the specs. Source +/* This function sets the PFX value corresponding to the specs. Source Destination Index Selection ---------------------------------- Write To| SourceRegRange | Dest Addr Range ------------------------------------------------------ PFX[0] | 0h-Fh | @@ -1150,7 +1146,7 @@ maxq20_immediate (char *imm_start) return 1; } - /* Check For Sign Charcater. */ + /* Check For Sign Character. */ sign_val = 0; do @@ -1600,7 +1596,7 @@ maxq20_operand (char *operand_string) return 1; } - /* Get the origanal string. */ + /* Get the original string. */ memcpy (op_string, operand_string, strlen (operand_string) + 1); ii = strlen (operand_string) + 1; @@ -3101,7 +3097,7 @@ md_assemble (char *line) if (!match_filters ()) return; - /* Check for the approprate PFX register. */ + /* Check for the appropriate PFX register. */ set_prefix (); pfx_for_imm_val (0); |