Searched hist:165303 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_exception.Sdiff 165303 Sun Dec 17 04:48:40 MST 2006 kmacy Newer versions of gcc don't support treating structures passed by value
as if they were really passed by reference. Specifically, the dead stores
elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior
on which FreeBSD relied. This change brings FreeBSD up to date by switching
trap frames to being explicitly passed by reference.

Reviewed by: kan
Tested by: kan
H A Dia32_syscall.cdiff 165303 Sun Dec 17 04:48:40 MST 2006 kmacy Newer versions of gcc don't support treating structures passed by value
as if they were really passed by reference. Specifically, the dead stores
elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior
on which FreeBSD relied. This change brings FreeBSD up to date by switching
trap frames to being explicitly passed by reference.

Reviewed by: kan
Tested by: kan
/freebsd-11-stable/sys/amd64/amd64/
H A Datpic_vector.Sdiff 165303 Sun Dec 17 04:48:40 MST 2006 kmacy Newer versions of gcc don't support treating structures passed by value
as if they were really passed by reference. Specifically, the dead stores
elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior
on which FreeBSD relied. This change brings FreeBSD up to date by switching
trap frames to being explicitly passed by reference.

Reviewed by: kan
Tested by: kan
H A Dapic_vector.Sdiff 165303 Sun Dec 17 04:48:40 MST 2006 kmacy Newer versions of gcc don't support treating structures passed by value
as if they were really passed by reference. Specifically, the dead stores
elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior
on which FreeBSD relied. This change brings FreeBSD up to date by switching
trap frames to being explicitly passed by reference.

Reviewed by: kan
Tested by: kan
H A Dexception.Sdiff 165303 Sun Dec 17 04:48:40 MST 2006 kmacy Newer versions of gcc don't support treating structures passed by value
as if they were really passed by reference. Specifically, the dead stores
elimination pass in the GCC 4.1 optimiser breaks the non-compliant behavior
on which FreeBSD relied. This change brings FreeBSD up to date by switching
trap frames to being explicitly passed by reference.

Reviewed by: kan
Tested by: kan

Completed in 177 milliseconds