This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: kernel 2.6 with powepc64 problems


On Thursday 25 March 2004 17:38, Steve Munroe wrote:
> I am not sure how start.S includes linux/posix_types.h. It is not directly
> included. Perhaps the kernel headers are missing #ifdef __KERNEL__ guards
> again. Need to see the -E -dD output to know.
attached.
> Did you run make -ARCH=ppc64 oldconfig on your kernel before collecting
> the headers?
Yes. I did:
make ARCH=ppc64 mrproper
make ARCH=ppc64 defconfig
make ARCH=ppc64 oldconfig
make ARCH=ppc64 include/asm
make ARCH=ppc64 include/linux/version.h

> Todays glibc builds fine for me. I suspect a configure or kernel header
> problem.
The build finishes without problems if using headers from kernel 2.4.24.
The configure script was called with
../libc/configure --host=powerpc64-linux-gnu --prefix=/usr 
--build=i686-pc-linux-gnu --without-tls --without-__thread 
--enable-kernel=2.4.3 --without-cvs --disable-profile --disable-debug 
--without-gd --enable-clocale=gnu --enable-add-ons=linuxthreads 
--with-headers=/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include

except for the "--enable-add-ons=linuxthreads" options, the remaining are the 
default options from crosstoll 0.27.
> Steven J. Munroe
> Linux on Power Toolchain Architect
> IBM Corporation, Linux Technology Center
Once again thanks for any help and sorry for the delay (I was trying kernel 
2.4).
Rafael Ávila de Espíndola
# 1 "../sysdeps/powerpc/powerpc64/elf/start.S"
# 1 "<built-in>"
#define __ASSEMBLER__ 1
#define __STDC_HOSTED__ 1
#define __GNUC__ 3
#define __GNUC_MINOR__ 4
#define __GNUC_PATCHLEVEL__ 0
#define __SIZE_TYPE__ long unsigned int
#define __PTRDIFF_TYPE__ long int
#define __WCHAR_TYPE__ int
#define __WINT_TYPE__ unsigned int
#define __GXX_ABI_VERSION 1002
#define __SCHAR_MAX__ 127
#define __SHRT_MAX__ 32767
#define __INT_MAX__ 2147483647
#define __LONG_MAX__ 9223372036854775807L
#define __LONG_LONG_MAX__ 9223372036854775807LL
#define __WCHAR_MAX__ 2147483647
#define __CHAR_BIT__ 8
#define __FLT_EVAL_METHOD__ 0
#define __FLT_RADIX__ 2
#define __FLT_MANT_DIG__ 24
#define __FLT_DIG__ 6
#define __FLT_MIN_EXP__ (-125)
#define __FLT_MIN_10_EXP__ (-37)
#define __FLT_MAX_EXP__ 128
#define __FLT_MAX_10_EXP__ 38
#define __FLT_MAX__ 3.40282347e+38F
#define __FLT_MIN__ 1.17549435e-38F
#define __FLT_EPSILON__ 1.19209290e-7F
#define __FLT_DENORM_MIN__ 1.40129846e-45F
#define __FLT_HAS_INFINITY__ 1
#define __FLT_HAS_QUIET_NAN__ 1
#define __DBL_MANT_DIG__ 53
#define __DBL_DIG__ 15
#define __DBL_MIN_EXP__ (-1021)
#define __DBL_MIN_10_EXP__ (-307)
#define __DBL_MAX_EXP__ 1024
#define __DBL_MAX_10_EXP__ 308
#define __DBL_MAX__ 1.7976931348623157e+308
#define __DBL_MIN__ 2.2250738585072014e-308
#define __DBL_EPSILON__ 2.2204460492503131e-16
#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
#define __DBL_HAS_INFINITY__ 1
#define __DBL_HAS_QUIET_NAN__ 1
#define __LDBL_MANT_DIG__ 53
#define __LDBL_DIG__ 15
#define __LDBL_MIN_EXP__ (-1021)
#define __LDBL_MIN_10_EXP__ (-307)
#define __LDBL_MAX_EXP__ 1024
#define __LDBL_MAX_10_EXP__ 308
#define __DECIMAL_DIG__ 17
#define __LDBL_MAX__ 1.7976931348623157e+308L
#define __LDBL_MIN__ 2.2250738585072014e-308L
#define __LDBL_EPSILON__ 2.2204460492503131e-16L
#define __LDBL_DENORM_MIN__ 4.9406564584124654e-324L
#define __LDBL_HAS_INFINITY__ 1
#define __LDBL_HAS_QUIET_NAN__ 1
#define __REGISTER_PREFIX__ 
#define __USER_LABEL_PREFIX__ 
#define __VERSION__ "3.4.0 20040328 (prerelease)"
#define _LP64 1
#define __LP64__ 1
#define __NO_INLINE__ 1
#define __FINITE_MATH_ONLY__ 0
#define __CHAR_UNSIGNED__ 1
#define _ARCH_PPC 1
#define _ARCH_PPC64 1
#define __BIG_ENDIAN__ 1
#define _BIG_ENDIAN 1

#define _CALL_AIXDESC 1
#define _CALL_AIX 1
#define __PPC__ 1
#define __PPC64__ 1
#define __powerpc__ 1
#define __powerpc64__ 1
#define __PIC__ 1


#define __ELF__ 1
# 1 "<command line>"
#define __unix__ 1
#define __gnu_linux__ 1
#define __linux__ 1
#define unix 1
#define __unix 1
#define linux 1
#define __linux 1



#define _LIBC_REENTRANT 1
#define PIC 1
#define HAVE_INITFINI 1
#define ASSEMBLER 1
# 1 "./../include/libc-symbols.h" 1
# 22 "./../include/libc-symbols.h"
#define _LIBC_SYMBOLS_H 1
# 49 "./../include/libc-symbols.h"
#define _LIBC 1


#define _GNU_SOURCE 1

#define _REENTRANT 1

# 1 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h" 1
# 15 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_GNU_LD 1




#define HAVE_ELF 1






#define NO_UNDERSCORES 1


#define HAVE_ASM_WEAK_DIRECTIVE 1





#define HAVE_ASM_CFI_DIRECTIVES 1
# 49 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_GNU_AS 1


#define HAVE_ASM_SET_DIRECTIVE 1



#define ASM_GLOBAL_DIRECTIVE .globl



#define ASM_TYPE_DIRECTIVE_PREFIX @


#define HAVE_ASM_GLOBAL_DOT_NAME 1


#define HAVE_CPP_ASM_DEBUGINFO 1






#define USE_IN_LIBIO 1



#define HAVE_ASM_PREVIOUS_DIRECTIVE 1






#define DO_VERSIONING 1
# 100 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_BUILTIN_EXPECT 1






#define HAVE_BUILTIN_REDIRECTION 1
# 128 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_Z_COMBRELOC 1


#define HAVE_PROTECTED 1


#define HAVE_HIDDEN 1


#define HAVE_VISIBILITY_ATTRIBUTE 1
# 148 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_SDATA_SECTION 1






#define HAVE_INITFINI_ARRAY 1
# 176 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define __LINUX_KERNEL_VERSION (2 * 65536 + 4 * 256 + 19)


#define __ABI_TAG_VERSION 2,4,19



#define HAVE_SUBTRACT_LOCAL_LABELS 1
# 246 "/home/rafael/temp/crosstool-0.27/build/powerpc64-linux-gnu/gcc-libc/build-glibc/config.h"
#define HAVE_STRERROR 1



#define HAVE_REGEX 1
# 57 "./../include/libc-symbols.h" 2





#define HAVE_WEAK_SYMBOLS 




#define __SYMBOL_PREFIX 







#define C_SYMBOL_NAME(name) name






#define ASM_LINE_SEP ;






#define C_SYMBOL_DOT_NAME(name) .name
# 133 "./../include/libc-symbols.h"
#define strong_alias(original,alias) ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP .set C_SYMBOL_NAME (alias),C_SYMBOL_NAME (original) ASM_LINE_SEP ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP .set C_SYMBOL_DOT_NAME (alias),C_SYMBOL_DOT_NAME (original)




#define strong_data_alias(original,alias) ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP .set C_SYMBOL_NAME (alias),C_SYMBOL_NAME (original)
# 181 "./../include/libc-symbols.h"
#define weak_alias(original,alias) .weak C_SYMBOL_NAME (alias) ASM_LINE_SEP C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original) ASM_LINE_SEP .weak C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original)
# 192 "./../include/libc-symbols.h"
#define weak_extern(symbol) .weak C_SYMBOL_NAME (symbol)
# 209 "./../include/libc-symbols.h"
#define internal_function 
# 218 "./../include/libc-symbols.h"
#define RETURN_ADDRESS(nr) __builtin_extract_return_addr (__builtin_return_address (nr))
# 228 "./../include/libc-symbols.h"
#define __make_section_unallocated(section_string) asm (".section " section_string "\n\t.previous");
# 242 "./../include/libc-symbols.h"
#define __sec_comment "\n\t#"

#define link_warning(symbol,msg) __make_section_unallocated (".gnu.warning." #symbol) static const char __evoke_link_warning_ ##symbol[] __attribute__ ((used, section (".gnu.warning." #symbol __sec_comment))) = msg;




#define libc_freeres_ptr(decl) __make_section_unallocated ("__libc_freeres_ptrs, \"aw\", %nobits") decl __attribute__ ((section ("__libc_freeres_ptrs" __sec_comment)))


#define __libc_freeres_fn_section __attribute__ ((section ("__libc_freeres_fn")))
# 275 "./../include/libc-symbols.h"
#define libc_freeres_fn(name) static void name (void) __attribute_used__ __libc_freeres_fn_section; text_set_element (__libc_subfreeres, name); static void name (void)





#define stub_warning(name) link_warning (name, "warning: " #name " is not implemented and will always fail")







#define static_link_warning(name) static_link_warning1(name)
#define static_link_warning1(name) link_warning(name, "Using '" #name "' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking")
# 301 "./../include/libc-symbols.h"
#define declare_symbol(symbol,type,size) declare_symbol_1 (symbol, type, size)



#define declare_symbol_1(symbol,type,size) .type C_SYMBOL_NAME (symbol), declare_symbol_1_paste (ASM_TYPE_DIRECTIVE_PREFIX, type), size


#define declare_symbol_1_paste(a,b) declare_symbol_1_paste_1 (a,b)
#define declare_symbol_1_paste_1(a,b) a ##b
# 334 "./../include/libc-symbols.h"
#define text_set_element(set,symbol) _elf_set_element(set, symbol)

#define data_set_element(set,symbol) _elf_set_element(set, symbol)

#define bss_set_element(set,symbol) _elf_set_element(set, symbol)
# 349 "./../include/libc-symbols.h"
#define _elf_set_element(set,symbol) static const void *const __elf_set_ ##set ##_element_ ##symbol ##__ __attribute__ ((used, section (#set))) = &(symbol)






#define symbol_set_define(set) symbol_set_declare(set)





#define symbol_set_declare(set) extern char const __start_ ##set[] __symbol_set_attribute; extern char const __stop_ ##set[] __symbol_set_attribute;





#define __symbol_set_attribute __attribute__ ((weak))



#define symbol_set_first_element(set) ((void *const *) (&__start_ ##set))



#define symbol_set_end_p(set,ptr) ((ptr) >= (void *const *) &__stop_ ##set)
# 415 "./../include/libc-symbols.h"
#define symbol_version(real,name,version) _symbol_version(real, name, version)

