Bug#1100980: internal compiler error while building sqlite3 for m68k (3
From
Helmut Grohne@21:1/5 to
All on Fri Mar 21 13:40:01 2025
[continued from previous message]
160283: extern int toupper_l (int __c, locale_t __l) __attribute__ ((__nothrow__ , __leaf__));
160283: # 327 "/usr/include/m68k-linux-gnu/ctype.h" 3 4
160283:
160283: # 6 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/sys/types.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __u_char u_char;
160283: typedef __u_short u_short;
160283: typedef __u_int u_int;
160283: typedef __u_long u_long;
160283: typedef __quad_t quad_t;
160283: typedef __u_quad_t u_quad_t;
160283: typedef __fsid_t fsid_t;
160283:
160283:
160283: typedef __loff_t loff_t;
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __ino64_t ino_t;
160283: # 59 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: typedef __dev_t dev_t;
160283:
160283:
160283:
160283:
160283: typedef __gid_t gid_t;
160283:
160283:
160283:
160283:
160283: typedef __mode_t mode_t;
160283:
160283:
160283:
160283:
160283: typedef __nlink_t nlink_t;
160283:
160283:
160283:
160283:
160283: typedef __uid_t uid_t;
160283: # 97 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: typedef __pid_t pid_t;
160283:
160283:
160283:
160283:
160283:
160283: typedef __id_t id_t;
160283: # 114 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: typedef __daddr_t daddr_t;
160283: typedef __caddr_t caddr_t;
160283:
160283:
160283:
160283:
160283:
160283: typedef __key_t key_t;
160283:
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/clock_t.h" 1 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __clock_t clock_t;
160283: # 127 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/clockid_t.h" 1 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __clockid_t clockid_t;
160283: # 129 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/time_t.h" 1 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __time64_t time_t;
160283: # 130 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/timer_t.h" 1 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __timer_t timer_t;
160283: # 131 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283: # 144 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: # 1 "/usr/lib/gcc/m68k-linux-gnu/15/include/stddef.h" 1 3 4
160283: # 145 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283:
160283:
160283: typedef unsigned long int ulong;
160283: typedef unsigned short int ushort;
160283: typedef unsigned int uint;
160283:
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stdint-intn.h" 1 3 4
160283: # 24 "/usr/include/m68k-linux-gnu/bits/stdint-intn.h" 3 4
160283: typedef __int8_t int8_t;
160283: typedef __int16_t int16_t;
160283: typedef __int32_t int32_t;
160283: typedef __int64_t int64_t;
160283: # 156 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283:
160283: typedef __uint8_t u_int8_t;
160283: typedef __uint16_t u_int16_t;
160283: typedef __uint32_t u_int32_t;
160283: typedef __uint64_t u_int64_t;
160283:
160283:
160283: typedef int register_t __attribute__ ((__mode__ (__word__)));
160283: # 176 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/endian.h" 1 3 4
160283: # 35 "/usr/include/m68k-linux-gnu/endian.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/byteswap.h" 1 3 4
160283: # 33 "/usr/include/m68k-linux-gnu/bits/byteswap.h" 3 4
160283: static __inline __uint16_t
160283: __bswap_16 (__uint16_t __bsx)
160283: {
160283:
160283: return __builtin_bswap16 (__bsx);
160283:
160283:
160283:
160283: }
160283:
160283:
160283:
160283:
160283:
160283:
160283: static __inline __uint32_t
160283: __bswap_32 (__uint32_t __bsx)
160283: {
160283:
160283: return __builtin_bswap32 (__bsx);
160283:
160283:
160283:
160283: }
160283: # 69 "/usr/include/m68k-linux-gnu/bits/byteswap.h" 3 4
160283: __extension__ static __inline __uint64_t
160283: __bswap_64 (__uint64_t __bsx)
160283: {
160283:
160283: return __builtin_bswap64 (__bsx);
160283:
160283:
160283:
160283: }
160283: # 36 "/usr/include/m68k-linux-gnu/endian.h" 2 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/uintn-identity.h" 1 3 4
160283: # 32 "/usr/include/m68k-linux-gnu/bits/uintn-identity.h" 3 4
160283: static __inline __uint16_t
160283: __uint16_identity (__uint16_t __x)
160283: {
160283: return __x;
160283: }
160283:
160283: static __inline __uint32_t
160283: __uint32_identity (__uint32_t __x)
160283: {
160283: return __x;
160283: }
160283:
160283: static __inline __uint64_t
160283: __uint64_identity (__uint64_t __x)
160283: {
160283: return __x;
160283: }
160283: # 37 "/usr/include/m68k-linux-gnu/endian.h" 2 3 4
160283: # 177 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/sys/select.h" 1 3 4
160283: # 30 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/select.h" 1 3 4
160283: # 31 "/usr/include/m68k-linux-gnu/sys/select.h" 2 3 4
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/sigset_t.h" 1 3 4
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/__sigset_t.h" 1 3 4
160283:
160283:
160283:
160283:
160283: typedef struct
160283: {
160283: unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; 160283: } __sigset_t;
160283: # 5 "/usr/include/m68k-linux-gnu/bits/types/sigset_t.h" 2 3 4
160283:
160283:
160283: typedef __sigset_t sigset_t;
160283: # 34 "/usr/include/m68k-linux-gnu/sys/select.h" 2 3 4
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/struct_timeval.h" 1 3 4 160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: struct timeval
160283: {
160283:
160283: __time64_t tv_sec;
160283: __suseconds64_t tv_usec;
160283:
160283:
160283:
160283:
160283: };
160283: # 38 "/usr/include/m68k-linux-gnu/sys/select.h" 2 3 4
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/types/struct_timespec.h" 1 3 4 160283: # 11 "/usr/include/m68k-linux-gnu/bits/types/struct_timespec.h" 3 4 160283: struct timespec
160283: {
160283:
160283: __time64_t tv_sec;
160283: # 24 "/usr/include/m68k-linux-gnu/bits/types/struct_timespec.h" 3 4 160283: int: 32;
160283: long int tv_nsec;
160283:
160283:
160283:
160283:
160283:
160283: };
160283: # 40 "/usr/include/m68k-linux-gnu/sys/select.h" 2 3 4
160283:
160283:
160283:
160283: typedef __suseconds_t suseconds_t;
160283:
160283:
160283:
160283:
160283:
160283: typedef long int __fd_mask;
160283: # 59 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283: typedef struct
160283: {
160283:
160283:
160283:
160283:
160283:
160283:
160283: __fd_mask __fds_bits[1024 / (8 * (int) sizeof (__fd_mask))]; 160283:
160283:
160283: } fd_set;
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __fd_mask fd_mask;
160283: # 91 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283:
160283: # 108 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283: extern int select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) __asm__ ("" "__select64")
160283:
160283:
160283:
160283:
160283: ;
160283: # 134 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283: extern int pselect (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) __asm__ ("" "__pselect64")
160283:
160283:
160283:
160283:
160283:
160283: ;
160283: # 150 "/usr/include/m68k-linux-gnu/sys/select.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/select2.h" 1 3 4
160283: # 23 "/usr/include/m68k-linux-gnu/bits/select2.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/select-decl.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/bits/select-decl.h" 3 4
160283: extern long int __fdelt_chk (long int __d);
160283: extern long int __fdelt_warn (long int __d)
160283: __attribute__((__warning__ ("bit outside of fd_set selected"))); 160283: # 24 "/usr/include/m68k-linux-gnu/bits/select2.h" 2 3 4
160283: # 151 "/usr/include/m68k-linux-gnu/sys/select.h" 2 3 4
160283:
160283:
160283:
160283: # 180 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283:
160283:
160283:
160283:
160283: typedef __blksize_t blksize_t;
160283: # 205 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: typedef __blkcnt64_t blkcnt_t;
160283:
160283:
160283:
160283: typedef __fsblkcnt64_t fsblkcnt_t;
160283:
160283:
160283:
160283: typedef __fsfilcnt64_t fsfilcnt_t;
160283: # 227 "/usr/include/m68k-linux-gnu/sys/types.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/pthreadtypes.h" 1 3 4
160283: # 23 "/usr/include/m68k-linux-gnu/bits/pthreadtypes.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 1 3 4 160283: # 44 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 3 4 160283: # 1 "/usr/include/m68k-linux-gnu/bits/pthreadtypes-arch.h" 1 3 4 160283: # 45 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 2 3 4 160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/atomic_wide_counter.h" 1 3 4 160283: # 25 "/usr/include/m68k-linux-gnu/bits/atomic_wide_counter.h" 3 4 160283: typedef union
160283: {
160283: __extension__ unsigned long long int __value64;
160283: struct
160283: {
160283: unsigned int __low;
160283: unsigned int __high;
160283: } __value32;
160283: } __atomic_wide_counter;
160283: # 47 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 2 3 4 160283:
160283:
160283:
160283:
160283: typedef struct __pthread_internal_list
160283: {
160283: struct __pthread_internal_list *__prev;
160283: struct __pthread_internal_list *__next;
160283: } __pthread_list_t;
160283:
160283: typedef struct __pthread_internal_slist
160283: {
160283: struct __pthread_internal_slist *__next;
160283: } __pthread_slist_t;
160283: # 76 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 3 4 160283: # 1 "/usr/include/m68k-linux-gnu/bits/struct_mutex.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/bits/struct_mutex.h" 3 4
160283: struct __pthread_mutex_s
160283: {
160283: int __lock __attribute__ ((__aligned__ (4)));
160283: unsigned int __count;
160283: int __owner;
160283: # 58 "/usr/include/m68k-linux-gnu/bits/struct_mutex.h" 3 4
160283: int __kind;
160283:
160283: unsigned int __nusers;
160283:
160283:
160283:
160283:
160283:
160283:
160283: __extension__ union
160283: {
160283: int __spins;
160283: __pthread_slist_t __list;
160283: };
160283:
160283:
160283: };
160283: # 77 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 2 3 4 160283: # 89 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 3 4 160283: # 1 "/usr/include/m68k-linux-gnu/bits/struct_rwlock.h" 1 3 4
160283: # 29 "/usr/include/m68k-linux-gnu/bits/struct_rwlock.h" 3 4
160283: struct __pthread_rwlock_arch_t
160283: {
160283: unsigned int __readers;
160283: unsigned int __writers;
160283: unsigned int __wrphase_futex;
160283: unsigned int __writers_futex;
160283: unsigned int __pad3;
160283: unsigned int __pad4;
160283:
160283:
160283:
160283: unsigned char __pad1;
160283: unsigned char __pad2;
160283: unsigned char __shared;
160283: unsigned char __flags;
160283:
160283:
160283:
160283:
160283:
160283:
160283: int __cur_writer;
160283: };
160283: # 90 "/usr/include/m68k-linux-gnu/bits/thread-shared-types.h" 2 3 4 160283:
160283:
160283:
160283:
160283: struct __pthread_cond_s
160283: {
160283: __atomic_wide_counter __wseq;
160283: __atomic_wide_counter __g1_start;
160283: unsigned int __g_size[2] __attribute__ ((__aligned__ (4)));
160283: unsigned int __g1_orig_size;
160283: unsigned int __wrefs;
160283: unsigned int __g_signals[2];
160283: unsigned int __unused_initialized_1;
160283: unsigned int __unused_initialized_2;
160283: };
160283:
160283: typedef unsigned int __tss_t;
160283: typedef unsigned long int __thrd_t;
160283:
160283: typedef struct
160283: {
160283: int __data __attribute__ ((__aligned__ (4)));
160283: } __once_flag;
160283: # 24 "/usr/include/m68k-linux-gnu/bits/pthreadtypes.h" 2 3 4
160283:
160283:
160283:
160283: typedef unsigned long int pthread_t;
160283:
160283:
160283:
160283:
160283: typedef union
160283: {
160283: char __size[4];
160283: int __align;
160283: } pthread_mutexattr_t;
160283:
160283:
160283:
160283:
160283: typedef union
160283: {
160283: char __size[4];
160283: int __align;
160283: } pthread_condattr_t;
160283:
160283:
160283:
160283: typedef unsigned int pthread_key_t;
160283:
160283:
160283:
160283: typedef int __attribute__ ((__aligned__ (4))) pthread_once_t;
160283:
160283:
160283: union pthread_attr_t
160283: {
160283: char __size[36];
160283: long int __align;
160283: };
160283:
160283: typedef union pthread_attr_t pthread_attr_t;
160283:
160283:
160283:
160283:
160283: typedef union
160283: {
160283: struct __pthread_mutex_s __data;
160283: char __size[24];
160283: long int __align;
160283: } pthread_mutex_t;
160283:
160283:
160283: typedef union
160283: {
160283: struct __pthread_cond_s __data;
160283: char __size[48];
160283: __extension__ long long int __align;
160283: } pthread_cond_t;
160283:
160283:
160283:
160283:
160283:
160283: typedef union
160283: {
160283: struct __pthread_rwlock_arch_t __data;
160283: char __size[32];
160283: long int __align;
160283: } pthread_rwlock_t;
160283:
160283: typedef union
160283: {
160283: char __size[8];
160283: long int __align;
160283: } pthread_rwlockattr_t;
160283:
160283:
160283:
160283:
160283:
160283: typedef volatile int pthread_spinlock_t;
160283:
160283:
160283:
160283:
160283: typedef union
160283: {
160283: char __size[20];
160283: long int __align;
160283: } pthread_barrier_t;
160283:
160283: typedef union
160283: {
160283: char __size[4];
160283: int __align;
160283: } pthread_barrierattr_t;
160283: # 228 "/usr/include/m68k-linux-gnu/sys/types.h" 2 3 4
160283:
160283:
160283:
160283: # 9 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283: # 1 "/usr/include/m68k-linux-gnu/sys/stat.h" 1 3 4
160283: # 99 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stat.h" 1 3 4
160283: # 25 "/usr/include/m68k-linux-gnu/bits/stat.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/struct_stat.h" 1 3 4
160283: # 26 "/usr/include/m68k-linux-gnu/bits/struct_stat.h" 3 4
160283: struct stat
160283: {
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/struct_stat_time64_helper.h" 1 3 4
160283: # 20 "/usr/include/m68k-linux-gnu/bits/struct_stat_time64_helper.h" 3 4 160283: __dev_t st_dev;
160283: __ino64_t st_ino;
160283: __mode_t st_mode;
160283: __nlink_t st_nlink;
160283: __uid_t st_uid;
160283: __gid_t st_gid;
160283: __dev_t st_rdev;
160283: __off64_t st_size;
160283: __blksize_t st_blksize;
160283: __blkcnt64_t st_blocks;
160283: # 40 "/usr/include/m68k-linux-gnu/bits/struct_stat_time64_helper.h" 3 4 160283: struct timespec st_atim;
160283: struct timespec st_mtim;
160283: struct timespec st_ctim;
160283: # 30 "/usr/include/m68k-linux-gnu/bits/struct_stat.h" 2 3 4
160283: # 84 "/usr/include/m68k-linux-gnu/bits/struct_stat.h" 3 4
160283: };
160283: # 26 "/usr/include/m68k-linux-gnu/bits/stat.h" 2 3 4
160283: # 102 "/usr/include/m68k-linux-gnu/sys/stat.h" 2 3 4
160283: # 214 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int stat (const char *__restrict __file, struct stat *__restrict __buf) __asm__ ("" "__stat64_time64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: __attribute__ ((__nonnull__ (1, 2)));
160283: extern int fstat (int __fd, struct stat *__buf) __asm__ ("" "__fstat64_time64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283: __attribute__ ((__nonnull__ (2)));
160283: # 270 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int fstatat (int __fd, const char *__restrict __file, struct stat *__restrict __buf, int __flag) __asm__ ("" "__fstatat64_time64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: __attribute__ ((__nonnull__ (3)));
160283: # 318 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int lstat (const char *__restrict __file, struct stat *__restrict __buf) __asm__ ("" "__lstat64_time64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: __attribute__ ((__nonnull__ (1, 2)));
160283: # 352 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int chmod (const char *__file, __mode_t __mode)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern int lchmod (const char *__file, __mode_t __mode)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283: extern int fchmod (int __fd, __mode_t __mode) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283: extern int fchmodat (int __fd, const char *__file, __mode_t __mode, 160283: int __flag)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern __mode_t umask (__mode_t __mask) __attribute__ ((__nothrow__ , __leaf__));
160283: # 389 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int mkdir (const char *__path, __mode_t __mode)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern int mkdirat (int __fd, const char *__path, __mode_t __mode) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern int mknodat (int __fd, const char *__path, __mode_t __mode, 160283: __dev_t __dev) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283:
160283:
160283: extern int mkfifo (const char *__path, __mode_t __mode)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283:
160283:
160283: extern int mkfifoat (int __fd, const char *__path, __mode_t __mode) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
160283: # 439 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int utimensat (int fd, const char *__path, const struct timespec __times[2], int flags) __asm__ ("" "__utimensat64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283:
160283: ;
160283: # 456 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283: extern int futimens (int fd, const struct timespec __times[2]) __asm__ ("" "__futimens64") __attribute__ ((__nothrow__ , __leaf__))
160283: ;
160283: # 468 "/usr/include/m68k-linux-gnu/sys/stat.h" 3 4
160283:
160283: # 10 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283: # 1 "/usr/include/m68k-linux-gnu/fcntl.h" 1 3 4
160283: # 28 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/fcntl.h" 1 3 4
160283: # 28 "/usr/include/m68k-linux-gnu/bits/fcntl.h" 3 4
160283: struct flock
160283: {
160283: short int l_type;
160283: short int l_whence;
160283:
160283:
160283:
160283:
160283: __off64_t l_start;
160283: __off64_t l_len;
160283:
160283: __pid_t l_pid;
160283: };
160283: # 54 "/usr/include/m68k-linux-gnu/bits/fcntl.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/fcntl-linux.h" 1 3 4
160283: # 384 "/usr/include/m68k-linux-gnu/bits/fcntl-linux.h" 3 4
160283:
160283: # 458 "/usr/include/m68k-linux-gnu/bits/fcntl-linux.h" 3 4
160283:
160283: # 55 "/usr/include/m68k-linux-gnu/bits/fcntl.h" 2 3 4
160283: # 36 "/usr/include/m68k-linux-gnu/fcntl.h" 2 3 4
160283: # 78 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/stat.h" 1 3 4
160283: # 79 "/usr/include/m68k-linux-gnu/fcntl.h" 2 3 4
160283: # 190 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int fcntl (int __fd, int __request, ...) __asm__ ("" "__fcntl_time64") __attribute__ ((__nothrow__ , __leaf__))
160283: ;
160283: extern int fcntl64 (int __fd, int __request, ...) __asm__ ("" "__fcntl_time64") __attribute__ ((__nothrow__ , __leaf__))
160283: ;
160283: # 212 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int open (const char *__file, int __oflag, ...) __asm__ ("" "open64")
160283: __attribute__ ((__nonnull__ (1)));
160283: # 237 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int openat (int __fd, const char *__file, int __oflag, ...) __asm__ ("" "openat64")
160283: __attribute__ ((__nonnull__ (2)));
160283: # 258 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int creat (const char *__file, mode_t __mode) __asm__ ("" "creat64")
160283: __attribute__ ((__nonnull__ (1)));
160283: # 287 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int lockf (int __fd, int __cmd, __off64_t __len) __asm__ ("" "lockf64");
160283: # 305 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int posix_fadvise (int __fd, __off64_t __offset, __off64_t __len, int __advise) __asm__ ("" "posix_fadvise64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283: ;
160283: # 326 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: extern int posix_fallocate (int __fd, __off64_t __offset, __off64_t __len) __asm__ ("" "posix_fallocate64")
160283:
160283: ;
160283: # 341 "/usr/include/m68k-linux-gnu/fcntl.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/fcntl2.h" 1 3 4
160283: # 30 "/usr/include/m68k-linux-gnu/bits/fcntl2.h" 3 4
160283: extern int __open_2 (const char *__path, int __oflag) __asm__ ("" "__open64_2")
160283: __attribute__ ((__nonnull__ (1)));
160283: extern int __open_alias (const char *__path, int __oflag, ...) __asm__ ("" "open64")
160283: __attribute__ ((__nonnull__ (1)));
160283:
160283:
160283:
160283: extern void __open_too_many_args (void) __attribute__((__error__ ("open can be called either with 2 or 3 arguments, not more")))
160283: ; 160283: extern void __open_missing_mode (void) __attribute__((__error__ ("open with O_CREAT or O_TMPFILE in second argument needs 3 arguments")))
160283: ;
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: open (const char *__path, int __oflag, ...)
160283: {
160283: if (__builtin_va_arg_pack_len () > 1)
160283: __open_too_many_args ();
160283:
160283: if (__builtin_constant_p (__oflag))
160283: {
160283: if ((((__oflag) & 0100) != 0 || ((__oflag) & (020000000 | 040000)) == (020000000 | 040000)) && __builtin_va_arg_pack_len () < 1)
160283: {
160283: __open_missing_mode ();
160283: return __open_2 (__path, __oflag);
160283: }
160283: return __open_alias (__path, __oflag, __builtin_va_arg_pack ()); 160283: }
160283:
160283: if (__builtin_va_arg_pack_len () < 1)
160283: return __open_2 (__path, __oflag);
160283:
160283: return __open_alias (__path, __oflag, __builtin_va_arg_pack ()); 160283: }
160283: # 144 "/usr/include/m68k-linux-gnu/bits/fcntl2.h" 3 4
160283: extern int __openat_2 (int __fd, const char *__path, int __oflag) __asm__ ("" "__openat64_2")
160283:
160283: __attribute__ ((__nonnull__ (2)));
160283: extern int __openat_alias (int __fd, const char *__path, int __oflag, ...) __asm__ ("" "openat64")
160283:
160283: __attribute__ ((__nonnull__ (2)));
160283:
160283:
160283:
160283: extern void __openat_too_many_args (void) __attribute__((__error__ ("openat can be called either with 3 or 4 arguments, not more")))
160283: ; 160283: extern void __openat_missing_mode (void) __attribute__((__error__ ("openat with O_CREAT or O_TMPFILE in third argument needs 4 arguments")))
160283: ;
160283:
160283: extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) __attribute__ ((__artificial__)) int
160283: openat (int __fd, const char *__path, int __oflag, ...)
160283: {
160283: if (__builtin_va_arg_pack_len () > 1)
160283: __openat_too_many_args ();
160283:
160283: if (__builtin_constant_p (__oflag))
160283: {
160283: if ((((__oflag) & 0100) != 0 || ((__oflag) & (020000000 | 040000)) == (020000000 | 040000)) && __builtin_va_arg_pack_len () < 1)
160283: {
160283: __openat_missing_mode ();
160283: return __openat_2 (__fd, __path, __oflag);
160283: }
160283: return __openat_alias (__fd, __path, __oflag, __builtin_va_arg_pack ());
160283: }
160283:
160283: if (__builtin_va_arg_pack_len () < 1)
160283: return __openat_2 (__fd, __path, __oflag);
160283:
160283: return __openat_alias (__fd, __path, __oflag, __builtin_va_arg_pack ());
160283: }
160283: # 342 "/usr/include/m68k-linux-gnu/fcntl.h" 2 3 4
160283:
160283:
160283:
160283: # 11 "/tmp/buildd/sqlite3/sqlite3-3.46.1/tool/showdb.c" 2
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/unistd.h" 1 3 4
160283: # 27 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283:
160283: # 202 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/posix_opt.h" 1 3 4
160283: # 203 "/usr/include/m68k-linux-gnu/unistd.h" 2 3 4
160283:
160283:
160283:
160283: # 1 "/usr/include/m68k-linux-gnu/bits/environments.h" 1 3 4
160283: # 22 "/usr/include/m68k-linux-gnu/bits/environments.h" 3 4
160283: # 1 "/usr/include/m68k-linux-gnu/bits/wordsize.h" 1 3 4
160283: # 23 "/usr/include/m68k-linux-gnu/bits/environments.h" 2 3 4
160283: # 207 "/usr/include/m68k-linux-gnu/unistd.h" 2 3 4
160283: # 226 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: # 1 "/usr/lib/gcc/m68k-linux-gnu/15/include/stddef.h" 1 3 4
160283: # 227 "/usr/include/m68k-linux-gnu/unistd.h" 2 3 4
160283: # 255 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: typedef __useconds_t useconds_t;
160283: # 267 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: typedef __intptr_t intptr_t;
160283:
160283:
160283:
160283:
160283:
160283:
160283: typedef __socklen_t socklen_t;
160283: # 287 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern int access (const char *__name, int __type) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
160283: # 309 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern int faccessat (int __fd, const char *__file, int __type, int __flag)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));
160283: # 342 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern __off64_t lseek (int __fd, __off64_t __offset, int __whence) __asm__ ("" "lseek64") __attribute__ ((__nothrow__ , __leaf__))
160283:
160283: ;
160283: # 358 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern int close (int __fd);
160283:
160283:
160283:
160283:
160283: extern void closefrom (int __lowfd) __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
160283:
160283:
160283:
160283:
160283:
160283: extern ssize_t write (int __fd, const void *__buf, size_t __n) __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__access__ (__read_only__, 2, 3)));
160283: # 404 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) __asm__ ("" "pread64")
160283:
160283: __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
160283: extern ssize_t pwrite (int __fd, const void *__buf, size_t __nbytes, __off64_t __offset) __asm__ ("" "pwrite64")
160283:
160283: __attribute__ ((__warn_unused_result__))
160283: __attribute__ ((__access__ (__read_only__, 2, 3)));
160283: # 437 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern int pipe (int __pipedes[2]) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283: # 452 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern unsigned int alarm (unsigned int __seconds) __attribute__ ((__nothrow__ , __leaf__));
160283: # 464 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern unsigned int sleep (unsigned int __seconds);
160283:
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
160283: __attribute__ ((__nothrow__ , __leaf__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int usleep (__useconds_t __useconds);
160283: # 489 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern int pause (void);
160283:
160283:
160283:
160283: extern int chown (const char *__file, __uid_t __owner, __gid_t __group) 160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283: extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283: extern int lchown (const char *__file, __uid_t __owner, __gid_t __group)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283:
160283:
160283:
160283: extern int fchownat (int __fd, const char *__file, __uid_t __owner, 160283: __gid_t __group, int __flag)
160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283: extern int chdir (const char *__path) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
160283:
160283:
160283:
160283: extern int fchdir (int __fd) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
160283: # 531 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
160283: extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)