mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Fix badly placed #if 0...
This commit is contained in:
parent
5598ce1171
commit
e333d2c401
@ -1,3 +1,10 @@
|
|||||||
|
2001-11-09 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* cgen-ibld.in (extract_1): Fix badly placed #if 0.
|
||||||
|
* fr30-ibld.c: Regenerate.
|
||||||
|
* m32r-ibld.c: Regenerate.
|
||||||
|
* openrisc-ibld.c: Regenerate.
|
||||||
|
|
||||||
2001-11-04 Chris Demetriou <cgd@broadcom.com>
|
2001-11-04 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* mips-dis.c (print_insn_mips): Remove spaces at end of line.
|
* mips-dis.c (print_insn_mips): Remove spaces at end of line.
|
||||||
|
@ -375,9 +375,9 @@ extract_1 (cd, ex_info, start, length, word_length, bufp, pc)
|
|||||||
int shift;
|
int shift;
|
||||||
#if 0
|
#if 0
|
||||||
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
||||||
|
|
||||||
x = cgen_get_insn_value (cd, bufp, word_length);
|
|
||||||
#endif
|
#endif
|
||||||
|
x = cgen_get_insn_value (cd, bufp, word_length);
|
||||||
|
|
||||||
if (CGEN_INSN_LSB0_P)
|
if (CGEN_INSN_LSB0_P)
|
||||||
shift = (start + 1) - length;
|
shift = (start + 1) - length;
|
||||||
else
|
else
|
||||||
|
@ -375,9 +375,9 @@ extract_1 (cd, ex_info, start, length, word_length, bufp, pc)
|
|||||||
int shift;
|
int shift;
|
||||||
#if 0
|
#if 0
|
||||||
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
||||||
|
|
||||||
x = cgen_get_insn_value (cd, bufp, word_length);
|
|
||||||
#endif
|
#endif
|
||||||
|
x = cgen_get_insn_value (cd, bufp, word_length);
|
||||||
|
|
||||||
if (CGEN_INSN_LSB0_P)
|
if (CGEN_INSN_LSB0_P)
|
||||||
shift = (start + 1) - length;
|
shift = (start + 1) - length;
|
||||||
else
|
else
|
||||||
|
@ -375,9 +375,9 @@ extract_1 (cd, ex_info, start, length, word_length, bufp, pc)
|
|||||||
int shift;
|
int shift;
|
||||||
#if 0
|
#if 0
|
||||||
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
||||||
|
|
||||||
x = cgen_get_insn_value (cd, bufp, word_length);
|
|
||||||
#endif
|
#endif
|
||||||
|
x = cgen_get_insn_value (cd, bufp, word_length);
|
||||||
|
|
||||||
if (CGEN_INSN_LSB0_P)
|
if (CGEN_INSN_LSB0_P)
|
||||||
shift = (start + 1) - length;
|
shift = (start + 1) - length;
|
||||||
else
|
else
|
||||||
|
@ -375,9 +375,9 @@ extract_1 (cd, ex_info, start, length, word_length, bufp, pc)
|
|||||||
int shift;
|
int shift;
|
||||||
#if 0
|
#if 0
|
||||||
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG;
|
||||||
|
|
||||||
x = cgen_get_insn_value (cd, bufp, word_length);
|
|
||||||
#endif
|
#endif
|
||||||
|
x = cgen_get_insn_value (cd, bufp, word_length);
|
||||||
|
|
||||||
if (CGEN_INSN_LSB0_P)
|
if (CGEN_INSN_LSB0_P)
|
||||||
shift = (start + 1) - length;
|
shift = (start + 1) - length;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user