#define default_symbol_version(real,name,version) _default_symbol_version(real, name, version)



#define _symbol_version(real,name,version) .symver real, name ##@ ##version ASM_LINE_SEP .symver C_SYMBOL_DOT_NAME(real), C_SYMBOL_DOT_NAME(name ##@ ##version)


#define _default_symbol_version(real,name,version) .symver real, name ##@ ##@ ##version ASM_LINE_SEP .symver C_SYMBOL_DOT_NAME(real), C_SYMBOL_DOT_NAME(name ##@ ##@ ##version)
# 458 "./../include/libc-symbols.h"
#define attribute_hidden 





#define attribute_tls_model_ie 





#define attribute_relro 
# 491 "./../include/libc-symbols.h"
#define INTUSE(name) name
#define INTDEF(name) 
#define INTVARDEF(name) 
#define INTDEF2(name,newname) 
#define INTVARDEF2(name,newname) 
# 683 "./../include/libc-symbols.h"
#define HIDDEN_JUMPTARGET(name) JUMPTARGET(name)

#define hidden_weak(name) 
#define hidden_def(name) 
#define hidden_ver(local,name) 
#define hidden_data_weak(name) 
#define hidden_data_def(name) 
#define hidden_data_ver(local,name) 



#define libc_hidden_proto(name,attrs...) hidden_proto (name, ##attrs)
#define libc_hidden_def(name) hidden_def (name)
#define libc_hidden_weak(name) hidden_weak (name)
#define libc_hidden_ver(local,name) hidden_ver (local, name)
#define libc_hidden_data_def(name) hidden_data_def (name)
#define libc_hidden_data_weak(name) hidden_data_weak (name)
#define libc_hidden_data_ver(local,name) hidden_data_ver (local, name)
# 720 "./../include/libc-symbols.h"
#define rtld_hidden_proto(name,attrs...) 
#define rtld_hidden_def(name) 
#define rtld_hidden_weak(name) 
#define rtld_hidden_ver(local,name) 
#define rtld_hidden_data_def(name) 
#define rtld_hidden_data_weak(name) 
#define rtld_hidden_data_ver(local,name) 
# 738 "./../include/libc-symbols.h"
#define libm_hidden_proto(name,attrs...) 
#define libm_hidden_def(name) 
#define libm_hidden_weak(name) 
#define libm_hidden_ver(local,name) 
#define libm_hidden_data_def(name) 
#define libm_hidden_data_weak(name) 
#define libm_hidden_data_ver(local,name) 



#define libc_hidden_builtin_proto(name,attrs...) libc_hidden_proto (name, ##attrs)
#define libc_hidden_builtin_def(name) libc_hidden_def (name)
#define libc_hidden_builtin_weak(name) libc_hidden_weak (name)
#define libc_hidden_builtin_ver(local,name) libc_hidden_ver (local, name)
# 760 "./../include/libc-symbols.h"
# 1 "../sysdeps/generic/symbol-hacks.h" 1
# 761 "./../include/libc-symbols.h" 2
# 770 "./../include/libc-symbols.h"
#define compat_text_section .section ".text.compat", "ax";
#define compat_data_section .section ".data.compat", "aw";
# 16 "<command line>" 2
# 1 "../sysdeps/powerpc/powerpc64/elf/start.S"
# 20 "../sysdeps/powerpc/powerpc64/elf/start.S"
# 1 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h" 1
# 23 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h"
#define _LINUX_POWERPC_SYSDEP_H 1

# 1 "../sysdeps/unix/powerpc/sysdep.h" 1
# 20 "../sysdeps/unix/powerpc/sysdep.h"
# 1 "../sysdeps/unix/sysdep.h" 1
# 19 "../sysdeps/unix/sysdep.h"
# 1 "../sysdeps/generic/sysdep.h" 1
# 25 "../sysdeps/generic/sysdep.h"
#define C_LABEL(name) name ##:
# 43 "../sysdeps/generic/sysdep.h"
#define END(sym) 



#define JUMPTARGET(sym) sym




#define cfi_startproc .cfi_startproc
#define cfi_endproc .cfi_endproc
#define cfi_def_cfa(reg,off) .cfi_def_cfa reg, off
#define cfi_def_cfa_register(reg) .cfi_def_cfa_register reg
#define cfi_def_cfa_offset(off) .cfi_def_cfa_offset off
#define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
#define cfi_offset(reg,off) .cfi_offset reg, off
#define cfi_rel_offset(reg,off) .cfi_rel_offset reg, off
#define cfi_register(r1,r2) .cfi_register r1, r2
#define cfi_return_column(reg) .cfi_return_column reg
#define cfi_restore(reg) .cfi_restore reg
#define cfi_undefined(reg) .cfi_undefined reg
#define cfi_remember_state .cfi_remember_state
#define cfi_restore_state .cfi_restore_state
#define cfi_window_save .cfi_window_save
# 20 "../sysdeps/unix/sysdep.h" 2

# 1 "../sysdeps/unix/sysv/linux/sys/syscall.h" 1
# 20 "../sysdeps/unix/sysv/linux/sys/syscall.h"
#define _SYSCALL_H 1




# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 1 3 4

#define _ASM_PPC_UNISTD_H_ 
# 13 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 3 4
#define __NR_restart_syscall 0
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_write 4
#define __NR_open 5
#define __NR_close 6
#define __NR_waitpid 7
#define __NR_creat 8
#define __NR_link 9
#define __NR_unlink 10
#define __NR_execve 11
#define __NR_chdir 12
#define __NR_time 13
#define __NR_mknod 14
#define __NR_chmod 15
#define __NR_lchown 16
#define __NR_break 17
#define __NR_oldstat 18
#define __NR_lseek 19
#define __NR_getpid 20
#define __NR_mount 21
#define __NR_umount 22
#define __NR_setuid 23
#define __NR_getuid 24
#define __NR_stime 25
#define __NR_ptrace 26
#define __NR_alarm 27
#define __NR_oldfstat 28
#define __NR_pause 29
#define __NR_utime 30
#define __NR_stty 31
#define __NR_gtty 32
#define __NR_access 33
#define __NR_nice 34
#define __NR_ftime 35
#define __NR_sync 36
#define __NR_kill 37
#define __NR_rename 38
#define __NR_mkdir 39
#define __NR_rmdir 40
#define __NR_dup 41
#define __NR_pipe 42
#define __NR_times 43
#define __NR_prof 44
#define __NR_brk 45
#define __NR_setgid 46
#define __NR_getgid 47
#define __NR_signal 48
#define __NR_geteuid 49
#define __NR_getegid 50
#define __NR_acct 51
#define __NR_umount2 52
#define __NR_lock 53
#define __NR_ioctl 54
#define __NR_fcntl 55
#define __NR_mpx 56
#define __NR_setpgid 57
#define __NR_ulimit 58
#define __NR_oldolduname 59
#define __NR_umask 60
#define __NR_chroot 61
#define __NR_ustat 62
#define __NR_dup2 63
#define __NR_getppid 64
#define __NR_getpgrp 65
#define __NR_setsid 66
#define __NR_sigaction 67
#define __NR_sgetmask 68
#define __NR_ssetmask 69
#define __NR_setreuid 70
#define __NR_setregid 71
#define __NR_sigsuspend 72
#define __NR_sigpending 73
#define __NR_sethostname 74
#define __NR_setrlimit 75
#define __NR_getrlimit 76
#define __NR_getrusage 77
#define __NR_gettimeofday 78
#define __NR_settimeofday 79
#define __NR_getgroups 80
#define __NR_setgroups 81
#define __NR_select 82
#define __NR_symlink 83
#define __NR_oldlstat 84
#define __NR_readlink 85
#define __NR_uselib 86
#define __NR_swapon 87
#define __NR_reboot 88
#define __NR_readdir 89
#define __NR_mmap 90
#define __NR_munmap 91
#define __NR_truncate 92
#define __NR_ftruncate 93
#define __NR_fchmod 94
#define __NR_fchown 95
#define __NR_getpriority 96
#define __NR_setpriority 97
#define __NR_profil 98
#define __NR_statfs 99
#define __NR_fstatfs 100
#define __NR_ioperm 101
#define __NR_socketcall 102
#define __NR_syslog 103
#define __NR_setitimer 104
#define __NR_getitimer 105
#define __NR_stat 106
#define __NR_lstat 107
#define __NR_fstat 108
#define __NR_olduname 109
#define __NR_iopl 110
#define __NR_vhangup 111
#define __NR_idle 112
#define __NR_vm86 113
#define __NR_wait4 114
#define __NR_swapoff 115
#define __NR_sysinfo 116
#define __NR_ipc 117
#define __NR_fsync 118
#define __NR_sigreturn 119
#define __NR_clone 120
#define __NR_setdomainname 121
#define __NR_uname 122
#define __NR_modify_ldt 123
#define __NR_adjtimex 124
#define __NR_mprotect 125
#define __NR_sigprocmask 126
#define __NR_create_module 127
#define __NR_init_module 128
#define __NR_delete_module 129
#define __NR_get_kernel_syms 130
#define __NR_quotactl 131
#define __NR_getpgid 132
#define __NR_fchdir 133
#define __NR_bdflush 134
#define __NR_sysfs 135
#define __NR_personality 136
#define __NR_afs_syscall 137
#define __NR_setfsuid 138
#define __NR_setfsgid 139
#define __NR__llseek 140
#define __NR_getdents 141
#define __NR__newselect 142
#define __NR_flock 143
#define __NR_msync 144
#define __NR_readv 145
#define __NR_writev 146
#define __NR_getsid 147
#define __NR_fdatasync 148
#define __NR__sysctl 149
#define __NR_mlock 150
#define __NR_munlock 151
#define __NR_mlockall 152
#define __NR_munlockall 153
#define __NR_sched_setparam 154
#define __NR_sched_getparam 155
#define __NR_sched_setscheduler 156
#define __NR_sched_getscheduler 157
#define __NR_sched_yield 158
#define __NR_sched_get_priority_max 159
#define __NR_sched_get_priority_min 160
#define __NR_sched_rr_get_interval 161
#define __NR_nanosleep 162
#define __NR_mremap 163
#define __NR_setresuid 164
#define __NR_getresuid 165
#define __NR_query_module 166
#define __NR_poll 167
#define __NR_nfsservctl 168
#define __NR_setresgid 169
#define __NR_getresgid 170
#define __NR_prctl 171
#define __NR_rt_sigreturn 172
#define __NR_rt_sigaction 173
#define __NR_rt_sigprocmask 174
#define __NR_rt_sigpending 175
#define __NR_rt_sigtimedwait 176
#define __NR_rt_sigqueueinfo 177
#define __NR_rt_sigsuspend 178
#define __NR_pread64 179
#define __NR_pwrite64 180
#define __NR_chown 181
#define __NR_getcwd 182
#define __NR_capget 183
#define __NR_capset 184
#define __NR_sigaltstack 185
#define __NR_sendfile 186
#define __NR_getpmsg 187
#define __NR_putpmsg 188
#define __NR_vfork 189
#define __NR_ugetrlimit 190
#define __NR_readahead 191
#define __NR_mmap2 192
#define __NR_truncate64 193
#define __NR_ftruncate64 194
#define __NR_stat64 195
#define __NR_lstat64 196
#define __NR_fstat64 197
#define __NR_pciconfig_read 198
#define __NR_pciconfig_write 199
#define __NR_pciconfig_iobase 200
#define __NR_multiplexer 201
#define __NR_getdents64 202
#define __NR_pivot_root 203
#define __NR_fcntl64 204
#define __NR_madvise 205
#define __NR_mincore 206
#define __NR_gettid 207
#define __NR_tkill 208
#define __NR_setxattr 209
#define __NR_lsetxattr 210
#define __NR_fsetxattr 211
#define __NR_getxattr 212
#define __NR_lgetxattr 213
#define __NR_fgetxattr 214
#define __NR_listxattr 215
#define __NR_llistxattr 216
#define __NR_flistxattr 217
#define __NR_removexattr 218
#define __NR_lremovexattr 219
#define __NR_fremovexattr 220
#define __NR_futex 221
#define __NR_sched_setaffinity 222
#define __NR_sched_getaffinity 223

