Page MenuHomeFreeBSD

D20475.id58083.diff
No OneTemporary

D20475.id58083.diff

Index: contrib/elftoolchain/readelf/readelf.1
===================================================================
--- contrib/elftoolchain/readelf/readelf.1
+++ contrib/elftoolchain/readelf/readelf.1
@@ -24,7 +24,7 @@
.\"
.\" $Id: readelf.1 3642 2018-10-14 14:24:28Z jkoshy $
.\"
-.Dd September 13, 2012
+.Dd May 30, 2019
.Dt READELF 1
.Os
.Sh NAME
@@ -113,6 +113,8 @@
.It Fl t | Fl -section-details
Print additional information about sections, such as the flags
fields in section headers.
+Implies
+.Fl S .
.It Fl v | Fl -version
Prints a version identifier for
.Nm
Index: contrib/elftoolchain/readelf/readelf.c
===================================================================
--- contrib/elftoolchain/readelf/readelf.c
+++ contrib/elftoolchain/readelf/readelf.c
@@ -7500,7 +7500,7 @@
re->options |= RE_S;
break;
case 't':
- re->options |= RE_T;
+ re->options |= RE_SS | RE_T;
break;
case 'u':
re->options |= RE_U;

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 11:16 AM (17 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27761292
Default Alt Text
D20475.id58083.diff (957 B)

Event Timeline