diff options
author | Nick Clifton <nickc@redhat.com> | 2024-04-11 15:57:26 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-04-11 15:57:26 +0100 |
commit | 8e8d0b63ff15896cc2c228c01f18dfcf2a4a9305 (patch) | |
tree | 1ab0338b6e5574386ef805bc7ae9a350082c3f87 /binutils/elfcomm.h | |
parent | 31c21e2c13d85793b525f74aa911eb28700ed89c (diff) | |
download | gdb-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.h | 1 |
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); |