#define __NR_tuxcall 225
#define __NR_sendfile64 226
#define __NR_io_setup 227
#define __NR_io_destroy 228
#define __NR_io_getevents 229
#define __NR_io_submit 230
#define __NR_io_cancel 231
#define __NR_set_tid_address 232
#define __NR_fadvise64 233
#define __NR_exit_group 234
#define __NR_lookup_dcookie 235
#define __NR_epoll_create 236
#define __NR_epoll_ctl 237
#define __NR_epoll_wait 238
#define __NR_remap_file_pages 239
#define __NR_timer_create 240
#define __NR_timer_settime 241
#define __NR_timer_gettime 242
#define __NR_timer_getoverrun 243
#define __NR_timer_delete 244
#define __NR_clock_settime 245
#define __NR_clock_gettime 246
#define __NR_clock_getres 247
#define __NR_clock_nanosleep 248
#define __NR_swapcontext 249
#define __NR_tgkill 250
#define __NR_utimes 251
#define __NR_statfs64 252
#define __NR_fstatfs64 253
#define __NR_fadvise64_64 254
#define __NR_rtas 255

#define __NR_syscalls 256






# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 1 3 4

#define _LINUX_TYPES_H 
# 15 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 3 4
# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/posix_types.h" 1 3 4

#define _LINUX_POSIX_TYPES_H 

# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/stddef.h" 1 3 4

#define _LINUX_STDDEF_H 

#undef NULL



#define NULL ((void *)0)


#undef offsetof
#define offsetof(TYPE,MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
# 5 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/posix_types.h" 2 3 4
# 21 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/posix_types.h" 3 4
#undef __NFDBITS
#define __NFDBITS (8 * sizeof(unsigned long))

#undef __FD_SETSIZE
#define __FD_SETSIZE 1024

#undef __FDSET_LONGS
#define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)

#undef __FDELT
#define __FDELT(d) ((d) / __NFDBITS)

#undef __FDMASK
#define __FDMASK(d) (1UL << ((d) % __NFDBITS))

typedef struct {
 unsigned long fds_bits [(1024/(8 * sizeof(unsigned long)))];
} __kernel_fd_set;


typedef void (*__kernel_sighandler_t)(int);


typedef int __kernel_key_t;

# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/posix_types.h" 1 3 4

#define _PPC64_POSIX_TYPES_H 
# 15 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/posix_types.h" 3 4
typedef unsigned long __kernel_ino_t;
typedef unsigned long __kernel_nlink_t;
typedef unsigned int __kernel_mode_t;
typedef long __kernel_off_t;
typedef long long __kernel_loff_t;
typedef int __kernel_pid_t;
typedef int __kernel_ipc_pid_t;
typedef unsigned int __kernel_uid_t;
typedef unsigned int __kernel_gid_t;
typedef unsigned long __kernel_size_t;
typedef long __kernel_ssize_t;
typedef long __kernel_ptrdiff_t;
typedef long __kernel_time_t;
typedef int __kernel_timer_t;
typedef int __kernel_clockid_t;
typedef long __kernel_suseconds_t;
typedef long __kernel_clock_t;
typedef int __kernel_daddr_t;
typedef char * __kernel_caddr_t;
typedef unsigned short __kernel_uid16_t;
typedef unsigned short __kernel_gid16_t;
typedef unsigned int __kernel_uid32_t;
typedef unsigned int __kernel_gid32_t;

typedef unsigned int __kernel_old_uid_t;
typedef unsigned int __kernel_old_gid_t;
typedef unsigned long __kernel_old_dev_t;

typedef struct {
 int val[2];
} __kernel_fsid_t;
# 61 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/posix_types.h" 3 4
#undef __FD_SET
static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp)
{
 unsigned long _tmp = fd / (8 * sizeof(unsigned long));
 unsigned long _rem = fd % (8 * sizeof(unsigned long));
 fdsetp->fds_bits[_tmp] |= (1UL<<_rem);
}

#undef __FD_CLR
static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)
{
 unsigned long _tmp = fd / (8 * sizeof(unsigned long));
 unsigned long _rem = fd % (8 * sizeof(unsigned long));
 fdsetp->fds_bits[_tmp] &= ~(1UL<<_rem);
}

#undef __FD_ISSET
static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p)
{
 unsigned long _tmp = fd / (8 * sizeof(unsigned long));
 unsigned long _rem = fd % (8 * sizeof(unsigned long));
 return (p->fds_bits[_tmp] & (1UL<<_rem)) != 0;
}





#undef __FD_ZERO
static __inline__ void __FD_ZERO(__kernel_fd_set *p)
{
 unsigned long *tmp = (unsigned long *)p->fds_bits;
 int i;

 if (__builtin_constant_p((1024/(8 * sizeof(unsigned long))))) {
  switch ((1024/(8 * sizeof(unsigned long)))) {
        case 16:
   tmp[12] = 0; tmp[13] = 0; tmp[14] = 0; tmp[15] = 0;
   tmp[ 8] = 0; tmp[ 9] = 0; tmp[10] = 0; tmp[11] = 0;

        case 8:
   tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;

        case 4:
   tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
   return;
  }
 }
 i = (1024/(8 * sizeof(unsigned long)));
 while (i) {
  i--;
  *tmp = 0;
  tmp++;
 }
}
# 47 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/posix_types.h" 2 3 4
# 16 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 2 3 4
# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/types.h" 1 3 4

#define _PPC64_TYPES_H 
# 19 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/types.h" 3 4
typedef unsigned int umode_t;






typedef __signed__ char __s8;
typedef unsigned char __u8;

typedef __signed__ short __s16;
typedef unsigned short __u16;

typedef __signed__ int __s32;
typedef unsigned int __u32;

typedef __signed__ long __s64;
typedef unsigned long __u64;

typedef struct {
 __u32 u[4];
} __attribute((aligned(16))) __vector128;
# 17 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 2 3 4



typedef __u32 __kernel_dev_t;

typedef __kernel_fd_set fd_set;
typedef __kernel_dev_t dev_t;
typedef __kernel_ino_t ino_t;
typedef __kernel_mode_t mode_t;
typedef __kernel_nlink_t nlink_t;
typedef __kernel_off_t off_t;
typedef __kernel_pid_t pid_t;
typedef __kernel_daddr_t daddr_t;
typedef __kernel_key_t key_t;
typedef __kernel_suseconds_t suseconds_t;
typedef __kernel_timer_t timer_t;
typedef __kernel_clockid_t clockid_t;
# 51 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 3 4
typedef __kernel_uid_t uid_t;
typedef __kernel_gid_t gid_t;



typedef __kernel_loff_t loff_t;







#define _SIZE_T 
typedef __kernel_size_t size_t;



#define _SSIZE_T 
typedef __kernel_ssize_t ssize_t;



#define _PTRDIFF_T 
typedef __kernel_ptrdiff_t ptrdiff_t;



#define _TIME_T 
typedef __kernel_time_t time_t;



#define _CLOCK_T 
typedef __kernel_clock_t clock_t;



#define _CADDR_T 
typedef __kernel_caddr_t caddr_t;



typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;


typedef unsigned char unchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;


#define __BIT_TYPES_DEFINED__ 

typedef __u8 u_int8_t;
typedef __s8 int8_t;
typedef __u16 u_int16_t;
typedef __s16 int16_t;
typedef __u32 u_int32_t;
typedef __s32 int32_t;



typedef __u8 uint8_t;
typedef __u16 uint16_t;
typedef __u32 uint32_t;


typedef __u64 uint64_t;
typedef __u64 u_int64_t;
typedef __s64 int64_t;
# 133 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 3 4
typedef unsigned long sector_t;







#define pgoff_t unsigned long
# 151 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/types.h" 3 4
struct ustat {
 __kernel_daddr_t f_tfree;
 __kernel_ino_t f_tinode;
 char f_fname[6];
 char f_fpack[6];
};
# 278 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 2 3 4
# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/compiler.h" 1 3 4

#define __LINUX_COMPILER_H 





#define __user 
#define __kernel 
# 279 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 2 3 4
# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/linkage.h" 1 3 4

#define _LINUX_LINKAGE_H 

# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/config.h" 1 3 4

#define _LINUX_CONFIG_H 

# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 1 3 4



#define AUTOCONF_INCLUDED 
#define CONFIG_64BIT 1
#define CONFIG_MMU 1
#define CONFIG_RWSEM_XCHGADD_ALGORITHM 1
#define CONFIG_GENERIC_ISA_DMA 1
#define CONFIG_HAVE_DEC_LOCK 1
#define CONFIG_EARLY_PRINTK 1
#define CONFIG_COMPAT 1
#define CONFIG_FRAME_POINTER 1
#define CONFIG_FORCE_MAX_ZONEORDER 13




#define CONFIG_EXPERIMENTAL 1
#define CONFIG_CLEAN_COMPILE 1
#define CONFIG_STANDALONE 1




#define CONFIG_SWAP 1
#define CONFIG_SYSVIPC 1
#undef CONFIG_BSD_PROCESS_ACCT
#define CONFIG_SYSCTL 1
#define CONFIG_LOG_BUF_SHIFT 17
#define CONFIG_HOTPLUG 1
#define CONFIG_IKCONFIG 1
#define CONFIG_IKCONFIG_PROC 1
#undef CONFIG_EMBEDDED
#define CONFIG_KALLSYMS 1
#define CONFIG_FUTEX 1
#define CONFIG_EPOLL 1
#define CONFIG_IOSCHED_NOOP 1
#define CONFIG_IOSCHED_AS 1
#define CONFIG_IOSCHED_DEADLINE 1
#undef CONFIG_CC_OPTIMIZE_FOR_SIZE




#define CONFIG_MODULES 1
#define CONFIG_MODULE_UNLOAD 1
#undef CONFIG_MODULE_FORCE_UNLOAD
#define CONFIG_OBSOLETE_MODPARM 1
#undef CONFIG_MODVERSIONS
#undef CONFIG_KMOD
#define CONFIG_STOP_MACHINE 1




#undef CONFIG_PPC_ISERIES
#define CONFIG_PPC_PSERIES 1
#define CONFIG_PPC 1
#define CONFIG_PPC64 1
#define CONFIG_PPC_OF 1
#define CONFIG_ALTIVEC 1
#undef CONFIG_PPC_PMAC
#undef CONFIG_BOOTX_TEXT
#undef CONFIG_POWER4_ONLY
#undef CONFIG_IOMMU_VMERGE
#define CONFIG_SMP 1
#define CONFIG_IRQ_ALL_CPUS 1
#define CONFIG_NR_CPUS 32
#undef CONFIG_HMT
#undef CONFIG_DISCONTIGMEM
#define CONFIG_PPC_RTAS 1
#define CONFIG_RTAS_FLASH_MODULE 1
#define CONFIG_SCANLOG_MODULE 1
#define CONFIG_LPARCFG 1




