mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
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:
@ -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>
|
||||
|
||||
* config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
|
||||
|
@ -63,7 +63,6 @@ enum reloc_type
|
||||
|
||||
#endif /* TC_SPARC or TC_A29K */
|
||||
|
||||
|
||||
#define __GNU_EXEC_MACROS__
|
||||
|
||||
#ifndef __STRUCT_EXEC_OVERRIDE__
|
||||
@ -183,7 +182,6 @@ enum machine_type
|
||||
sizeof (struct exec))
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef N_DATOFF
|
||||
#define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
|
||||
#endif
|
||||
@ -317,7 +315,6 @@ struct reloc_ext_bytes
|
||||
unsigned char r_addend[4];
|
||||
};
|
||||
|
||||
|
||||
#define RELOC_EXT_BITS_EXTERN_BIG 0x80
|
||||
#define RELOC_EXT_BITS_EXTERN_LITTLE 0x01
|
||||
|
||||
@ -345,8 +342,6 @@ struct reloc_info_extended
|
||||
|
||||
/* The standard, old-fashioned, Berkeley compatible relocation struct */
|
||||
|
||||
|
||||
|
||||
#ifdef TC_I860
|
||||
/* NOTE: three bits max, see struct reloc_info_i860.r_type */
|
||||
enum i860_reloc_type
|
||||
@ -362,7 +357,6 @@ enum highlow_type
|
||||
NO_SPEC = 0, PAIR, HIGH, HIGHADJ,
|
||||
};
|
||||
|
||||
|
||||
struct reloc_info_i860
|
||||
{
|
||||
unsigned long r_address;
|
||||
@ -381,7 +375,6 @@ struct reloc_info_i860
|
||||
|
||||
#endif /* TC_I860 */
|
||||
|
||||
|
||||
struct reloc_std_bytes
|
||||
{
|
||||
unsigned char r_address[4];
|
||||
|
@ -426,7 +426,6 @@ flonum_gen2vax (format_letter, f, words)
|
||||
return (return_value);
|
||||
} /* flonum_gen2vax() */
|
||||
|
||||
|
||||
/* JF this used to be in vax.c but this looks like a better place for it */
|
||||
|
||||
/*
|
||||
|
@ -4186,7 +4186,6 @@ tc_coff_sizemachdep (frag)
|
||||
|
||||
Initial production is 'expr'.
|
||||
|
||||
|
||||
addOp + | -
|
||||
|
||||
alpha [a-zA-Z]
|
||||
@ -4252,7 +4251,6 @@ tc_coff_sizemachdep (frag)
|
||||
| DR0 | DR1 | DR2 | DR3 | DR6 | DR7
|
||||
| TR3 | TR4 | TR5 | TR6 | TR7
|
||||
|
||||
|
||||
We simplify the grammar in obvious places (e.g., register parsing is
|
||||
done by calling parse_register) and eliminate immediate left recursion
|
||||
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_e11 PARAMS ((void));
|
||||
|
||||
|
||||
static int
|
||||
i386_intel_operand (operand_string, got_a_float)
|
||||
char *operand_string;
|
||||
@ -4418,7 +4415,6 @@ i386_intel_operand (operand_string, got_a_float)
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
/* expr SHORT e05
|
||||
| e05 */
|
||||
static int
|
||||
@ -4438,7 +4434,6 @@ intel_expr ()
|
||||
return intel_e05 ();
|
||||
}
|
||||
|
||||
|
||||
/* e05 e06 e05'
|
||||
|
||||
e05' addOp e06 e05'
|
||||
@ -4466,7 +4461,6 @@ intel_e05_1 ()
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/* e06 e09 e06'
|
||||
|
||||
e06' mulOp e09 e06'
|
||||
@ -4494,7 +4488,6 @@ intel_e06_1 ()
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/* e09 OFFSET e10 e09'
|
||||
| e10 e09'
|
||||
|
||||
@ -4605,7 +4598,6 @@ intel_e10_1 ()
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/* e11 ( expr )
|
||||
| [ expr ]
|
||||
| BYTE
|
||||
@ -4900,12 +4892,10 @@ intel_e11 ()
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
as_bad (_("Unrecognized token '%s'"), cur_token.str);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* Match the given token against cur_token. If they match, read the next
|
||||
token from the operand string. */
|
||||
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. */
|
||||
static void
|
||||
intel_get_token ()
|
||||
@ -5070,7 +5059,6 @@ intel_get_token ()
|
||||
cur_token = new_token;
|
||||
}
|
||||
|
||||
|
||||
/* Put cur_token back into the token stream and make cur_token point to
|
||||
prev_token. */
|
||||
static void
|
||||
|
@ -1927,7 +1927,6 @@ md_apply_fix3 (fixp, valuep, seg)
|
||||
else
|
||||
value = fixp->fx_offset;
|
||||
|
||||
|
||||
/* 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. */
|
||||
if (fixp->fx_addsy != NULL
|
||||
|
@ -42,7 +42,6 @@ struct vop /* vax instruction operand */
|
||||
unsigned char vop_nbytes; /* number of bytes in datum */
|
||||
};
|
||||
|
||||
|
||||
typedef long vax_opcodeT; /* For initialising array of opcodes */
|
||||
/* Some synthetic opcodes > 16 bits! */
|
||||
|
||||
|
Reference in New Issue
Block a user