Module Name:    src
Committed By:   rin
Date:           Mon Aug 28 00:41:57 UTC 2023

Modified Files:
        src/external/gpl3/binutils/dist/binutils: readelf.c

Log Message:
binutils/readelf: Restore --special-files (same as -f), lost during merge


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/binutils/dist/binutils/readelf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/binutils/readelf.c
diff -u src/external/gpl3/binutils/dist/binutils/readelf.c:1.23 src/external/gpl3/binutils/dist/binutils/readelf.c:1.24
--- src/external/gpl3/binutils/dist/binutils/readelf.c:1.23	Sat Dec 24 20:17:05 2022
+++ src/external/gpl3/binutils/dist/binutils/readelf.c	Mon Aug 28 00:41:57 2023
@@ -5132,6 +5132,7 @@ static struct option options[] =
   {"use-dynamic",      no_argument, 0, 'D'},
   {"dynamic",	       no_argument, 0, 'd'},
   {"headers",	       no_argument, 0, 'e'},
+  {"special-files",    no_argument, 0, 'f'},
   {"section-groups",   no_argument, 0, 'g'},
   {"help",	       no_argument, 0, 'H'},
   {"file-header",      no_argument, 0, 'h'},
@@ -5329,6 +5330,8 @@ usage (FILE * stream)
   fprintf (stream, _("\
   -T --silent-truncation If a symbol name is truncated, do not add [...] suffix\n"));
   fprintf (stream, _("\
+  -f --special-files     Process non-plain files too\n"));
+  fprintf (stream, _("\
   @<file>                Read options from <file>\n"));
   fprintf (stream, _("\
   -H --help              Display this information\n"));

Reply via email to