#define CONFIG_PCI 1
#define CONFIG_PCI_DOMAINS 1
#define CONFIG_BINFMT_ELF 1
#undef CONFIG_BINFMT_MISC
#define CONFIG_PCI_LEGACY_PROC 1
#define CONFIG_PCI_NAMES 1




#undef CONFIG_PCMCIA




#define CONFIG_HOTPLUG_PCI_MODULE 1
#undef CONFIG_HOTPLUG_PCI_FAKE
#undef CONFIG_HOTPLUG_PCI_CPCI
#undef CONFIG_HOTPLUG_PCI_PCIE
#undef CONFIG_HOTPLUG_PCI_SHPC
#define CONFIG_HOTPLUG_PCI_RPA_MODULE 1
#define CONFIG_HOTPLUG_PCI_RPA_DLPAR_MODULE 1
#define CONFIG_PROC_DEVICETREE 1
#undef CONFIG_CMDLINE_BOOL
# 111 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#define CONFIG_FW_LOADER_MODULE 1
#undef CONFIG_DEBUG_DRIVER




#undef CONFIG_MTD




#undef CONFIG_PARPORT
# 131 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#define CONFIG_BLK_DEV_FD 1
#undef CONFIG_BLK_CPQ_DA
#undef CONFIG_BLK_CPQ_CISS_DA
#undef CONFIG_BLK_DEV_DAC960
#undef CONFIG_BLK_DEV_UMEM
#define CONFIG_BLK_DEV_LOOP 1
#undef CONFIG_BLK_DEV_CRYPTOLOOP
#define CONFIG_BLK_DEV_NBD_MODULE 1
#define CONFIG_BLK_DEV_RAM 1
#define CONFIG_BLK_DEV_RAM_SIZE 4096
#define CONFIG_BLK_DEV_INITRD 1




#define CONFIG_IDE 1
#define CONFIG_BLK_DEV_IDE 1




#define CONFIG_BLK_DEV_IDEDISK 1
#undef CONFIG_IDEDISK_MULTI_MODE
#undef CONFIG_IDEDISK_STROKE
#define CONFIG_BLK_DEV_IDECD 1
#undef CONFIG_BLK_DEV_IDETAPE
#undef CONFIG_BLK_DEV_IDEFLOPPY
#undef CONFIG_BLK_DEV_IDESCSI
#undef CONFIG_IDE_TASK_IOCTL
#undef CONFIG_IDE_TASKFILE_IO




#define CONFIG_IDE_GENERIC 1
#define CONFIG_BLK_DEV_IDEPCI 1
#define CONFIG_IDEPCI_SHARE_IRQ 1
#undef CONFIG_BLK_DEV_OFFBOARD
#define CONFIG_BLK_DEV_GENERIC 1
#undef CONFIG_BLK_DEV_OPTI621
#define CONFIG_BLK_DEV_SL82C105 1
#define CONFIG_BLK_DEV_IDEDMA_PCI 1
#undef CONFIG_BLK_DEV_IDEDMA_FORCED
#define CONFIG_IDEDMA_PCI_AUTO 1
#undef CONFIG_IDEDMA_ONLYDISK
#define CONFIG_BLK_DEV_ADMA 1
#undef CONFIG_BLK_DEV_AEC62XX
#undef CONFIG_BLK_DEV_ALI15X3
#undef CONFIG_BLK_DEV_AMD74XX
#undef CONFIG_BLK_DEV_CMD64X
#undef CONFIG_BLK_DEV_TRIFLEX
#undef CONFIG_BLK_DEV_CY82C693
#undef CONFIG_BLK_DEV_CS5520
#undef CONFIG_BLK_DEV_CS5530
#undef CONFIG_BLK_DEV_HPT34X
#undef CONFIG_BLK_DEV_HPT366
#undef CONFIG_BLK_DEV_SC1200
#undef CONFIG_BLK_DEV_PIIX
#undef CONFIG_BLK_DEV_NS87415
#undef CONFIG_BLK_DEV_PDC202XX_OLD
#undef CONFIG_BLK_DEV_PDC202XX_NEW
#undef CONFIG_BLK_DEV_SVWKS
#undef CONFIG_BLK_DEV_SIIMAGE
#undef CONFIG_BLK_DEV_SLC90E66
#undef CONFIG_BLK_DEV_TRM290
#undef CONFIG_BLK_DEV_VIA82CXXX
#define CONFIG_BLK_DEV_IDEDMA 1
#undef CONFIG_IDEDMA_IVB
#define CONFIG_IDEDMA_AUTO 1
#undef CONFIG_DMA_NONPCI
#undef CONFIG_BLK_DEV_HD




#define CONFIG_SCSI 1
#define CONFIG_SCSI_PROC_FS 1




#define CONFIG_BLK_DEV_SD 1
#define CONFIG_CHR_DEV_ST 1
#undef CONFIG_CHR_DEV_OSST
#define CONFIG_BLK_DEV_SR 1
#define CONFIG_BLK_DEV_SR_VENDOR 1
#define CONFIG_CHR_DEV_SG 1




#define CONFIG_SCSI_MULTI_LUN 1
#define CONFIG_SCSI_REPORT_LUNS 1
#define CONFIG_SCSI_CONSTANTS 1
#undef CONFIG_SCSI_LOGGING




#undef CONFIG_BLK_DEV_3W_XXXX_RAID
#undef CONFIG_SCSI_ACARD
#undef CONFIG_SCSI_AACRAID
#undef CONFIG_SCSI_AIC7XXX
#undef CONFIG_SCSI_AIC7XXX_OLD
#undef CONFIG_SCSI_AIC79XX
#undef CONFIG_SCSI_ADVANSYS
#undef CONFIG_SCSI_MEGARAID
#undef CONFIG_SCSI_SATA
#undef CONFIG_SCSI_BUSLOGIC
#undef CONFIG_SCSI_CPQFCTS
#undef CONFIG_SCSI_DMX3191D
#undef CONFIG_SCSI_EATA
#undef CONFIG_SCSI_EATA_PIO
#undef CONFIG_SCSI_FUTURE_DOMAIN
#undef CONFIG_SCSI_GDTH
#undef CONFIG_SCSI_IPS
#undef CONFIG_SCSI_INIA100
#define CONFIG_SCSI_SYM53C8XX_2 1
#define CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 0
#define CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16
#define CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64
#undef CONFIG_SCSI_SYM53C8XX_IOMAPPED
#undef CONFIG_SCSI_QLOGIC_ISP
#undef CONFIG_SCSI_QLOGIC_FC
#undef CONFIG_SCSI_QLOGIC_1280
#define CONFIG_SCSI_QLA2XXX 1
#define CONFIG_SCSI_QLA21XX_MODULE 1
#define CONFIG_SCSI_QLA22XX_MODULE 1
#define CONFIG_SCSI_QLA2300_MODULE 1
#define CONFIG_SCSI_QLA2322_MODULE 1
#define CONFIG_SCSI_QLA6312_MODULE 1
#define CONFIG_SCSI_QLA6322_MODULE 1
#undef CONFIG_SCSI_DC395x
#undef CONFIG_SCSI_DC390T
#undef CONFIG_SCSI_DEBUG




#define CONFIG_MD 1
#define CONFIG_BLK_DEV_MD 1
#define CONFIG_MD_LINEAR 1
#define CONFIG_MD_RAID0 1
#define CONFIG_MD_RAID1 1
#define CONFIG_MD_RAID5 1
#define CONFIG_MD_RAID6 1
#undef CONFIG_MD_MULTIPATH
#define CONFIG_BLK_DEV_DM 1
#define CONFIG_DM_CRYPT_MODULE 1




#undef CONFIG_FUSION




#undef CONFIG_IEEE1394
# 302 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#define CONFIG_NET 1




#define CONFIG_PACKET 1
#undef CONFIG_PACKET_MMAP
#undef CONFIG_NETLINK_DEV
#define CONFIG_UNIX 1
#define CONFIG_NET_KEY_MODULE 1
#define CONFIG_INET 1
#define CONFIG_IP_MULTICAST 1
#undef CONFIG_IP_ADVANCED_ROUTER
#undef CONFIG_IP_PNP
#define CONFIG_NET_IPIP 1
#undef CONFIG_NET_IPGRE
#undef CONFIG_IP_MROUTE
#undef CONFIG_ARPD
#define CONFIG_INET_ECN 1
#define CONFIG_SYN_COOKIES 1
#define CONFIG_INET_AH_MODULE 1
#define CONFIG_INET_ESP_MODULE 1
#define CONFIG_INET_IPCOMP_MODULE 1




#undef CONFIG_IP_VS
#undef CONFIG_IPV6
#undef CONFIG_DECNET
#undef CONFIG_BRIDGE
#define CONFIG_NETFILTER 1
#undef CONFIG_NETFILTER_DEBUG




#define CONFIG_IP_NF_CONNTRACK_MODULE 1
#define CONFIG_IP_NF_FTP_MODULE 1
#define CONFIG_IP_NF_IRC_MODULE 1
#define CONFIG_IP_NF_TFTP_MODULE 1
#define CONFIG_IP_NF_AMANDA_MODULE 1
#define CONFIG_IP_NF_QUEUE_MODULE 1
#define CONFIG_IP_NF_IPTABLES_MODULE 1
#define CONFIG_IP_NF_MATCH_LIMIT_MODULE 1
#define CONFIG_IP_NF_MATCH_IPRANGE_MODULE 1
#define CONFIG_IP_NF_MATCH_MAC_MODULE 1
#define CONFIG_IP_NF_MATCH_PKTTYPE_MODULE 1
#define CONFIG_IP_NF_MATCH_MARK_MODULE 1
#define CONFIG_IP_NF_MATCH_MULTIPORT_MODULE 1
#define CONFIG_IP_NF_MATCH_TOS_MODULE 1
#define CONFIG_IP_NF_MATCH_RECENT_MODULE 1
#define CONFIG_IP_NF_MATCH_ECN_MODULE 1
#define CONFIG_IP_NF_MATCH_DSCP_MODULE 1
#define CONFIG_IP_NF_MATCH_AH_ESP_MODULE 1
#define CONFIG_IP_NF_MATCH_LENGTH_MODULE 1
#define CONFIG_IP_NF_MATCH_TTL_MODULE 1
#define CONFIG_IP_NF_MATCH_TCPMSS_MODULE 1
#define CONFIG_IP_NF_MATCH_HELPER_MODULE 1
#define CONFIG_IP_NF_MATCH_STATE_MODULE 1
#define CONFIG_IP_NF_MATCH_CONNTRACK_MODULE 1
#define CONFIG_IP_NF_MATCH_OWNER_MODULE 1
#define CONFIG_IP_NF_FILTER_MODULE 1
#define CONFIG_IP_NF_TARGET_REJECT_MODULE 1
#define CONFIG_IP_NF_NAT_MODULE 1
#define CONFIG_IP_NF_NAT_NEEDED 1
#define CONFIG_IP_NF_TARGET_MASQUERADE_MODULE 1
#define CONFIG_IP_NF_TARGET_REDIRECT_MODULE 1
#define CONFIG_IP_NF_TARGET_NETMAP_MODULE 1
#define CONFIG_IP_NF_TARGET_SAME_MODULE 1
#undef CONFIG_IP_NF_NAT_LOCAL
#define CONFIG_IP_NF_NAT_SNMP_BASIC_MODULE 1
#define CONFIG_IP_NF_NAT_IRC_MODULE 1
#define CONFIG_IP_NF_NAT_FTP_MODULE 1
#define CONFIG_IP_NF_NAT_TFTP_MODULE 1
#define CONFIG_IP_NF_NAT_AMANDA_MODULE 1
#define CONFIG_IP_NF_MANGLE_MODULE 1
#define CONFIG_IP_NF_TARGET_TOS_MODULE 1
#define CONFIG_IP_NF_TARGET_ECN_MODULE 1
#define CONFIG_IP_NF_TARGET_DSCP_MODULE 1
#define CONFIG_IP_NF_TARGET_MARK_MODULE 1
#define CONFIG_IP_NF_TARGET_CLASSIFY_MODULE 1
#define CONFIG_IP_NF_TARGET_LOG_MODULE 1
#define CONFIG_IP_NF_TARGET_ULOG_MODULE 1
#define CONFIG_IP_NF_TARGET_TCPMSS_MODULE 1
#define CONFIG_IP_NF_ARPTABLES_MODULE 1
#define CONFIG_IP_NF_ARPFILTER_MODULE 1
#define CONFIG_IP_NF_ARP_MANGLE_MODULE 1
#define CONFIG_IP_NF_COMPAT_IPCHAINS_MODULE 1
#define CONFIG_IP_NF_COMPAT_IPFWADM_MODULE 1
#define CONFIG_XFRM 1
#define CONFIG_XFRM_USER_MODULE 1




