mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/tc-m68k.c: Fix formatting.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* config/tc-m68k.c: Fix formatting.
|
||||||
|
|
||||||
2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
|
2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
|
||||||
|
|
||||||
* Makefile.am: Honour DESTDIR.
|
* Makefile.am: Honour DESTDIR.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* tc-m68k.c -- Assemble for the m68k family
|
/* tc-m68k.c -- Assemble for the m68k family
|
||||||
Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
2000, 2001
|
2000, 2001, 2002
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
@ -5867,7 +5867,9 @@ build_mri_control_operand (qual, cc, leftstart, leftstop, rightstart,
|
|||||||
temp = leftstop;
|
temp = leftstop;
|
||||||
leftstop = rightstop;
|
leftstop = rightstop;
|
||||||
rightstop = temp;
|
rightstop = temp;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
cc = swap_mri_condition (cc);
|
cc = swap_mri_condition (cc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -7137,7 +7139,8 @@ tc_coff_sizemachdep (frag)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
void m68k_elf_final_processing()
|
void
|
||||||
|
m68k_elf_final_processing ()
|
||||||
{
|
{
|
||||||
/* Set file-specific flags if this is a cpu32 processor */
|
/* Set file-specific flags if this is a cpu32 processor */
|
||||||
if (cpu_of_arch (current_architecture) & cpu32)
|
if (cpu_of_arch (current_architecture) & cpu32)
|
||||||
|
Reference in New Issue
Block a user