Merge "llvm-readelf only accepts --headers
." into main am: 704cd26c33
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2961462 Change-Id: I15a6f69b9b932b8b28856f0a4342b3d114282528 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
92f515bb72
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ doesn't really help because it is possible to reconstruct the stripped
|
|||
information using widely-available tools.)
|
||||
|
||||
```
|
||||
$ readelf --header libBroken.so | grep 'section headers'
|
||||
$ readelf --headers libBroken.so | grep 'section headers'
|
||||
Start of section headers: 0 (bytes into file)
|
||||
Size of section headers: 0 (bytes)
|
||||
Number of section headers: 0
|
||||
|
|
Loading…
Reference in a new issue