diff options
author | Gunther Nikl <gnikl@justmail.de> | 2020-04-08 12:28:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-08 12:28:10 +0100 |
commit | 9ad4cfa8c35395322230bd7534611d85951645a3 (patch) | |
tree | bbae493882eab8048c00153fd43b0ec2e6398f20 /gas/config/tc-microblaze.h | |
parent | d9f1988553be73217c29d48cb8979b82d624b91c (diff) | |
download | binutils-9ad4cfa8c35395322230bd7534611d85951645a3.zip binutils-9ad4cfa8c35395322230bd7534611d85951645a3.tar.gz binutils-9ad4cfa8c35395322230bd7534611d85951645a3.tar.bz2 |
[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-microblaze.h')
-rw-r--r-- | gas/config/tc-microblaze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-microblaze.h b/gas/config/tc-microblaze.h index a84e7e4..bc0ca37 100644 --- a/gas/config/tc-microblaze.h +++ b/gas/config/tc-microblaze.h @@ -94,7 +94,7 @@ extern const struct relax_type md_relax_table[]; # error No target format specified. #endif -#include "write.h" /* For definition of fixS */ +#include "write.h" /* For definition of fixS. */ extern void md_begin (void); extern void md_assemble (char *); |