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.77
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 : submitted-gcc34-seccomment.diff
# DP: Description: Make glibc-2.3.5 compile with gcc-3.4/4.0 + binutils 2.16 # on m68k fixed by adding #APP. # DP: Related bugs: # DP: Dpatch author: GOTO Masanori <gotom@debian.org> # DP: Patch author: Andreas Schwab <schwab@suse.de> # DP: Upstream status: Pending # DP: Status Details: # DP: Date: 2005-08-03 From: Andreas Schwab <schwab@suse.de> --- include/libc-symbols.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -213,12 +213,12 @@ #define __make_section_unallocated(section_string) \ asm (".section " section_string "\n\t.previous"); -/* Tacking on "\n\t#" to the section name makes gcc put it's bogus +/* Tacking on "\n#APP\n\t#" to the section name makes gcc put it's bogus section attributes on what looks like a comment to the assembler. */ #ifdef HAVE_SECTION_QUOTES -# define __sec_comment "\"\n\t#\"" +# define __sec_comment "\"\n#APP\n\t#\"" #else -# define __sec_comment "\n\t#" +# define __sec_comment "\n#APP\n\t#" #endif #define link_warning(symbol, msg) \ __make_section_unallocated (".gnu.warning." #symbol) \
Close