Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142387489
D20475.id58083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
957 B
Referenced Files
None
Subscribers
None
D20475.id58083.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D20475: readelf: Make -t imply -S, for compatibility with GNU binutils.
Attached
Detach File
Event Timeline
Log In to Comment