aboutsummaryrefslogtreecommitdiff
path: root/bfd/ihex.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-10-28 12:47:26 +1030
committerAlan Modra <amodra@gmail.com>2021-10-28 13:24:37 +1030
commit42eec46f230cb05873fdc7561057a6ae63d17ce4 (patch)
treed760e79e5de354b15d49c8caa762ff21543c3125 /bfd/ihex.c
parent1cba418d26929e0fa0f9c43b2323093b1c7fa9de (diff)
downloadgdb-42eec46f230cb05873fdc7561057a6ae63d17ce4.zip
gdb-42eec46f230cb05873fdc7561057a6ae63d17ce4.tar.gz
gdb-42eec46f230cb05873fdc7561057a6ae63d17ce4.tar.bz2
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.
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r--bfd/ihex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c
index 93a703a..1e8563e 100644
--- a/bfd/ihex.c
+++ b/bfd/ihex.c
@@ -189,7 +189,7 @@ ihex_mkobject (bfd *abfd)
/* Read a byte from a BFD. Set *ERRORPTR if an error occurred.
Return EOF on error or end of file. */
-static INLINE int
+static inline int
ihex_get_byte (bfd *abfd, bool *errorptr)
{
bfd_byte c;