diff options
author | Catherine Moore <clm@redhat.com> | 1998-10-19 18:21:05 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-10-19 18:21:05 +0000 |
commit | 5dbf2f20a1ee51326b4e21b368b40e0be4ae6cf1 (patch) | |
tree | 8214672a52edba09d65c89cd7d456fb3c364f5ae /gas/config | |
parent | fa03589c5615c2ff6a3c7af9500790602ec85ec4 (diff) | |
download | gdb-5dbf2f20a1ee51326b4e21b368b40e0be4ae6cf1.zip gdb-5dbf2f20a1ee51326b4e21b368b40e0be4ae6cf1.tar.gz gdb-5dbf2f20a1ee51326b4e21b368b40e0be4ae6cf1.tar.bz2 |
Fix typo.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |