diff options
author | Alan Modra <amodra@gmail.com> | 2016-07-16 13:27:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-07-16 13:27:30 +0930 |
commit | 00dad9a491b3bb0069b5a1471b8f32052e071965 (patch) | |
tree | f88698bd348b89a0c78f3b747362bfff274438a7 /bfd/bfd-in2.h | |
parent | 76e7a75123dc36dbc4ddce8a23d2acb171c2bce2 (diff) | |
download | gdb-00dad9a491b3bb0069b5a1471b8f32052e071965.zip gdb-00dad9a491b3bb0069b5a1471b8f32052e071965.tar.gz gdb-00dad9a491b3bb0069b5a1471b8f32052e071965.tar.bz2 |
Don't include libbfd.h outside of bfd, part 2
Make bfd_default_set_arch_mach available to a bunch of gas backend
files.
bfd/
* archures.c (bfd_default_set_arch_mach): Make available in bfd.h.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
gas/
* config/tc-epiphany.c: Don't include libbfd.h.
* config/tc-frv.c: Likewise.
* config/tc-ip2k.c: Likewise.
* config/tc-iq2000.c: Likewise.
* config/tc-m32c.c: Likewise.
* config/tc-mep.c: Likewise.
* config/tc-mt.c: Likewise.
* config/tc-nios2.c: Likewise.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 5fffc46..8b12547 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2387,6 +2387,9 @@ const bfd_arch_info_type *bfd_arch_get_compatible void bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg); +bfd_boolean bfd_default_set_arch_mach + (bfd *abfd, enum bfd_architecture arch, unsigned long mach); + enum bfd_architecture bfd_get_arch (bfd *abfd); unsigned long bfd_get_mach (bfd *abfd); |