#define CONFIG_IPV6_SCTP__ 1
#undef CONFIG_IP_SCTP
#undef CONFIG_ATM
#undef CONFIG_VLAN_8021Q
#define CONFIG_LLC 1
#undef CONFIG_LLC2
#undef CONFIG_IPX
#undef CONFIG_ATALK
#undef CONFIG_X25
#undef CONFIG_LAPB
#undef CONFIG_NET_DIVERT
#undef CONFIG_ECONET
#undef CONFIG_WAN_ROUTER
#undef CONFIG_NET_FASTROUTE
#undef CONFIG_NET_HW_FLOWCONTROL




#undef CONFIG_NET_SCHED




#undef CONFIG_NET_PKTGEN
#define CONFIG_NETDEVICES 1




#undef CONFIG_ARCNET
#define CONFIG_DUMMY_MODULE 1
#define CONFIG_BONDING_MODULE 1
#undef CONFIG_EQUALIZER
#define CONFIG_TUN_MODULE 1




#define CONFIG_NET_ETHERNET 1
#define CONFIG_MII 1
#undef CONFIG_OAKNET
#undef CONFIG_HAPPYMEAL
#undef CONFIG_SUNGEM
#define CONFIG_NET_VENDOR_3COM 1
#define CONFIG_VORTEX 1
#undef CONFIG_TYPHOON




#undef CONFIG_NET_TULIP
#undef CONFIG_HP100
#define CONFIG_NET_PCI 1
#define CONFIG_PCNET32 1
#undef CONFIG_AMD8111_ETH
#undef CONFIG_ADAPTEC_STARFIRE
#undef CONFIG_B44
#undef CONFIG_FORCEDETH
#undef CONFIG_DGRS
#undef CONFIG_EEPRO100
#define CONFIG_E100 1
#undef CONFIG_E100_NAPI
#undef CONFIG_FEALNX
#undef CONFIG_NATSEMI
#undef CONFIG_NE2K_PCI
#undef CONFIG_8139CP
#undef CONFIG_8139TOO
#undef CONFIG_SIS900
#undef CONFIG_EPIC100
#undef CONFIG_SUNDANCE
#undef CONFIG_VIA_RHINE




#define CONFIG_ACENIC 1
#define CONFIG_ACENIC_OMIT_TIGON_I 1
#undef CONFIG_DL2K
#define CONFIG_E1000 1
#undef CONFIG_E1000_NAPI
#undef CONFIG_NS83820
#undef CONFIG_HAMACHI
#undef CONFIG_YELLOWFIN
#undef CONFIG_R8169
#undef CONFIG_SIS190
#undef CONFIG_SK98LIN
#define CONFIG_TIGON3 1




#define CONFIG_IXGB_MODULE 1
#undef CONFIG_IXGB_NAPI
#undef CONFIG_FDDI
#undef CONFIG_HIPPI
#define CONFIG_IBMVETH_MODULE 1
#define CONFIG_PPP_MODULE 1
#undef CONFIG_PPP_MULTILINK
#undef CONFIG_PPP_FILTER
#define CONFIG_PPP_ASYNC_MODULE 1
#define CONFIG_PPP_SYNC_TTY_MODULE 1
#define CONFIG_PPP_DEFLATE_MODULE 1
#define CONFIG_PPP_BSDCOMP_MODULE 1
#define CONFIG_PPPOE_MODULE 1
#undef CONFIG_SLIP




#undef CONFIG_NET_RADIO




#define CONFIG_TR 1
#define CONFIG_IBMOL 1
#undef CONFIG_IBMLS
#undef CONFIG_3C359
#undef CONFIG_TMS380TR
#undef CONFIG_NET_FC
#undef CONFIG_SHAPER




#undef CONFIG_WAN




#undef CONFIG_HAMRADIO




#undef CONFIG_IRDA




#undef CONFIG_BT




#undef CONFIG_ISDN




#undef CONFIG_PHONE




#define CONFIG_INPUT 1




#define CONFIG_INPUT_MOUSEDEV 1
#define CONFIG_INPUT_MOUSEDEV_PSAUX 1
#define CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
#define CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
#undef CONFIG_INPUT_JOYDEV
#undef CONFIG_INPUT_TSDEV
#undef CONFIG_INPUT_EVDEV
#undef CONFIG_INPUT_EVBUG




#undef CONFIG_GAMEPORT
#define CONFIG_SOUND_GAMEPORT 1
#define CONFIG_SERIO 1
#define CONFIG_SERIO_I8042 1
#undef CONFIG_SERIO_SERPORT
#undef CONFIG_SERIO_CT82C710
#undef CONFIG_SERIO_PCIPS2




#define CONFIG_INPUT_KEYBOARD 1
#define CONFIG_KEYBOARD_ATKBD 1
#undef CONFIG_KEYBOARD_SUNKBD
#undef CONFIG_KEYBOARD_XTKBD
#undef CONFIG_KEYBOARD_NEWTON
#define CONFIG_INPUT_MOUSE 1
#define CONFIG_MOUSE_PS2 1
#undef CONFIG_MOUSE_SERIAL
#undef CONFIG_INPUT_JOYSTICK
#undef CONFIG_INPUT_TOUCHSCREEN
#define CONFIG_INPUT_MISC 1
#define CONFIG_INPUT_PCSPKR 1
#undef CONFIG_INPUT_UINPUT




#define CONFIG_VT 1
#define CONFIG_VT_CONSOLE 1
#define CONFIG_HW_CONSOLE 1
#undef CONFIG_SERIAL_NONSTANDARD




#define CONFIG_SERIAL_8250 1
#define CONFIG_SERIAL_8250_CONSOLE 1
#define CONFIG_SERIAL_8250_NR_UARTS 4
#undef CONFIG_SERIAL_8250_EXTENDED




#define CONFIG_SERIAL_CORE 1
#define CONFIG_SERIAL_CORE_CONSOLE 1
#undef CONFIG_SERIAL_PMACZILOG
#define CONFIG_UNIX98_PTYS 1
#define CONFIG_LEGACY_PTYS 1
#define CONFIG_LEGACY_PTY_COUNT 256
#define CONFIG_HVC_CONSOLE 1




#undef CONFIG_BUSMOUSE
#undef CONFIG_QIC02_TAPE




#undef CONFIG_IPMI_HANDLER




#undef CONFIG_WATCHDOG
#undef CONFIG_NVRAM
#undef CONFIG_RTC
#undef CONFIG_GEN_RTC
#undef CONFIG_DTLK
#undef CONFIG_R3964
#undef CONFIG_APPLICOM




#undef CONFIG_AGP
#undef CONFIG_DRM
#define CONFIG_RAW_DRIVER 1
#define CONFIG_MAX_RAW_DEVS 256




#define CONFIG_I2C 1
#undef CONFIG_I2C_CHARDEV




#define CONFIG_I2C_ALGOBIT 1
#undef CONFIG_I2C_ALGOPCF




#undef CONFIG_I2C_ALI1535
#undef CONFIG_I2C_ALI15X3
#undef CONFIG_I2C_AMD756
#undef CONFIG_I2C_AMD8111
#undef CONFIG_I2C_ELV
#undef CONFIG_I2C_I801
#undef CONFIG_I2C_I810
#undef CONFIG_I2C_ISA
#undef CONFIG_I2C_NFORCE2
#undef CONFIG_I2C_PARPORT_LIGHT
#undef CONFIG_I2C_PROSAVAGE
#undef CONFIG_I2C_SAVAGE4
#undef CONFIG_SCx200_ACB
#undef CONFIG_I2C_SIS5595
#undef CONFIG_I2C_SIS630
#undef CONFIG_I2C_SIS96X
#undef CONFIG_I2C_VELLEMAN
#undef CONFIG_I2C_VIA
#undef CONFIG_I2C_VIAPRO
#undef CONFIG_I2C_VOODOO3




#undef CONFIG_I2C_SENSOR
#undef CONFIG_SENSORS_ADM1021
#undef CONFIG_SENSORS_ASB100
#undef CONFIG_SENSORS_EEPROM
#undef CONFIG_SENSORS_FSCHER
#undef CONFIG_SENSORS_GL518SM
#undef CONFIG_SENSORS_IT87
#undef CONFIG_SENSORS_LM75
#undef CONFIG_SENSORS_LM78
#undef CONFIG_SENSORS_LM83
#undef CONFIG_SENSORS_LM85
#undef CONFIG_SENSORS_LM90
#undef CONFIG_SENSORS_VIA686A
#undef CONFIG_SENSORS_W83781D
#undef CONFIG_SENSORS_W83L785TS
#undef CONFIG_I2C_DEBUG_CORE
#undef CONFIG_I2C_DEBUG_BUS
#undef CONFIG_I2C_DEBUG_CHIP
# 718 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#undef CONFIG_VIDEO_DEV




#undef CONFIG_DVB




#define CONFIG_FB 1
#undef CONFIG_FB_PM2
#undef CONFIG_FB_CYBER2000
#define CONFIG_FB_OF 1
#undef CONFIG_FB_CT65550
#undef CONFIG_FB_IMSTT
#undef CONFIG_FB_S3TRIO
#undef CONFIG_FB_VGA16
#undef CONFIG_FB_RIVA
#define CONFIG_FB_MATROX 1
#define CONFIG_FB_MATROX_MILLENIUM 1
#define CONFIG_FB_MATROX_MYSTIQUE 1
#define CONFIG_FB_MATROX_G450 1
#define CONFIG_FB_MATROX_G100 1
#undef CONFIG_FB_MATROX_I2C
#define CONFIG_FB_MATROX_MULTIHEAD 1
#undef CONFIG_FB_RADEON_OLD
#define CONFIG_FB_RADEON 1
#define CONFIG_FB_RADEON_I2C 1
#undef CONFIG_FB_RADEON_DEBUG
#undef CONFIG_FB_ATY128
#undef CONFIG_FB_ATY
#undef CONFIG_FB_SIS
#undef CONFIG_FB_NEOMAGIC
#undef CONFIG_FB_KYRO
#undef CONFIG_FB_3DFX
#undef CONFIG_FB_VOODOO1
#undef CONFIG_FB_TRIDENT
#undef CONFIG_FB_VIRTUAL




