Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49921 Details for
Bug 80049
bochs-2.1.1.ebuild fails with compiler error (double definition)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
small patch which resolves the problem (just a quick hack)
bochs-2.1.1-compilererror.diff (text/plain), 1.24 KB, created by
Martin 'The Bishop' Scheffler
on 2005-01-30 04:36:53 UTC
(
hide
)
Description:
small patch which resolves the problem (just a quick hack)
Filename:
MIME Type:
Creator:
Martin 'The Bishop' Scheffler
Created:
2005-01-30 04:36:53 UTC
Size:
1.24 KB
patch
obsolete
>diff -urN bochs-2.1.1/fpu/fpu_proto.h bochs-2.1.1-patched/fpu/fpu_proto.h >--- bochs-2.1.1/fpu/fpu_proto.h 2003-11-01 19:36:19.000000000 +0100 >+++ bochs-2.1.1-patched/fpu/fpu_proto.h 2005-01-30 13:10:40.000000000 +0100 >@@ -141,7 +141,9 @@ > extern int FPU_load_single(bx_address single, FPU_REG *loaded_data) BX_CPP_AttrRegparmN(2); > extern int FPU_load_int64(bx_address _s) BX_CPP_AttrRegparmN(1); > extern int FPU_load_int32(bx_address _s, FPU_REG *loaded_data) BX_CPP_AttrRegparmN(2); >+#ifndef _FPU_HACK_ > extern int FPU_load_int16(bx_address _s, FPU_REG *loaded_data) BX_CPP_AttrRegparmN(2); >+#endif > extern int FPU_load_bcd(bx_address s) BX_CPP_AttrRegparmN(1); > extern int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, > bx_address d) BX_CPP_AttrRegparmN(3); >diff -urN bochs-2.1.1/fpu/reg_ld_str.c bochs-2.1.1-patched/fpu/reg_ld_str.c >--- bochs-2.1.1/fpu/reg_ld_str.c 2004-02-11 23:28:52.000000000 +0100 >+++ bochs-2.1.1-patched/fpu/reg_ld_str.c 2005-01-30 13:10:41.000000000 +0100 >@@ -18,6 +18,7 @@ > | other processes using the emulator while swapping is in progress. | > +---------------------------------------------------------------------------*/ > >+#define _FPU_HACK_ > #include "fpu_emu.h" > #include "fpu_system.h" > #include "exception.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 80049
: 49921