Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-7] src/external/gpl3/gcc/dist/gcc/config/i386
Module Name: src
Committed By: snj
Date: Thu Dec 10 23:48:50 UTC 2015
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/i386 [netbsd-7]: cpuid.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1048):
external/gpl3/gcc/dist/gcc/config/i386/cpuid.h: revision 1.2
Fix logic bug where __cpuid gets called when __get_cpuid_max() returns 0.
This happens when __level == 0, from libgcc/config/i386/cpuinfo.c#285.
This breaks early i486 CPUs which don't have cpuid
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.4.1 \
src/external/gpl3/gcc/dist/gcc/config/i386/cpuid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index