#undef CONFIG_VGA_CONSOLE
#undef CONFIG_MDA_CONSOLE
#define CONFIG_DUMMY_CONSOLE 1
#define CONFIG_FRAMEBUFFER_CONSOLE 1
#define CONFIG_PCI_CONSOLE 1
#undef CONFIG_FONTS
#define CONFIG_FONT_8x8 1
#define CONFIG_FONT_8x16 1




#define CONFIG_LOGO 1
#define CONFIG_LOGO_LINUX_MONO 1
#define CONFIG_LOGO_LINUX_VGA16 1
#define CONFIG_LOGO_LINUX_CLUT224 1




#undef CONFIG_SOUND




#define CONFIG_USB_MODULE 1
#undef CONFIG_USB_DEBUG




#define CONFIG_USB_DEVICEFS 1
#undef CONFIG_USB_BANDWIDTH
#undef CONFIG_USB_DYNAMIC_MINORS




#define CONFIG_USB_EHCI_HCD_MODULE 1
#define CONFIG_USB_OHCI_HCD_MODULE 1
#undef CONFIG_USB_UHCI_HCD




#undef CONFIG_USB_BLUETOOTH_TTY
#undef CONFIG_USB_ACM
#undef CONFIG_USB_PRINTER
#define CONFIG_USB_STORAGE_MODULE 1
#undef CONFIG_USB_STORAGE_DEBUG
#undef CONFIG_USB_STORAGE_DATAFAB
#undef CONFIG_USB_STORAGE_FREECOM
#undef CONFIG_USB_STORAGE_ISD200
#undef CONFIG_USB_STORAGE_DPCM
#undef CONFIG_USB_STORAGE_HP8200e
#undef CONFIG_USB_STORAGE_SDDR09
#undef CONFIG_USB_STORAGE_SDDR55
#undef CONFIG_USB_STORAGE_JUMPSHOT




#define CONFIG_USB_HID_MODULE 1
#define CONFIG_USB_HIDINPUT 1
#undef CONFIG_HID_FF
#define CONFIG_USB_HIDDEV 1




#undef CONFIG_USB_KBD
#undef CONFIG_USB_MOUSE
#undef CONFIG_USB_AIPTEK
#undef CONFIG_USB_WACOM
#undef CONFIG_USB_KBTAB
#undef CONFIG_USB_POWERMATE
#undef CONFIG_USB_XPAD




#undef CONFIG_USB_MDC800
#undef CONFIG_USB_MICROTEK
#undef CONFIG_USB_HPUSBSCSI




#undef CONFIG_USB_DABUSB
# 858 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#undef CONFIG_USB_CATC
#undef CONFIG_USB_KAWETH
#undef CONFIG_USB_PEGASUS
#undef CONFIG_USB_RTL8150
#undef CONFIG_USB_USBNET
# 871 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/autoconf.h" 3 4
#undef CONFIG_USB_SERIAL




#undef CONFIG_USB_EMI62
#undef CONFIG_USB_EMI26
#undef CONFIG_USB_TIGL
#undef CONFIG_USB_AUERSWALD
#undef CONFIG_USB_RIO500
#undef CONFIG_USB_LEGOTOWER
#undef CONFIG_USB_BRLVGER
#undef CONFIG_USB_LCD
#undef CONFIG_USB_LED
#undef CONFIG_USB_TEST




#undef CONFIG_USB_GADGET




#define CONFIG_EXT2_FS 1
#define CONFIG_EXT2_FS_XATTR 1
#define CONFIG_EXT2_FS_POSIX_ACL 1
#undef CONFIG_EXT2_FS_SECURITY
#define CONFIG_EXT3_FS 1
#define CONFIG_EXT3_FS_XATTR 1
#define CONFIG_EXT3_FS_POSIX_ACL 1
#undef CONFIG_EXT3_FS_SECURITY
#define CONFIG_JBD 1
#undef CONFIG_JBD_DEBUG
#define CONFIG_FS_MBCACHE 1
#define CONFIG_REISERFS_FS 1
#undef CONFIG_REISERFS_CHECK
#undef CONFIG_REISERFS_PROC_INFO
#define CONFIG_JFS_FS 1
#define CONFIG_JFS_POSIX_ACL 1
#undef CONFIG_JFS_DEBUG
#undef CONFIG_JFS_STATISTICS
#define CONFIG_FS_POSIX_ACL 1
#define CONFIG_XFS_FS_MODULE 1
#undef CONFIG_XFS_RT
#undef CONFIG_XFS_QUOTA
#undef CONFIG_XFS_SECURITY
#define CONFIG_XFS_POSIX_ACL 1
#undef CONFIG_MINIX_FS
#undef CONFIG_ROMFS_FS
#undef CONFIG_QUOTA
#define CONFIG_AUTOFS_FS_MODULE 1
#undef CONFIG_AUTOFS4_FS




#define CONFIG_ISO9660_FS 1
#undef CONFIG_JOLIET
#undef CONFIG_ZISOFS
#define CONFIG_UDF_FS_MODULE 1




#define CONFIG_FAT_FS 1
#define CONFIG_MSDOS_FS 1
#define CONFIG_VFAT_FS 1
#undef CONFIG_NTFS_FS




#define CONFIG_PROC_FS 1
#define CONFIG_PROC_KCORE 1
#undef CONFIG_DEVFS_FS
#define CONFIG_DEVPTS_FS_XATTR 1
#undef CONFIG_DEVPTS_FS_SECURITY
#define CONFIG_TMPFS 1
#define CONFIG_HUGETLBFS 1
#define CONFIG_HUGETLB_PAGE 1
#define CONFIG_RAMFS 1




#undef CONFIG_ADFS_FS
#undef CONFIG_AFFS_FS
#undef CONFIG_HFS_FS
#undef CONFIG_HFSPLUS_FS
#undef CONFIG_BEFS_FS
#undef CONFIG_BFS_FS
#undef CONFIG_EFS_FS
#define CONFIG_CRAMFS 1
#undef CONFIG_VXFS_FS
#undef CONFIG_HPFS_FS
#undef CONFIG_QNX4FS_FS
#undef CONFIG_SYSV_FS
#undef CONFIG_UFS_FS




#define CONFIG_NFS_FS 1
#define CONFIG_NFS_V3 1
#define CONFIG_NFS_V4 1
#undef CONFIG_NFS_DIRECTIO
#define CONFIG_NFSD 1
#define CONFIG_NFSD_V3 1
#define CONFIG_NFSD_V4 1
#define CONFIG_NFSD_TCP 1
#define CONFIG_LOCKD 1
#define CONFIG_LOCKD_V4 1
#define CONFIG_EXPORTFS 1
#define CONFIG_SUNRPC 1
#define CONFIG_SUNRPC_GSS_MODULE 1
#define CONFIG_RPCSEC_GSS_KRB5_MODULE 1
#undef CONFIG_SMB_FS
#define CONFIG_CIFS_MODULE 1
#undef CONFIG_NCP_FS
#undef CONFIG_CODA_FS
#undef CONFIG_AFS_FS




#undef CONFIG_PARTITION_ADVANCED
#define CONFIG_MSDOS_PARTITION 1




#define CONFIG_NLS 1
#define CONFIG_NLS_DEFAULT "iso8859-1"
#undef CONFIG_NLS_CODEPAGE_437
#undef CONFIG_NLS_CODEPAGE_737
#undef CONFIG_NLS_CODEPAGE_775
#undef CONFIG_NLS_CODEPAGE_850
#undef CONFIG_NLS_CODEPAGE_852
#undef CONFIG_NLS_CODEPAGE_855
#undef CONFIG_NLS_CODEPAGE_857
#undef CONFIG_NLS_CODEPAGE_860
#undef CONFIG_NLS_CODEPAGE_861
#undef CONFIG_NLS_CODEPAGE_862
#undef CONFIG_NLS_CODEPAGE_863
#undef CONFIG_NLS_CODEPAGE_864
#undef CONFIG_NLS_CODEPAGE_865
#undef CONFIG_NLS_CODEPAGE_866
#undef CONFIG_NLS_CODEPAGE_869
#undef CONFIG_NLS_CODEPAGE_936
#undef CONFIG_NLS_CODEPAGE_950
#undef CONFIG_NLS_CODEPAGE_932
#undef CONFIG_NLS_CODEPAGE_949
#undef CONFIG_NLS_CODEPAGE_874
#undef CONFIG_NLS_ISO8859_8
#undef CONFIG_NLS_CODEPAGE_1250
#undef CONFIG_NLS_CODEPAGE_1251
#undef CONFIG_NLS_ISO8859_1
#undef CONFIG_NLS_ISO8859_2
#undef CONFIG_NLS_ISO8859_3
#undef CONFIG_NLS_ISO8859_4
#undef CONFIG_NLS_ISO8859_5
#undef CONFIG_NLS_ISO8859_6
#undef CONFIG_NLS_ISO8859_7
#undef CONFIG_NLS_ISO8859_9
#undef CONFIG_NLS_ISO8859_13
#undef CONFIG_NLS_ISO8859_14
#undef CONFIG_NLS_ISO8859_15
#undef CONFIG_NLS_KOI8_R
#undef CONFIG_NLS_KOI8_U
#undef CONFIG_NLS_UTF8




#define CONFIG_PROFILING 1
#define CONFIG_OPROFILE 1




#define CONFIG_DEBUG_KERNEL 1
#define CONFIG_DEBUG_STACKOVERFLOW 1
#define CONFIG_DEBUG_STACK_USAGE 1
#undef CONFIG_DEBUG_SLAB
#define CONFIG_MAGIC_SYSRQ 1
#define CONFIG_DEBUGGER 1
#define CONFIG_XMON 1
#define CONFIG_XMON_DEFAULT 1
#undef CONFIG_PPCDBG
#undef CONFIG_DEBUG_INFO




#undef CONFIG_SECURITY




#define CONFIG_CRYPTO 1
#define CONFIG_CRYPTO_HMAC 1
#define CONFIG_CRYPTO_NULL_MODULE 1
#define CONFIG_CRYPTO_MD4_MODULE 1
#define CONFIG_CRYPTO_MD5_MODULE 1
#define CONFIG_CRYPTO_SHA1_MODULE 1
#define CONFIG_CRYPTO_SHA256_MODULE 1
#define CONFIG_CRYPTO_SHA512_MODULE 1
#define CONFIG_CRYPTO_DES_MODULE 1
#define CONFIG_CRYPTO_BLOWFISH_MODULE 1
#define CONFIG_CRYPTO_TWOFISH_MODULE 1
#define CONFIG_CRYPTO_SERPENT_MODULE 1
#define CONFIG_CRYPTO_AES_MODULE 1
#define CONFIG_CRYPTO_CAST5_MODULE 1
#define CONFIG_CRYPTO_CAST6_MODULE 1
#undef CONFIG_CRYPTO_ARC4
#define CONFIG_CRYPTO_DEFLATE_MODULE 1
#define CONFIG_CRYPTO_TEST_MODULE 1




