mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Oct 19 13:16:12 1998 Catherine Moore <clm@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-m32r.c (m32r_force_relocation): Fix typo.
|
||||||
|
|
||||||
Sun Oct 18 18:48:57 1998 Jeffrey A Law (law@cygnus.com)
|
Sun Oct 18 18:48:57 1998 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* config/tc-sh.c (md_assemble): Make sure the entire opcode is
|
* config/tc-sh.c (md_assemble): Make sure the entire opcode is
|
||||||
|
@ -1758,7 +1758,7 @@ m32r_force_relocation (fix)
|
|||||||
fixS * fix;
|
fixS * fix;
|
||||||
{
|
{
|
||||||
if (fix->fx_r_type == BFD_RELOC_VTABLE_INHERIT
|
if (fix->fx_r_type == BFD_RELOC_VTABLE_INHERIT
|
||||||
|| fix->fx_r_type == BFD_RELOC_VTABLE_INHERIT)
|
|| fix->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
if (! m32r_relax)
|
if (! m32r_relax)
|
||||||
|
Reference in New Issue
Block a user