From 5dbf2f20a1ee51326b4e21b368b40e0be4ae6cf1 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 19 Oct 1998 18:21:05 +0000 Subject: [PATCH] Fix typo. --- gas/ChangeLog | 4 ++++ gas/config/tc-m32r.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e81d8d1..8f81231 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 19 13:16:12 1998 Catherine Moore + + * config/tc-m32r.c (m32r_force_relocation): Fix typo. + 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 diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 026c772..76b6f29 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -1758,7 +1758,7 @@ m32r_force_relocation (fix) fixS * fix; { 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; if (! m32r_relax) -- 2.7.4