Page MenuHomeFreeBSD

D20475.id58084.diff
No OneTemporary

D20475.id58084.diff

Index: head/contrib/elftoolchain/readelf/readelf.1
===================================================================
--- head/contrib/elftoolchain/readelf/readelf.1
+++ head/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: head/contrib/elftoolchain/readelf/readelf.c
===================================================================
--- head/contrib/elftoolchain/readelf/readelf.c
+++ head/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
Wed, Jan 21, 4:04 AM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27776690
Default Alt Text
D20475.id58084.diff (987 B)

Event Timeline