diff options
author | 2020-04-08 12:28:10 +0100 | |
---|---|---|
committer | 2020-04-08 12:28:10 +0100 | |
commit | 9ad4cfa8c35395322230bd7534611d85951645a3 (patch) | |
tree | bbae493882eab8048c00153fd43b0ec2e6398f20 /gas/config/tc-arc.h | |
parent | [PATCH 3/4]: m32c: remove duplicate define and prototype (diff) | |
download | binutils-gdb-9ad4cfa8c35395322230bd7534611d85951645a3.tar.gz binutils-gdb-9ad4cfa8c35395322230bd7534611d85951645a3.tar.bz2 binutils-gdb-9ad4cfa8c35395322230bd7534611d85951645a3.zip |
[PATCH 4/4]: Add generic prototype for md_pcrel_from_section
This patch removes the need for target headers to provide a custom prototype
for md_pcrel_from_section.
* tc.h (md_pcrel_from_section): Add prototype.
* config/tc-aarch64.h (md_pcrel_from_section): Remove prototype.
* config/tc-arc.h (md_pcrel_from_section): Likewise.
* config/tc-arm.h (md_pcrel_from_section): Likewise.
* config/tc-avr.h (md_pcrel_from_section): Likewise.
* config/tc-bfin.h (md_pcrel_from_section): Likewise.
* config/tc-bpf.h (md_pcrel_from_section): Likewise.
* config/tc-csky.h (md_pcrel_from_section): Likewise.
* config/tc-d10v.h (md_pcrel_from_section): Likewise.
* config/tc-d30v.h (md_pcrel_from_section): Likewise.
* config/tc-epiphany.h (md_pcrel_from_section): Likewise.
* config/tc-fr30.h (md_pcrel_from_section): Likewise.
* config/tc-frv.h (md_pcrel_from_section): Likewise.
* config/tc-iq2000.h (md_pcrel_from_section): Likewise.
* config/tc-lm32.h (md_pcrel_from_section): Likewise.
* config/tc-m32c.h (md_pcrel_from_section): Likewise.
* config/tc-m32r.h (md_pcrel_from_section): Likewise.
* config/tc-mcore.h (md_pcrel_from_section): Likewise.
* config/tc-mep.h (md_pcrel_from_section): Likewise.
* config/tc-metag.h (md_pcrel_from_section): Likewise.
* config/tc-microblaze.h (md_pcrel_from_section): Likewise.
* config/tc-mmix.h (md_pcrel_from_section): Likewise.
* config/tc-moxie.h (md_pcrel_from_section): Likewise.
* config/tc-msp430.h (md_pcrel_from_section): Likewise.
* config/tc-mt.h (md_pcrel_from_section): Likewise.
* config/tc-or1k.h (md_pcrel_from_section): Likewise.
* config/tc-ppc.h (md_pcrel_from_section): Likewise.
* config/tc-rl78.h (md_pcrel_from_section): Likewise.
* config/tc-rx.h (md_pcrel_from_section): Likewise.
* config/tc-s390.h (md_pcrel_from_section): Likewise.
* config/tc-sh.h (md_pcrel_from_section): Likewise.
* config/tc-xc16x.h (md_pcrel_from_section): Likewise.
* config/tc-xstormy16.h (md_pcrel_from_section): Likewise.
Diffstat (limited to 'gas/config/tc-arc.h')
-rw-r--r-- | gas/config/tc-arc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-arc.h b/gas/config/tc-arc.h index b8eee4fb052..2aa61e0ef8b 100644 --- a/gas/config/tc-arc.h +++ b/gas/config/tc-arc.h @@ -101,7 +101,6 @@ extern const char *arc_target_format; instruction, plus the address of the PC relative fixup. The latter can be calculated as fixp->fx_where + fixp->fx_frag->fr_address. */ -extern long md_pcrel_from_section (struct fix *, segT); #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) /* [ ] is index operator. */ |