aboutsummaryrefslogtreecommitdiff
path: root/binutils/elfcomm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-04-11 15:57:26 +0100
committerNick Clifton <nickc@redhat.com>2024-04-11 15:57:26 +0100
commit8e8d0b63ff15896cc2c228c01f18dfcf2a4a9305 (patch)
tree1ab0338b6e5574386ef805bc7ae9a350082c3f87 /binutils/elfcomm.h
parent31c21e2c13d85793b525f74aa911eb28700ed89c (diff)
downloadgdb-8e8d0b63ff15896cc2c228c01f18dfcf2a4a9305.zip
gdb-8e8d0b63ff15896cc2c228c01f18dfcf2a4a9305.tar.gz
gdb-8e8d0b63ff15896cc2c228c01f18dfcf2a4a9305.tar.bz2
Add -j/--display-section option to readelf.
Diffstat (limited to 'binutils/elfcomm.h')
-rw-r--r--binutils/elfcomm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h
index 4cda2a7..9728d61 100644
--- a/binutils/elfcomm.h
+++ b/binutils/elfcomm.h
@@ -28,6 +28,7 @@
extern void error (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
+extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void (*byte_put) (unsigned char *, uint64_t, unsigned int);
extern void byte_put_little_endian (unsigned char *, uint64_t, unsigned int);