]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
bfd: remove use of INLINE
authorAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2021 02:17:26 +0000 (12:47 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2021 02:54:37 +0000 (13:24 +1030)
commit42eec46f230cb05873fdc7561057a6ae63d17ce4
treed760e79e5de354b15d49c8caa762ff21543c3125
parent1cba418d26929e0fa0f9c43b2323093b1c7fa9de
bfd: remove use of INLINE

No need to use anything fancy, plain inline works just as well.

* bfd-in.h (INLINE): Don't define.
* bfd-in2.h: Regenerate.
* aoutx.h: Replace use of INLINE with inline.
* elf-eh-frame.c: Likewise.
* elf32-score7.c: Likewise.
* elfxx-mips.c: Likewise.
* ihex.c: Likewise.
* mach-o.c: Likewise.
* mmo.c: Likewise.
bfd/aoutx.h
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/elf-eh-frame.c
bfd/elf32-score7.c
bfd/elfxx-mips.c
bfd/ihex.c
bfd/mach-o.c
bfd/mmo.c