I'm not sure if this is a real problem or just my misunderstanding, but I noticed what I believe should be object files in the libc.a archive. They get compiled but do not appear to get into the archive. There are 45 of them. They are listed below. The configuration I used was with the default values, except for:
Target Architecture (TARGET_X86_64): 29
Enable shared libraries (HAVE_SHARED): n
Thread support: 3 (UCLIBC_HAS_THREADS_NATIVE)
Syslog support (UCLIBC_HAS_SYSLOG): n
Support GNU extensions for error-reporting (UCLIBC_HAS_GNU_ERROR): n
Support fmemopen(), open_memstream(), and fopencookie() (glibc-compat) (UCLIBC_HAS_GLIBC_CUSTOM_STREAMS): y
Include errno message text in the library (UCLIBC_HAS_ERRNO_MESSAGES): n
Include signum message text in the library (UCLIBC_HAS_SIGNUM_MESSAGES): n
- atoll
- bcopy
- bdflush
- bzero
- clock_adjust
- __ctype_assert
- __ctype_b_loc
- __ctype_tolower_loc
- __ctype_toupper_loc
- fallocate64
- fanotify
- fstat64
- getdents
- getrandom
- getrlimit64
- llabs
- llseek
- _locale_init
- parse_printf_format
- posix_fadvise64
- posix_fallocate64
- pthread_kill_other_threads
- pthread_spin_init
- recvmmsg
- register_printf_function
- sendfile64
- sendmmsg
- setns
- setrlimit64
- __socketcall
- stat64
- _stdlib_strto_ll
- _string_syserrmsgs
- _string_syssigmsgs
- strtoll
- strtoull
- stubs
- syncfs
- __syscall_fcnt;64
- __syscall_ipc
- __syscall_sigaction
- sys_errlist
- sysfs
- sys_siglist
- uselib
I'm not sure if this is a real problem or just my misunderstanding, but I noticed what I believe should be object files in the libc.a archive. They get compiled but do not appear to get into the archive. There are 45 of them. They are listed below. The configuration I used was with the default values, except for: