2000-11-14 Kazu Hirata <kazu@hxi.com>

* config/aout_gnu.h: Fix formatting.
	* config/atof-vax.c: Likewise.
	* config/m68k-parse.h: Likewise.
	* config/m88k-opcode.h: Likewise.
	* config/obj-elf.c: Likewise.
	* config/tc-arm.c: Likewise.
	* config/tc-cris.c: Likewise.
	* config/tc-i386.c: Likewise.
	* config/tc-ia64.c: Likewise.
	* config/tc-mn10300.c: Likewise.
	* config/te-386bsd.h: Likewise.
	* config/te-hppa.h: Likewise.
	* config/te-nbsd.h: Likewise.
	* config/te-ppcnw.h: Likewise.
	* config/te-sparcaout.h: Likewise.
	* config/te-tmips.h: Likewise.
	* config/vax-inst.h: Likewise.
	* config/vms-conf.h: Likewise.
This commit is contained in:
Kazu Hirata
2000-11-14 20:57:30 +00:00
parent c810873da1
commit 4a1805b14d
19 changed files with 98 additions and 99 deletions

View File

@ -1,3 +1,24 @@
2000-11-14 Kazu Hirata <kazu@hxi.com>
* config/aout_gnu.h: Fix formatting.
* config/atof-vax.c: Likewise.
* config/m68k-parse.h: Likewise.
* config/m88k-opcode.h: Likewise.
* config/obj-elf.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/te-386bsd.h: Likewise.
* config/te-hppa.h: Likewise.
* config/te-nbsd.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-sparcaout.h: Likewise.
* config/te-tmips.h: Likewise.
* config/vax-inst.h: Likewise.
* config/vms-conf.h: Likewise.
2000-11-14 Jakub Jelinek <jakub@redhat.com> 2000-11-14 Jakub Jelinek <jakub@redhat.com>
* config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits. * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.

View File

