Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 353816 | Differences between
and this patch

Collapse All | Expand All

(-)a/sysdeps/i386/i686/memset_chk.S (-1 / +1 lines)
Lines 20-26 Link Here
20
#include <sysdep.h>
20
#include <sysdep.h>
21
#include "asm-syntax.h"
21
#include "asm-syntax.h"
22
22
23
#ifndef PIC
23
#ifndef SHARED
24
	/* For libc.so this is defined in memset.S.
24
	/* For libc.so this is defined in memset.S.
25
	   For libc.a, this is a separate source to avoid
25
	   For libc.a, this is a separate source to avoid
26
	   memset bringing in __chk_fail and all routines
26
	   memset bringing in __chk_fail and all routines
(-)a/sysdeps/x86_64/memset_chk.S (-1 / +1 lines)
Lines 20-26 Link Here
20
#include <sysdep.h>
20
#include <sysdep.h>
21
#include "asm-syntax.h"
21
#include "asm-syntax.h"
22
22
23
#ifndef PIC
23
#ifndef SHARED
24
	/* For libc.so this is defined in memset.S.
24
	/* For libc.so this is defined in memset.S.
25
	   For libc.a, this is a separate source to avoid
25
	   For libc.a, this is a separate source to avoid
26
	   memset bringing in __chk_fail and all routines
26
	   memset bringing in __chk_fail and all routines

Return to bug 353816