search for: get_cpuinfo

Displaying 6 results from an estimated 6 matches for "get_cpuinfo".

Did you mean: get_cpu_info
2011 Mar 29
1
[PATCH] Fix gpxe compilation when gcc is patched to compile by default with -fPIE -Wl, -pie
...housekeeping +++ b/gpxe/src/Makefile.housekeeping @@ -134,6 +134,16 @@ SP_FLAGS := $(shell $(SP_TEST) && $(ECHO) '-fno-stack-protector') CFLAGS += $(SP_FLAGS) endif +# Some widespread patched versions of gcc include -fPIE -Wl,-pie by +# default. gpxe does not support pie code in get_cpuinfo. +# +ifeq ($(CCTYPE),gcc) +PIE_TEST = $(CC) -fno-PIE -nopie -x c -c /dev/null \ + -o /dev/null >/dev/null 2>&1 +PIE_FLAGS := $(shell $(PIE_TEST) && $(ECHO) '-fno-PIE -nopie') +CFLAGS += $(PIE_FLAGS) +endif + # gcc 4.4 generates .eh_frame sections by default, which distor...
2011 Dec 09
1
[PATCH] Fix compilation when gcc is patched to default to -fPIE -Wl, -pie
gcc hardened by default is seen on gentoo, alt-linux, HLFS, etc. Patch fix on syslinux this error during gpxe compilation: [BUILD] bin/cpu.o arch/i386/core/cpu.c: In function 'get_cpuinfo': arch/i386/include/bits/cpu.h:79: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79: error: can't fin...
2011 Dec 06
4
Last call for 4.05
I'm going to try to push 4.05 out this week, so please holler if there is anything critical missing. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2012 Oct 26
0
Wine release 1.5.16
...ion. mshtml: Added IHTMLFrameBase::marginWidth property implementation. mshtml: Added IHTMLWindow2::onblur property implementation. jscript: Optimize object refcount handling. James Eder (7): ntdll: Add support for cpuid on x86_64. ntdll: Add more feature detection in get_cpuinfo(). ntdll: Handle CPU Level (family) as a vendor specific component. ntdll: Add detection for Revision in get_cpuinfo(). ntdll: Add detection for PF_SSE_DAZ_MODE_AVAILABLE. ntdll: Use build-time API detection instead of OS detection for finding the number of processors....
2015 Oct 30
0
Wine release 1.7.54
...shift overflow in msi_view_get_row. d3d8: Adjust D3DCOLOR_ARGB to avoid shift overflow. d3d8: Redefine D3DVSD_MAKETOKENTYPE to avoid shift overflow (warnings). d3d9: Change #define D3DSTREAMSOURCE_INSTANCEDATA to avoid shift overflow. ntdll: Avoid a case of shift overflow in get_cpuinfo. configure: Use the -Wshift-overflow=2 compiler option if available. d3d9: Make D3DFVF_TEXTUREFORMAT4 and friends unsigned. gdiplus: Avoid shift overflow in get_gif_background_color. Grazvydas Ignotas (3): include: Use float math functions on ARM. include: Use fabsf i...
2010 Feb 05
0
Wine release 1.1.38
...a help topic with 'mapid'. hhctrl.ocx: Fix (re)allocating string blocks. hhctrl.ocx: Fix a NULL dereference mistake in the Contents tab. hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable. Freddie Tilley (1): ntdll: Detect more cpu features in get_cpuinfo. Fr?d?ric Delanoy (2): wordpad: Fix typo in keyboard shortcut. wordpad: Update French translation. Hans Leidekker (26): pdh: Add a stub implementation of PdhSetDefaultRealTimeDataSource. include: Add some missing prototypes. winhttp: Adjust connect timeout to the val...