@ -63,7 +63,6 @@ enum reloc_type
#endif /* TC_SPARC or TC_A29K */ #endif /* TC_SPARC or TC_A29K */
#define __GNU_EXEC_MACROS__ #define __GNU_EXEC_MACROS__
#ifndef __STRUCT_EXEC_OVERRIDE__ #ifndef __STRUCT_EXEC_OVERRIDE__
@ -183,7 +182,6 @@ enum machine_type
sizeof (struct exec)) sizeof (struct exec))
#endif #endif
#ifndef N_DATOFF #ifndef N_DATOFF
#define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
#endif #endif
@ -317,7 +315,6 @@ struct reloc_ext_bytes
unsigned char r_addend[4]; unsigned char r_addend[4];
}; };
#define RELOC_EXT_BITS_EXTERN_BIG 0x80 #define RELOC_EXT_BITS_EXTERN_BIG 0x80
#define RELOC_EXT_BITS_EXTERN_LITTLE 0x01 #define RELOC_EXT_BITS_EXTERN_LITTLE 0x01
@ -345,8 +342,6 @@ struct reloc_info_extended
/* The standard, old-fashioned, Berkeley compatible relocation struct */ /* The standard, old-fashioned, Berkeley compatible relocation struct */
#ifdef TC_I860 #ifdef TC_I860
/* NOTE: three bits max, see struct reloc_info_i860.r_type */ /* NOTE: three bits max, see struct reloc_info_i860.r_type */
enum i860_reloc_type enum i860_reloc_type
@ -362,7 +357,6 @@ enum highlow_type
NO_SPEC = 0, PAIR, HIGH, HIGHADJ, NO_SPEC = 0, PAIR, HIGH, HIGHADJ,
}; };
struct reloc_info_i860 struct reloc_info_i860
{ {
unsigned long r_address; unsigned long r_address;
@ -381,7 +375,6 @@ struct reloc_info_i860
#endif /* TC_I860 */ #endif /* TC_I860 */
struct reloc_std_bytes struct reloc_std_bytes
{ {
unsigned char r_address[4]; unsigned char r_address[4];

View File

@ -426,7 +426,6 @@ flonum_gen2vax (format_letter, f, words)
return (return_value); return (return_value);
} /* flonum_gen2vax() */ } /* flonum_gen2vax() */
/* JF this used to be in vax.c but this looks like a better place for it */ /* JF this used to be in vax.c but this looks like a better place for it */
/* /*

View File

@ -4186,7 +4186,6 @@ tc_coff_sizemachdep (frag)
Initial production is 'expr'. Initial production is 'expr'.
addOp + | - addOp + | -
alpha [a-zA-Z] alpha [a-zA-Z]
@ -4252,7 +4251,6 @@ tc_coff_sizemachdep (frag)
| DR0 | DR1 | DR2 | DR3 | DR6 | DR7 | DR0 | DR1 | DR2 | DR3 | DR6 | DR7
| TR3 | TR4 | TR5 | TR6 | TR7 | TR3 | TR4 | TR5 | TR6 | TR7
We simplify the grammar in obvious places (e.g., register parsing is We simplify the grammar in obvious places (e.g., register parsing is
done by calling parse_register) and eliminate immediate left recursion done by calling parse_register) and eliminate immediate left recursion
to implement a recursive-descent parser. to implement a recursive-descent parser.
@ -4348,7 +4346,6 @@ static int intel_e10 PARAMS ((void));
static int intel_e10_1 PARAMS ((void)); static int intel_e10_1 PARAMS ((void));
static int intel_e11 PARAMS ((void)); static int intel_e11 PARAMS ((void));
static int static int
i386_intel_operand (operand_string, got_a_float) i386_intel_operand (operand_string, got_a_float)
char *operand_string; char *operand_string;
@ -4418,7 +4415,6 @@ i386_intel_operand (operand_string, got_a_float)
return ret; return ret;
} }
/* expr SHORT e05 /* expr SHORT e05
| e05 */ | e05 */
static int static int
@ -4438,7 +4434,6 @@ intel_expr ()
return intel_e05 (); return intel_e05 ();
} }
/* e05 e06 e05' /* e05 e06 e05'
e05' addOp e06 e05' e05' addOp e06 e05'
@ -4466,7 +4461,6 @@ intel_e05_1 ()
return 1; return 1;
} }
/* e06 e09 e06' /* e06 e09 e06'
e06' mulOp e09 e06' e06' mulOp e09 e06'
@ -4494,7 +4488,6 @@ intel_e06_1 ()
return 1; return 1;
} }
/* e09 OFFSET e10 e09' /* e09 OFFSET e10 e09'
| e10 e09' | e10 e09'
@ -4605,7 +4598,6 @@ intel_e10_1 ()
return 1; return 1;
} }
/* e11 ( expr ) /* e11 ( expr )
| [ expr ] | [ expr ]
| BYTE | BYTE
@ -4900,12 +4892,10 @@ intel_e11 ()
return 1; return 1;
} }
as_bad (_("Unrecognized token '%s'"), cur_token.str); as_bad (_("Unrecognized token '%s'"), cur_token.str);
return 0; return 0;
} }
/* Match the given token against cur_token. If they match, read the next /* Match the given token against cur_token. If they match, read the next
token from the operand string. */ token from the operand string. */
static int static int
@ -4924,7 +4914,6 @@ intel_match_token (code)
} }
} }
/* Read a new token from intel_parser.op_string and store it in cur_token. */ /* Read a new token from intel_parser.op_string and store it in cur_token. */
static void static void
intel_get_token () intel_get_token ()
@ -5070,7 +5059,6 @@ intel_get_token ()
cur_token = new_token; cur_token = new_token;
} }
/* Put cur_token back into the token stream and make cur_token point to /* Put cur_token back into the token stream and make cur_token point to
prev_token. */ prev_token. */
static void static void

View File

@ -1927,7 +1927,6 @@ md_apply_fix3 (fixp, valuep, seg)
else else
value = fixp->fx_offset; value = fixp->fx_offset;
/* If the fix is relative to a symbol which is not defined, or not /* If the fix is relative to a symbol which is not defined, or not
in the same segment as the fix, we cannot resolve it here. */ in the same segment as the fix, we cannot resolve it here. */
if (fixp->fx_addsy != NULL if (fixp->fx_addsy != NULL

View File

@ -42,7 +42,6 @@ struct vop /* vax instruction operand */
unsigned char vop_nbytes; /* number of bytes in datum */ unsigned char vop_nbytes; /* number of bytes in datum */
}; };
typedef long vax_opcodeT; /* For initialising array of opcodes */ typedef long vax_opcodeT; /* For initialising array of opcodes */
/* Some synthetic opcodes > 16 bits! */ /* Some synthetic opcodes > 16 bits! */