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

Collapse All | Expand All

(-)a/com32/lib/sys/module/x86_64/elf_module.c (+1 lines)
Lines 241-246 Link Here
241
		*dest += sym_addr;
241
		*dest += sym_addr;
242
		break;
242
		break;
243
	case R_X86_64_PC32:
243
	case R_X86_64_PC32:
244
	case R_X86_64_PLT32:
244
		*dest += sym_addr - (Elf32_Addr)dest;
245
		*dest += sym_addr - (Elf32_Addr)dest;
245
		break;
246
		break;
246
	case R_X86_64_COPY:
247
	case R_X86_64_COPY:

Return to bug 662678