#define CONFIG_CRC32 1
#define CONFIG_ZLIB_INFLATE 1
#define CONFIG_ZLIB_DEFLATE_MODULE 1
# 5 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/config.h" 2 3 4
# 5 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/linkage.h" 2 3 4
# 1 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/linkage.h" 1 3 4

#define __ASM_LINKAGE_H 
# 6 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/linkage.h" 2 3 4




#define CPP_ASMLINKAGE 



#define asmlinkage CPP_ASMLINKAGE



#define __ALIGN .align 4,0x90
#define __ALIGN_STR ".align 4,0x90"
# 34 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/linux/linkage.h" 3 4
#define NORET_TYPE 
#define ATTRIB_NORET __attribute__((noreturn))
#define NORET_AND noreturn,


#define FASTCALL(x) x
#define fastcall 
# 280 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 2 3 4







#define __syscall_nr(nr,type,name,args...) unsigned long __sc_ret, __sc_err; { register unsigned long __sc_0 __asm__ ("r0"); register unsigned long __sc_3 __asm__ ("r3"); register unsigned long __sc_4 __asm__ ("r4"); register unsigned long __sc_5 __asm__ ("r5"); register unsigned long __sc_6 __asm__ ("r6"); register unsigned long __sc_7 __asm__ ("r7"); register unsigned long __sc_8 __asm__ ("r8"); __sc_loadargs_ ##nr(name, args); __asm__ __volatile__ ("sc           \n\t" "mfcr %0      " : "=&r" (__sc_0), "=&r" (__sc_3), "=&r" (__sc_4), "=&r" (__sc_5), "=&r" (__sc_6), "=&r" (__sc_7), "=&r" (__sc_8) : __sc_asm_input_ ##nr : "cr0", "ctr", "memory", "r9", "r10","r11", "r12"); __sc_ret = __sc_3; __sc_err = __sc_0; } if (__sc_err & 0x10000000) { errno = __sc_ret; __sc_ret = -1; } return (type) __sc_ret
# 319 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 3 4
#define __sc_loadargs_0(name,dummy...) __sc_0 = __NR_ ##name

#define __sc_loadargs_1(name,arg1) __sc_loadargs_0(name); __sc_3 = (unsigned long) (arg1)


#define __sc_loadargs_2(name,arg1,arg2) __sc_loadargs_1(name, arg1); __sc_4 = (unsigned long) (arg2)


#define __sc_loadargs_3(name,arg1,arg2,arg3) __sc_loadargs_2(name, arg1, arg2); __sc_5 = (unsigned long) (arg3)


#define __sc_loadargs_4(name,arg1,arg2,arg3,arg4) __sc_loadargs_3(name, arg1, arg2, arg3); __sc_6 = (unsigned long) (arg4)


#define __sc_loadargs_5(name,arg1,arg2,arg3,arg4,arg5) __sc_loadargs_4(name, arg1, arg2, arg3, arg4); __sc_7 = (unsigned long) (arg5)


#define __sc_loadargs_6(name,arg1,arg2,arg3,arg4,arg5,arg6) __sc_loadargs_5(name, arg1, arg2, arg3, arg4, arg5); __sc_8 = (unsigned long) (arg6)



#define __sc_asm_input_0 "0" (__sc_0)
#define __sc_asm_input_1 __sc_asm_input_0, "1" (__sc_3)
#define __sc_asm_input_2 __sc_asm_input_1, "2" (__sc_4)
#define __sc_asm_input_3 __sc_asm_input_2, "3" (__sc_5)
#define __sc_asm_input_4 __sc_asm_input_3, "4" (__sc_6)
#define __sc_asm_input_5 __sc_asm_input_4, "5" (__sc_7)
#define __sc_asm_input_6 __sc_asm_input_5, "6" (__sc_8)

#define _syscall0(type,name) type name(void) { __syscall_nr(0, type, name); }





#define _syscall1(type,name,type1,arg1) type name(type1 arg1) { __syscall_nr(1, type, name, arg1); }





#define _syscall2(type,name,type1,arg1,type2,arg2) type name(type1 arg1, type2 arg2) { __syscall_nr(2, type, name, arg1, arg2); }





#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) type name(type1 arg1, type2 arg2, type3 arg3) { __syscall_nr(3, type, name, arg1, arg2, arg3); }





#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { __syscall_nr(4, type, name, arg1, arg2, arg3, arg4); }





#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { __syscall_nr(5, type, name, arg1, arg2, arg3, arg4, arg5); }




#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5,type6,arg6) type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6) { __syscall_nr(6, type, name, arg1, arg2, arg3, arg4, arg5, arg6); }
# 413 "/home/rafael/crosstool/powerpc64-linux-gnu/gcc-libc/powerpc64-linux-gnu/sys-root/usr/include/asm/unistd.h" 3 4
 unsigned long sys_mmap(unsigned long addr, size_t len,
    unsigned long prot, unsigned long flags,
    unsigned long fd, off_t offset);
struct pt_regs;
int sys_execve(unsigned long a0, unsigned long a1, unsigned long a2,
  unsigned long a3, unsigned long a4, unsigned long a5,
  struct pt_regs *regs);
int sys_clone(unsigned long clone_flags, unsigned long p2, unsigned long p3,
  unsigned long p4, unsigned long p5, unsigned long p6,
  struct pt_regs *regs);
int sys_fork(unsigned long p1, unsigned long p2, unsigned long p3,
  unsigned long p4, unsigned long p5, unsigned long p6,
  struct pt_regs *regs);
int sys_vfork(unsigned long p1, unsigned long p2, unsigned long p3,
  unsigned long p4, unsigned long p5, unsigned long p6,
  struct pt_regs *regs);
 int sys_pipe(int *fildes);
int sys_ptrace(long request, long pid, long addr, long data);
struct sigaction;
 long sys_rt_sigaction(int sig,
    const struct sigaction *act,
    struct sigaction *oact,
    size_t sigsetsize);







#define cond_syscall(x) asm(".weak\t." #x "\n\t.set\t." #x ",.sys_ni_syscall");
# 26 "../sysdeps/unix/sysv/linux/sys/syscall.h" 2
# 22 "../sysdeps/unix/sysdep.h" 2
#define HAVE_SYSCALLS 



#define SYSCALL__(name,args) PSEUDO (__ ##name, name, args)



#define SYSCALL(name,args) PSEUDO (name, name, args)
# 40 "../sysdeps/unix/sysdep.h"
#define SYS_ify(syscall_name) SYS_ ##syscall_name







#define PSEUDO_END(sym) 


#define PSEUDO_END_NOERRNO(sym) PSEUDO_END(sym)


#define PSEUDO_END_ERRVAL(sym) PSEUDO_END(sym)




#define INLINE_SYSCALL(name,nr,args...) __syscall_ ##name (args)
# 21 "../sysdeps/unix/powerpc/sysdep.h" 2
# 1 "../sysdeps/powerpc/powerpc64/bits/wordsize.h" 1



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 22 "../sysdeps/unix/powerpc/sysdep.h" 2

# 1 "../sysdeps/powerpc/powerpc64/sysdep.h" 1
# 22 "../sysdeps/powerpc/powerpc64/sysdep.h"
# 1 "../sysdeps/powerpc/sysdep.h" 1
# 26 "../sysdeps/powerpc/sysdep.h"
#define r0 0
#define r1 1
#define r2 2
#define r3 3
#define r4 4
#define r5 5
#define r6 6
#define r7 7
#define r8 8
#define r9 9
#define r10 10
#define r11 11
#define r12 12
#define r13 13
#define r14 14
#define r15 15
#define r16 16
#define r17 17
#define r18 18
#define r19 19
#define r20 20
#define r21 21
#define r22 22
#define r23 23
#define r24 24
#define r25 25
#define r26 26
#define r27 27
#define r28 28
#define r29 29
#define r30 30
#define r31 31


#define fp0 0
#define fp1 1
#define fp2 2
#define fp3 3
#define fp4 4
#define fp5 5
#define fp6 6
#define fp7 7
#define fp8 8
#define fp9 9
#define fp10 10
#define fp11 11
#define fp12 12
#define fp13 13
#define fp14 14
#define fp15 15
#define fp16 16
#define fp17 17
#define fp18 18
#define fp19 19
#define fp20 20
#define fp21 21
#define fp22 22
#define fp23 23
#define fp24 24
#define fp25 25
#define fp26 26
#define fp27 27
#define fp28 28
#define fp29 29
#define fp30 30
#define fp31 31


#define cr0 0
#define cr1 1
#define cr2 2
#define cr3 3
#define cr4 4
#define cr5 5
#define cr6 6
#define cr7 7


#define v0 0
#define v1 1
#define v2 2
#define v3 3
#define v4 4
#define v5 5
#define v6 6
#define v7 7
#define v8 8
#define v9 9
#define v10 10
#define v11 11
#define v12 12
#define v13 13
#define v14 14
#define v15 15
#define v16 16
#define v17 17
#define v18 18
#define v19 19
#define v20 20
#define v21 21
#define v22 22
#define v23 23
#define v24 24
#define v25 25
#define v26 26
#define v27 27
#define v28 28
#define v29 29
#define v30 30
#define v31 31

#define VRSAVE 256





#define ALIGNARG(log2) log2

#define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg;
#define ASM_SIZE_DIRECTIVE(name) .size name,.-name
# 155 "../sysdeps/powerpc/sysdep.h"
#define PPC_FEATURE_32 0x80000000
#define PPC_FEATURE_64 0x40000000
#define PPC_FEATURE_601_INSTR 0x20000000
#define PPC_FEATURE_HAS_ALTIVEC 0x10000000
#define PPC_FEATURE_HAS_FPU 0x08000000
#define PPC_FEATURE_HAS_MMU 0x04000000
#define PPC_FEATURE_HAS_4xxMAC 0x02000000
#define PPC_FEATURE_UNIFIED_CACHE 0x01000000
# 23 "../sysdeps/powerpc/powerpc64/sysdep.h" 2
# 79 "../sysdeps/powerpc/powerpc64/sysdep.h"
#define CALL_MCOUNT 


#define DOT_LABEL(X) . ##X

#define ENTRY(name) .section ".text"; .align ALIGNARG(2); .globl DOT_LABEL(name); .type DOT_LABEL(name),@function ; .globl name; .section ".opd","aw"; name ##: ; .quad DOT_LABEL(name) ; .quad .TOC.@tocbase, 0; .previous; DOT_LABEL(name):
# 98 "../sysdeps/powerpc/powerpc64/sysdep.h"
#define EALIGN_W_0 
#define EALIGN_W_1 nop
#define EALIGN_W_2 nop;nop
#define EALIGN_W_3 nop;nop;nop
#define EALIGN_W_4 EALIGN_W_3;nop
#define EALIGN_W_5 EALIGN_W_4;nop
#define EALIGN_W_6 EALIGN_W_5;nop
#define EALIGN_W_7 EALIGN_W_6;nop
# 129 "../sysdeps/powerpc/powerpc64/sysdep.h"
#define EALIGN(name,alignt,words) .section ".text"; .globl DOT_LABEL(name); .type DOT_LABEL(name),@function ; .globl name; .section ".opd","aw"; name ##: ; .quad DOT_LABEL(name) ; .quad .TOC.@tocbase, 0; .previous; .align ALIGNARG(alignt); EALIGN_W_ ##words; DOT_LABEL(name):
# 145 "../sysdeps/powerpc/powerpc64/sysdep.h"
#undef L
#define L(x) .L ##x

