Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107373040
D37746.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D37746.diff
View Options
diff --git a/contrib/elftoolchain/readelf/readelf.c b/contrib/elftoolchain/readelf/readelf.c
--- a/contrib/elftoolchain/readelf/readelf.c
+++ b/contrib/elftoolchain/readelf/readelf.c
@@ -3263,8 +3263,7 @@
return;
if (!get_ent_count(s, &len))
return;
- printf("Symbol table (%s)", s->name);
- printf(" contains %d entries:\n", len);
+ printf("\nSymbol table '%s' contains %d entries:\n", s->name, len);
printf("%7s%9s%14s%5s%8s%6s%9s%5s\n", "Num:", "Value", "Size", "Type",
"Bind", "Vis", "Ndx", "Name");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 5:36 AM (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791461
Default Alt Text
D37746.diff (523 B)
Attached To
Mode
D37746: readelf: match GNU readelf formatting
Attached
Detach File
Event Timeline
Log In to Comment