Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158891114
D28461.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28461.id.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
@@ -2632,16 +2632,21 @@
" %6.6jx %6.6jx %2.2jx %2u %3u %2ju\n"
" %s\n", ST_CT);
else
- printf(" [%2d] %-17.17s %-15.15s %8.8jx"
- " %6.6jx %6.6jx %2.2jx %3s %2u %3u %2ju\n",
- S_CT);
+ if (re->options & RE_WW)
+ printf(" [%2d] %-17s %-15.15s "
+ "%8.8jx %6.6jx %6.6jx %2.2jx %3s "
+ "%2u %3u %2ju\n", S_CT);
+ else
+ printf(" [%2d] %-17.17s %-15.15s "
+ "%8.8jx %6.6jx %6.6jx %2.2jx %3s "
+ "%2u %3u %2ju\n", S_CT);
} else if (re->options & RE_WW) {
if (re->options & RE_T)
printf(" [%2d] %s\n %-15.15s %16.16jx"
" %6.6jx %6.6jx %2.2jx %2u %3u %2ju\n"
" %s\n", ST_CT);
else
- printf(" [%2d] %-17.17s %-15.15s %16.16jx"
+ printf(" [%2d] %-17s %-15.15s %16.16jx"
" %6.6jx %6.6jx %2.2jx %3s %2u %3u %2ju\n",
S_CT);
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 9:32 AM (16 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33809466
Default Alt Text
D28461.id.diff (1 KB)
Attached To
Mode
D28461: contribreadelf: do not trucate section name with -W
Attached
Detach File
Event Timeline
Log In to Comment