#define tostring(s) #s
#define stringify(s) tostring(s)
#define XGLUE(a,b) a ##b
#define GLUE(a,b) XGLUE(a,b)
#define LT_LABEL(name) GLUE(.LT,name)
#define LT_LABELSUFFIX(name,suffix) GLUE(GLUE(.LT,name),suffix)


#define TB_ASM 0x000c000000000000
#define TB_GLOBALLINK 0x0000800000000000
#define TB_IS_EPROL 0x0000400000000000
#define TB_HAS_TBOFF 0x0000200000000000
#define TB_INT_PROC 0x0000100000000000
#define TB_HAS_CTL 0x0000080000000000
#define TB_TOCLESS 0x0000040000000000
#define TB_FP_PRESENT 0x0000020000000000
#define TB_LOG_ABORT 0x0000010000000000
#define TB_INT_HANDL 0x0000008000000000
#define TB_NAME_PRESENT 0x0000004000000000
#define TB_USES_ALLOCA 0x0000002000000000
#define TB_SAVES_CR 0x0000000200000000
#define TB_SAVES_LR 0x0000000100000000
#define TB_STORES_BC 0x0000000080000000
#define TB_FIXUP 0x0000000040000000
#define TB_FP_SAVED(fprs) (((fprs) & 0x3f) << 24)
#define TB_GPR_SAVED(gprs) (((fprs) & 0x3f) << 16)
#define TB_FIXEDPARMS(parms) (((parms) & 0xff) << 8)
#define TB_FLOATPARMS(parms) (((parms) & 0x7f) << 1)
#define TB_PARMSONSTK 0x0000000000000001

#define PPC_HIGHER(v) (((v) >> 32) & 0xffff)
#define TB_DEFAULT TB_ASM | TB_HAS_TBOFF | TB_NAME_PRESENT

#define TRACEBACK(name) LT_LABEL(name): ; .long 0 ; .quad TB_DEFAULT ; .long LT_LABEL(name)-DOT_LABEL(name) ; .short LT_LABELSUFFIX(name,_name_end)-LT_LABELSUFFIX(name,_name_start) ; LT_LABELSUFFIX(name,_name_start): ; .ascii stringify(name) ; LT_LABELSUFFIX(name,_name_end): ; .align 2 ;
# 192 "../sysdeps/powerpc/powerpc64/sysdep.h"
#define TRACEBACK_MASK(name,mask) LT_LABEL(name): ; .long 0 ; .quad TB_DEFAULT | mask ; .long LT_LABEL(name)-DOT_LABEL(name) ; .short LT_LABELSUFFIX(name,_name_end)-LT_LABELSUFFIX(name,_name_start) ; LT_LABELSUFFIX(name,_name_start): ; .ascii stringify(name) ; LT_LABELSUFFIX(name,_name_end): ; .align 2 ;
# 204 "../sysdeps/powerpc/powerpc64/sysdep.h"
#undef END
#define END(name) TRACEBACK(name) ASM_SIZE_DIRECTIVE(name)




#define END_GEN_TB(name,mask) TRACEBACK_MASK(name,mask) ASM_SIZE_DIRECTIVE(name)




#define DO_CALL(syscall) li 0,syscall; sc




#undef JUMPTARGET
#define JUMPTARGET(name) DOT_LABEL(name)

#define PSEUDO(name,syscall_name,args) .section ".text"; ENTRY (name) DO_CALL (SYS_ify (syscall_name));




#define PSEUDO_RET bnslr+; b JUMPTARGET(__syscall_error)



#define ret PSEUDO_RET

#undef PSEUDO_END
#define PSEUDO_END(name) END (name)


#define PSEUDO_NOERRNO(name,syscall_name,args) .section ".text"; ENTRY (name) DO_CALL (SYS_ify (syscall_name));




#define PSEUDO_RET_NOERRNO blr


#define ret_NOERRNO PSEUDO_RET_NOERRNO

#undef PSEUDO_END_NOERRNO
#define PSEUDO_END_NOERRNO(name) END (name)


#define PSEUDO_ERRVAL(name,syscall_name,args) .section ".text"; ENTRY (name) DO_CALL (SYS_ify (syscall_name));




#define PSEUDO_RET_ERRVAL blr


#define ret_ERRVAL PSEUDO_RET_ERRVAL

#undef PSEUDO_END_ERRVAL
#define PSEUDO_END_ERRVAL(name) END (name)




#define C_TEXT(name) . ##name
# 24 "../sysdeps/unix/powerpc/sysdep.h" 2
# 26 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h" 2
# 40 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h"
#define __NR_pread __NR_pread64






#define __NR_pwrite __NR_pwrite64






#undef SYS_ify

#define SYS_ify(syscall_name) __NR_ ##syscall_name







#define ALIGNARG(log2) log2

#define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg;
#define ASM_SIZE_DIRECTIVE(name) .size name,.-name



#undef INLINE_SYSCALL



#define INLINE_SYSCALL(name,nr,args...) ({ INTERNAL_SYSCALL_DECL (sc_err); long sc_ret = INTERNAL_SYSCALL (name, sc_err, nr, args); if (INTERNAL_SYSCALL_ERROR_P (sc_ret, sc_err)) { __set_errno (INTERNAL_SYSCALL_ERRNO (sc_ret, sc_err)); sc_ret = -1L; } sc_ret; })
# 93 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h"
#undef INTERNAL_SYSCALL
#define INTERNAL_SYSCALL(name,err,nr,args...) ({ register long r0 __asm__ ("r0"); register long r3 __asm__ ("r3"); register long r4 __asm__ ("r4"); register long r5 __asm__ ("r5"); register long r6 __asm__ ("r6"); register long r7 __asm__ ("r7"); register long r8 __asm__ ("r8"); LOADARGS_ ##nr(name, args); __asm__ __volatile__ ("sc\n\t" "mfcr  %0\n\t" "0:" : "=&r" (r0), "=&r" (r3), "=&r" (r4), "=&r" (r5), "=&r" (r6), "=&r" (r7), "=&r" (r8) : ASM_INPUT_ ##nr : "r9", "r10", "r11", "r12", "cr0", "ctr", "memory"); err = r0; (int) r3; })
# 118 "../sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h"
#undef INTERNAL_SYSCALL_DECL
#define INTERNAL_SYSCALL_DECL(err) long err

#undef INTERNAL_SYSCALL_ERROR_P
#define INTERNAL_SYSCALL_ERROR_P(val,err) (__builtin_expect (err & (1 << 28), 0))


#undef INTERNAL_SYSCALL_ERRNO
#define INTERNAL_SYSCALL_ERRNO(val,err) (val)

#define LOADARGS_0(name,dummy) r0 = __NR_ ##name

#define LOADARGS_1(name,arg1) LOADARGS_0(name, 0); extern void __illegally_sized_syscall_ ##name ##_arg1 (void); if (__builtin_classify_type (arg1) != 5 && sizeof (arg1) > 8) __illegally_sized_syscall_ ##name ##_arg1 (); r3 = (long) (arg1)





#define LOADARGS_2(name,arg1,arg2) LOADARGS_1(name, arg1); extern void __illegally_sized_syscall_ ##name ##_arg2 (void); if (__builtin_classify_type (arg2) != 5 && sizeof (arg2) > 8) __illegally_sized_syscall_ ##name ##_arg2 (); r4 = (long) (arg2)





#define LOADARGS_3(name,arg1,arg2,arg3) LOADARGS_2(name, arg1, arg2); extern void __illegally_sized_syscall_ ##name ##_arg3 (void); if (__builtin_classify_type (arg3) != 5 && sizeof (arg3) > 8) __illegally_sized_syscall_ ##name ##_arg3 (); r5 = (long) (arg3)





#define LOADARGS_4(name,arg1,arg2,arg3,arg4) LOADARGS_3(name, arg1, arg2, arg3); extern void __illegally_sized_syscall_ ##name ##_arg4 (void); if (__builtin_classify_type (arg4) != 5 && sizeof (arg4) > 8) __illegally_sized_syscall_ ##name ##_arg4 (); r6 = (long) (arg4)





#define LOADARGS_5(name,arg1,arg2,arg3,arg4,arg5) LOADARGS_4(name, arg1, arg2, arg3, arg4); extern void __illegally_sized_syscall_ ##name ##_arg5 (void); if (__builtin_classify_type (arg5) != 5 && sizeof (arg5) > 8) __illegally_sized_syscall_ ##name ##_arg5 (); r7 = (long) (arg5)





#define LOADARGS_6(name,arg1,arg2,arg3,arg4,arg5,arg6) LOADARGS_5(name, arg1, arg2, arg3, arg4, arg5); extern void __illegally_sized_syscall_ ##name ##_arg6 (void); if (__builtin_classify_type (arg6) != 5 && sizeof (arg6) > 8) __illegally_sized_syscall_ ##name ##_arg6 (); r8 = (long) (arg6)






#define ASM_INPUT_0 "0" (r0)
#define ASM_INPUT_1 ASM_INPUT_0, "1" (r3)
#define ASM_INPUT_2 ASM_INPUT_1, "2" (r4)
#define ASM_INPUT_3 ASM_INPUT_2, "3" (r5)
#define ASM_INPUT_4 ASM_INPUT_3, "4" (r6)
#define ASM_INPUT_5 ASM_INPUT_4, "5" (r7)
#define ASM_INPUT_6 ASM_INPUT_5, "6" (r8)
# 21 "../sysdeps/powerpc/powerpc64/elf/start.S" 2
# 1 "../sysdeps/generic/bp-sym.h" 1
# 21 "../sysdeps/generic/bp-sym.h"
#define BP_SYM(name) _BP_SYM (name)



#define _BP_SYM(name) name
# 22 "../sysdeps/powerpc/powerpc64/elf/start.S" 2



 .section ".data.rel.ro.local","aw"



 .align 3
.Lstart_addresses:
 .quad 0

 .quad main
 .quad __libc_csu_init
 .quad __libc_csu_fini

 .size .Lstart_addresses,.-.Lstart_addresses

 .section ".toc","aw"
.L01:
 .tc .Lstart_addresses[TC],.Lstart_addresses
 .section ".text"
.section ".text"; .align 2; .globl ._start; .type ._start,@function ; .globl _start; .section ".opd","aw"; _start: ; .quad ._start ; .quad .TOC.@tocbase, 0; .previous; ._start:

 mr 9,1

 clrrdi 1,1,4
 li 0,0
 stdu 1,-128(1)
 mtlr 0
 std 0,0(1)



 ld 8,.L01(2)


 b .__libc_start_main


 nop

.LT_start: ; .long 0 ; .quad 0x000c000000000000 | 0x0000200000000000 | 0x0000004000000000 ; .long .LT_start-._start ; .short .LT_start_name_end-.LT_start_name_start ; .LT_start_name_start: ; .ascii "_start" ; .LT_start_name_end: ; .align 2 ; .size _start,.-_start


 .section ".data"
 .globl __data_start
__data_start:
.weak data_start ; data_start = __data_start ; .weak .data_start ; .data_start = .__data_start

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]