From 783d3e7187893c2cbb2f0697b5ba2468c6624c17 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Mon, 7 Apr 2008 02:55:08 +0000 Subject: PR gas/6043 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Use md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL. * gas/sh/sh64/eh-1.d: New. * gas/sh/sh64/eh-1.d: Likewise. --- gas/config/tc-sh64.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/config/tc-sh64.c') diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c index 2836ecc..8317098 100644 --- a/gas/config/tc-sh64.c +++ b/gas/config/tc-sh64.c @@ -3064,8 +3064,7 @@ shmedia_md_pcrel_from_section (struct fix *fixP, segT sec ATTRIBUTE_UNUSED) case BFD_RELOC_64: case BFD_RELOC_64_PCREL: - know (0 /* Shouldn't get here. */); - break; + /* Fall through. */ default: /* If section was SHcompact, use its function. */ -- cgit v1.1