Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907733 Details for
Bug 902197
sys-devel/dwz-0.15-r2 calls readelf directly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
readelf.patch
readelf.patch (text/plain), 872 bytes, created by
Marco Rebhan
on 2024-11-02 21:19:25 UTC
(
hide
)
Description:
readelf.patch
Filename:
MIME Type:
Creator:
Marco Rebhan
Created:
2024-11-02 21:19:25 UTC
Size:
872 bytes
patch
obsolete
>diff -Naur a/Makefile b/Makefile >--- a/Makefile 2022-11-04 01:29:42.000000000 +0100 >+++ b/Makefile 2024-11-02 22:00:02.254821444 +0100 >@@ -35,13 +35,13 @@ > args.o: CFLAGS_FOR_SOURCE = \ > -DNATIVE_ENDIAN_VAL=$(NATIVE_ENDIAN_VAL) \ > -DNATIVE_POINTER_SIZE=$(NATIVE_POINTER_SIZE) >-NATIVE_ENDIAN=$(shell readelf -h native.o \ >+NATIVE_ENDIAN=$(shell $(READELF) -h native.o \ > | grep Data \ > | sed 's/.*, //;s/ endian//') > NATIVE_ENDIAN_LITTLE=$(findstring $(NATIVE_ENDIAN),$(findstring little,$(NATIVE_ENDIAN))) > NATIVE_ENDIAN_BIG=$(findstring $(NATIVE_ENDIAN),$(findstring big,$(NATIVE_ENDIAN))) > NATIVE_ENDIAN_VAL=$(if $(NATIVE_ENDIAN_LITTLE),ELFDATA2LSB,$(if $(NATIVE_ENDIAN_BIG),ELFDATA2MSB,ELFDATANONE)) >-NATIVE_POINTER_SIZE=$(shell readelf -wi native.o \ >+NATIVE_POINTER_SIZE=$(shell $(READELF) -wi native.o \ > | grep "Pointer Size:" \ > | sed 's/.*: *//') > %.o: %.c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 902197
:
858413
| 907733