Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.185
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
patches /
m68k /
[ HOME SHELL ]
Name
Size
Permission
Action
local-dwarf2-buildfix.diff
1.07
KB
-rw-r--r--
local-reloc.diff
806
B
-rw-r--r--
submitted-gcc34-seccomment.dif...
1.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : local-dwarf2-buildfix.diff
# DP: Description: Adding empty m68k framestate.c not to build for dwarf2. # DP: Related bugs: # DP: Dpatch author: GOTO Masanori <gotom@debian.org> # DP: Patch author: GOTO Masanori <gotom@debian.org> # DP: Upstream status: Debian-Specific # DP: Status Details: m68k uses sjlj exceptions, not dwarf2 unwind. # DP: This patch adds empty framestate.c for m68k to avoid # DP: dwarf2 build failure. # DP: Date: 2003-07-19 (Update 2005-03-16 gotom) 2005-03-16 GOTO Masanori <gotom@debian.org> * sysdeps/m68k/unwind-pe.c: Update to fix compilation failure. 2003-07-19 GOTO Masanori <gotom@debian.org> * sysdeps/m68k/framestate.c: Add to fix compilation failure with sjlj exception, suggested by Philip Blundell. --- sysdeps/m68k/framestate.c | 2 ++ sysdeps/m68k/unwind-pe.c | 6 ++++++ 2 files changed, 8 insertions(+) --- /dev/null +++ b/sysdeps/m68k/unwind-pe.c @@ -0,0 +1,6 @@ +#include <stdlib.h> +#include <unwind.h> + +#define _LIBC_DEFINITIONS +#define NO_BASE_OF_ENCODED_VALUE +#include "unwind-pe.h" --- /dev/null +++ b/sysdeps/m68k/framestate.c @@ -0,0 +1,2 @@ + +
Close