Re: Cross-compilation

Page principale

Répondre à ce message
Auteur: Frédéric
Date:  
À: ML Guilde
Sujet: Re: Cross-compilation
Bon, je progresse un peu.

Je suis parti des paquets sources de ce site :

    http://debian.speedblue.org


et j'ai généré des paquets pour m68k-coff au lieu de m68k-linux. En fait, je
n'ai réussi à générer que les paquets binutils et gcc-boot. Ce dernier est
utilisé pour générer le paquet glibc, lequel est utilisé pour générer le
gcc complet.

Or, je pense que dans mon cas, je n'ai pas besoin de la glibc. En fait, j'ai
même réussi à compiler mes sources, mais ça coince à l'édition des liens :

/usr/m68k/bin/m68k-coff-gcc -o M68000.bin -m68000 QCL.o communication.o
status.o global.o parametre.o initialisation.o codeur.o frein.o noyau.o
timer.o ntr.o affichage.o axe3.o axe2.o axe1.o axe0.o asserv_cc.o
asserv_pp.o -Wall -Wl,-Ttext,0xa000,-Tdata,0x5000,-oformat,binary,-Map,RAM.map
/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/bin/ld: binary:
No such file: Aucun fichier ou répertoire de ce type
collect2: ld returned 1 exit status
make: *** [ram] Erreur 1

J'ai joint le log de strace, et l'arborescence de gcc m68k.

Une idée ?

--
Frédéric

http://www.gbiloba.org
execve("/usr/m68k/bin/m68k-coff-gcc", ["/usr/m68k/bin/m68k-coff-gcc", "-o", "M68000.bin", "-m68000", "QCL.o", "communication.o", "status.o", "global.o", "parametre.o", "initialisation.o", "codeur.o", "frein.o", "noyau.o", "timer.o", "ntr.o", "affichage.o", ...], [/* 42 vars */]) = 0
uname({sys="Linux", node="sunceng", ...}) = 0
brk(0)                                  = 0x805c000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fd6000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=68544, ...}) = 0
mmap2(NULL, 68544, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fc5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1241580, ...}) = 0
mmap2(NULL, 1251484, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e93000
mmap2(0xb7fbb000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) = 0xb7fbb000
mmap2(0xb7fc2000, 10396, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fc2000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e92000
mprotect(0xb7fbb000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e928e0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fc5000, 68544)               = 0
brk(0)                                  = 0x805c000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1691232, ...}) = 0
mmap2(NULL, 1691232, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7cf5000
close(3)                                = 0
brk(0x807d000)                          = 0x807d000
rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x804ac30, [INT], SA_RESTART}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x804ac30, [HUP], SA_RESTART}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGTERM, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x804ac30, [TERM], SA_RESTART}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {0x804ac30, [PIPE], SA_RESTART}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=360, ...}) = 0
lstat64("/usr/m68k", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
lstat64("/usr/m68k/bin", {st_mode=S_IFDIR|0755, st_size=680, ...}) = 0
lstat64("/usr/m68k/bin/m68k-coff-gcc", {st_mode=S_IFREG|0755, st_size=95794, ...}) = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/", X_OK) = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/", X_OK) = 0
access("QCL.o", F_OK)                   = 0
access("communication.o", F_OK)         = 0
access("status.o", F_OK)                = 0
access("global.o", F_OK)                = 0
access("parametre.o", F_OK)             = 0
access("initialisation.o", F_OK)        = 0
access("codeur.o", F_OK)                = 0
access("frein.o", F_OK)                 = 0
access("noyau.o", F_OK)                 = 0
access("timer.o", F_OK)                 = 0
access("ntr.o", F_OK)                   = 0
access("affichage.o", F_OK)             = 0
access("axe3.o", F_OK)                  = 0
access("axe2.o", F_OK)                  = 0
access("axe1.o", F_OK)                  = 0
access("axe0.o", F_OK)                  = 0
access("asserv_cc.o", F_OK)             = 0
access("asserv_pp.o", F_OK)             = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/specs", R_OK) = 0
open("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/specs", O_RDONLY) = 3
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/specs", {st_mode=S_IFREG|0644, st_size=5434, ...}) = 0
read(3, "*asm:\n--traditional-format %{m68"..., 5434) = 5434
close(3)                                = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/specs", R_OK) = -1 ENOENT (No such file or directory)
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/collect2", {st_mode=S_IFREG|0755, st_size=98152, ...}) = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/collect2", X_OK) = 0
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/m68000/.", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/.", {st_mode=S_IFDIR|0755, st_size=384, ...}) = 0
stat64("/usr/lib/gcc/m68k-coff/3.3.3/m68000/.", 0xbfce8bc0) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/gcc/m68k-coff/3.3.3/.", 0xbfce8bd0) = -1 ENOENT (No such file or directory)
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/lib/m68k-coff/3.3.3/m68000/.", 0xbfce8b90) = -1 ENOENT (No such file or directory)
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/lib/m68000/.", 0xbfce8ba0) = -1 ENOENT (No such file or directory)
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/lib/m68k-coff/3.3.3/.", 0xbfce8b90) = -1 ENOENT (No such file or directory)
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/lib/.", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0
stat64("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/collect2", {st_mode=S_IFREG|0755, st_size=98152, ...}) = 0
access("/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/collect2", X_OK) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e92928) = 11601
/usr/m68k/lib/gcc-lib/m68k-coff/3.3.3/../../../../m68k-coff/bin/ld: binary: No such file: Aucun fichier ou répertoire de ce type
collect2: ld returned 1 exit status
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 11601
exit_group(1)                           = ?
Process 11600 detached

/usr/m68k
|-- bin
| |-- m68k-coff-addr2line
| |-- m68k-coff-ar
| |-- m68k-coff-as
| |-- m68k-coff-c++filt
| |-- m68k-coff-cpp
| |-- m68k-coff-gcc
| |-- m68k-coff-gcc-3.3.3
| |-- m68k-coff-gccbug
| |-- m68k-coff-gcov
| |-- m68k-coff-ld
| |-- m68k-coff-nm
| |-- m68k-coff-objcopy
| |-- m68k-coff-objdump
| |-- m68k-coff-ranlib
| |-- m68k-coff-readelf
| |-- m68k-coff-size
| |-- m68k-coff-strings
| `-- m68k-coff-strip

|-- include
| |-- _G_config.h
| |-- a.out.h
| |-- aio.h
| |-- aliases.h
| |-- alloca.h
| |-- ar.h
| |-- argp.h
| |-- argz.h
| |-- arpa
| | |-- ftp.h
| | |-- inet.h
| | |-- nameser.h
| | |-- nameser_compat.h
| | |-- telnet.h
| | `-- tftp.h
| |-- asm
| | |-- a.out.h
| | |-- adb.h
| | |-- adb_iop.h
| | |-- adb_mouse.h
| | |-- amigahw.h
| | |-- amigaints.h
| | |-- amigayle.h
| | |-- amipcmcia.h
| | |-- apollodma.h
| | |-- apollohw.h
| | |-- atafd.h
| | |-- atafdreg.h
| | |-- atari_SCCserial.h
| | |-- atari_SLM.h
| | |-- atari_acsi.h
| | |-- atari_joystick.h
| | |-- atari_stdma.h
| | |-- atari_stram.h
| | |-- atarihw.h
| | |-- atariints.h
| | |-- atarikb.h
| | |-- atomic.h
| | |-- bitops.h
| | |-- blinken.h
| | |-- bootinfo.h
| | |-- bug.h
| | |-- bugs.h
| | |-- bvme6000hw.h
| | |-- byteorder.h
| | |-- cache.h
| | |-- cachectl.h
| | |-- cacheflush.h
| | |-- checksum.h
| | |-- contregs.h
| | |-- current.h
| | |-- delay.h
| | |-- div64.h
| | |-- dma-mapping.h
| | |-- dma.h
| | |-- dsp56k.h
| | |-- dvma.h
| | |-- elf.h
| | |-- entry.h
| | |-- errno.h
| | |-- fbio.h
| | |-- fcntl.h
| | |-- floppy.h
| | |-- fpu.h
| | |-- hardirq.h
| | |-- hdreg.h
| | |-- hw_irq.h
| | |-- hwtest.h
| | |-- ide.h
| | |-- idprom.h
| | |-- init.h
| | |-- intersil.h
| | |-- io.h
| | |-- ioctl.h
| | |-- ioctls.h
| | |-- ipc.h
| | |-- ipcbuf.h
| | |-- irq.h
| | |-- kbio.h
| | |-- kmap_types.h
| | |-- linkage.h
| | |-- local.h
| | |-- mac_asc.h
| | |-- mac_baboon.h
| | |-- mac_iop.h
| | |-- mac_mouse.h
| | |-- mac_oss.h
| | |-- mac_psc.h
| | |-- mac_via.h
| | |-- machdep.h
| | |-- machines.h
| | |-- machw.h
| | |-- macintosh.h
| | |-- macints.h
| | |-- math-emu.h
| | |-- mc146818rtc.h
| | |-- md.h
| | |-- mman.h
| | |-- mmu.h
| | |-- mmu_context.h
| | |-- module.h
| | |-- motorola_pgalloc.h
| | |-- motorola_pgtable.h
| | |-- movs.h
| | |-- msgbuf.h
| | |-- mvme147hw.h
| | |-- mvme16xhw.h
| | |-- namei.h
| | |-- nubus.h
| | |-- openprom.h
| | |-- oplib.h
| | |-- page.h
| | |-- page_offset.h
| | |-- param.h
| | |-- parport.h
| | |-- pci.h
| | |-- percpu.h
| | |-- pgalloc.h
| | |-- pgtable.h
| | |-- poll.h
| | |-- posix_types.h
| | |-- processor.h
| | |-- ptrace.h
| | |-- q40_master.h
| | |-- q40ints.h
| | |-- raw_io.h
| | |-- resource.h
| | |-- rmap.h
| | |-- rtc.h
| | |-- sbus.h
| | |-- scatterlist.h
| | |-- sections.h
| | |-- segment.h
| | |-- semaphore-helper.h
| | |-- semaphore.h
| | |-- sembuf.h
| | |-- serial.h
| | |-- setup.h
| | |-- shm.h
| | |-- shmbuf.h
| | |-- shmparam.h
| | |-- sigcontext.h
| | |-- siginfo.h
| | |-- signal.h
| | |-- socket.h
| | |-- sockios.h
| | |-- spinlock.h
| | |-- stat.h
| | |-- statfs.h
| | |-- string.h
| | |-- sun3-head.h
| | |-- sun3_pgalloc.h
| | |-- sun3_pgtable.h
| | |-- sun3ints.h
| | |-- sun3mmu.h
| | |-- sun3x.h
| | |-- sun3xflop.h
| | |-- sun3xprom.h
| | |-- suspend.h
| | |-- swim_iop.h
| | |-- system.h
| | |-- termbits.h
| | |-- termios.h
| | |-- thread_info.h
| | |-- timex.h
| | |-- tlb.h
| | |-- tlbflush.h
| | |-- topology.h
| | |-- traps.h
| | |-- types.h
| | |-- uaccess.h
| | |-- ucontext.h
| | |-- unaligned.h
| | |-- unistd.h
| | |-- user.h
| | |-- virtconvert.h
| | |-- vuid_event.h
| | |-- xor.h
| | `-- zorro.h
| |-- asm-generic
| | |-- bitops.h
| | |-- cpumask_arith.h
| | |-- cpumask_array.h
| | |-- cpumask_const_reference.h
| | |-- cpumask_const_value.h
| | |-- cpumask_up.h
| | |-- div64.h
| | |-- dma-mapping.h
| | |-- errno-base.h
| | |-- errno.h
| | |-- ide_iops.h
| | |-- local.h
| | |-- pci-dma-compat.h
| | |-- pci.h
| | |-- percpu.h
| | |-- pgtable.h
| | |-- rmap.h
| | |-- rtc.h
| | |-- sections.h
| | |-- siginfo.h
| | |-- statfs.h
| | |-- tlb.h
| | |-- topology.h
| | |-- unaligned.h
| | |-- vmlinux.lds.h
| | `-- xor.h
| |-- assert.h
| |-- bits
| | |-- a.out.h
| | |-- byteswap.h
| | |-- cmathcalls.h
| | |-- confname.h
| | |-- dirent.h
| | |-- dlfcn.h
| | |-- elfclass.h
| | |-- endian.h
| | |-- environments.h
| | |-- errno.h
| | |-- fcntl.h
| | |-- fenv.h
| | |-- fenvinline.h
| | |-- huge_val.h
| | |-- in.h
| | |-- initspin.h
| | |-- ioctl-types.h
| | |-- ioctls.h
| | |-- ipc.h
| | |-- ipctypes.h
| | |-- libc-lock.h
| | |-- local_lim.h
| | |-- locale.h
| | |-- mathcalls.h
| | |-- mathdef.h
| | |-- mathinline.h
| | |-- mman.h
| | |-- msq.h
| | |-- nan.h
| | |-- netdb.h
| | |-- poll.h
| | |-- posix1_lim.h
| | |-- posix2_lim.h
| | |-- posix_opt.h
| | |-- pthreadtypes.h
| | |-- resource.h
| | |-- sched.h
| | |-- select.h
| | |-- sem.h
| | |-- setjmp.h
| | |-- shm.h
| | |-- sigaction.h
| | |-- sigcontext.h
| | |-- siginfo.h
| | |-- signum.h
| | |-- sigset.h
| | |-- sigstack.h
| | |-- sigthread.h
| | |-- sockaddr.h
| | |-- socket.h
| | |-- stab.def
| | |-- stat.h
| | |-- statfs.h
| | |-- statvfs.h
| | |-- stdio-lock.h
| | |-- stdio.h
| | |-- stdio_lim.h
| | |-- string.h
| | |-- string2.h
| | |-- stropts.h
| | |-- sys_errlist.h
| | |-- syscall.h
| | |-- termios.h
| | |-- time.h
| | |-- types.h
| | |-- typesizes.h
| | |-- uio.h
| | |-- ustat.h
| | |-- utmp.h
| | |-- utmpx.h
| | |-- utsname.h
| | |-- waitflags.h
| | |-- waitstatus.h
| | |-- wchar.h
| | |-- wordsize.h
| | |-- xopen_lim.h
| | `-- xtitypes.h
| |-- byteswap.h
| |-- complex.h
| |-- cpio.h
| |-- crypt.h
| |-- ctype.h
| |-- dirent.h
| |-- dlfcn.h
| |-- elf.h
| |-- endian.h
| |-- envz.h
| |-- err.h
| |-- errno.h
| |-- error.h
| |-- execinfo.h
| |-- fcntl.h
| |-- features.h
| |-- fenv.h
| |-- fmtmsg.h
| |-- fnmatch.h
| |-- fpu_control.h
| |-- fstab.h
| |-- fts.h
| |-- ftw.h
| |-- gconv.h
| |-- getopt.h
| |-- glob.h
| |-- gnu
| | |-- lib-names.h
| | |-- libc-version.h
| | `-- stubs.h
| |-- gnu-versions.h
| |-- grp.h
| |-- iconv.h
| |-- ieee754.h
| |-- ifaddrs.h
| |-- inttypes.h
| |-- langinfo.h
| |-- lastlog.h
| |-- libgen.h
| |-- libintl.h
| |-- libio.h
| |-- limits.h
| |-- link.h
| |-- linux
| | |-- 802_11.h
| | |-- 8250_pci.h
| | |-- a.out.h
| | |-- ac97_codec.h
| | |-- acct.h
| | |-- acpi.h
| | |-- acpi_serial.h
| | |-- adb.h
| | |-- adb_mouse.h
| | |-- adfs_fs.h
| | |-- adfs_fs_i.h
| | |-- adfs_fs_sb.h
| | |-- affs_fs.h
| | |-- affs_fs_i.h
| | |-- affs_fs_sb.h
| | |-- affs_hardblocks.h
| | |-- agp_backend.h
| | |-- agpgart.h
| | |-- aio.h
| | |-- aio_abi.h
| | |-- amifd.h
| | |-- amifdreg.h
| | |-- amigaffs.h
| | |-- apm_bios.h
| | |-- arcdevice.h
| | |-- atalk.h
| | |-- atapi.h
| | |-- atm.h
| | |-- atm_eni.h
| | |-- atm_he.h
| | |-- atm_idt77105.h
| | |-- atm_nicstar.h
| | |-- atm_suni.h
| | |-- atm_tcp.h
| | |-- atm_zatm.h
| | |-- atmapi.h
| | |-- atmarp.h
| | |-- atmbr2684.h
| | |-- atmclip.h
| | |-- atmdev.h
| | |-- atmioc.h
| | |-- atmlec.h
| | |-- atmmpc.h
| | |-- atmppp.h
| | |-- atmsap.h
| | |-- atmsvc.h
| | |-- auto_fs.h
| | |-- auto_fs4.h
| | |-- autoconf.h
| | |-- awe_voice.h
| | |-- ax25.h
| | |-- b1lli.h
| | |-- b1pcmcia.h
| | |-- backing-dev.h
| | |-- baycom.h
| | |-- bcd.h
| | |-- bfs_fs.h
| | |-- binfmts.h
| | |-- bio.h
| | |-- bitmap.h
| | |-- bitops.h
| | |-- blk.h
| | |-- blkdev.h
| | |-- blkpg.h
| | |-- blockgroup_lock.h
| | |-- bootmem.h
| | |-- bpqether.h
| | |-- brlvger.h
| | |-- buffer_head.h
| | |-- byteorder
| | | |-- big_endian.h
| | | |-- generic.h
| | | |-- little_endian.h
| | | |-- pdp_endian.h
| | | |-- swab.h
| | | |-- swab.h.o
| | | `-- swabb.h
| | |-- cache.h
| | |-- capability.h
| | |-- capi.h
| | |-- cciss_ioctl.h
| | |-- cd1400.h
| | |-- cdev.h
| | |-- cdk.h
| | |-- cdrom.h
| | |-- circ_buf.h
| | |-- cobalt-nvram.h
| | |-- coda.h
| | |-- coda_cache.h
| | |-- coda_fs_i.h
| | |-- coda_linux.h
| | |-- coda_proc.h
| | |-- coda_psdev.h
| | |-- coff.h
| | |-- com20020.h
| | |-- compat.h
| | |-- compat_ioctl.h
| | |-- compiler-gcc+.h
| | |-- compiler-gcc.h
| | |-- compiler-gcc2.h
| | |-- compiler-gcc3.h
| | |-- compiler-intel.h
| | |-- compiler.h
| | |-- completion.h
| | |-- comstats.h
| | |-- concap.h
| | |-- config.h
| | |-- console.h
| | |-- console_struct.h
| | |-- consolemap.h
| | |-- cpu.h
| | |-- cpufreq.h
| | |-- cpumask.h
| | |-- cramfs_fs.h
| | |-- cramfs_fs_sb.h
| | |-- crc32.h
| | |-- crypto.h
| | |-- ctype.h
| | |-- cuda.h
| | |-- cyclades.h
| | |-- cyclomx.h
| | |-- cycx_cfm.h
| | |-- cycx_drv.h
| | |-- cycx_x25.h
| | |-- dcache.h
| | |-- dcookies.h
| | |-- delay.h
| | |-- devfs_fs.h
| | |-- devfs_fs_kernel.h
| | |-- device-mapper.h
| | |-- device.h
| | |-- devpts_fs.h
| | |-- dio.h
| | |-- dirent.h
| | |-- divert.h
| | |-- dm-ioctl-v1.h
| | |-- dm-ioctl-v4.h
| | |-- dm-ioctl.h
| | |-- dma-mapping.h
| | |-- dn.h
| | |-- dnotify.h
| | |-- dp83840.h
| | |-- dqblk_v1.h
| | |-- dqblk_v2.h
| | |-- dqblk_xfs.h
| | |-- dtlk.h
| | |-- dvb
| | | |-- audio.h
| | | |-- ca.h
| | | |-- dmx.h
| | | |-- frontend.h
| | | |-- net.h
| | | |-- osd.h
| | | |-- version.h
| | | `-- video.h
| | |-- eeprom.h
| | |-- efi.h
| | |-- efs_dir.h
| | |-- efs_fs.h
| | |-- efs_fs_i.h
| | |-- efs_fs_sb.h
| | |-- efs_vh.h
| | |-- eisa.h
| | |-- elevator.h
| | |-- elf.h
| | |-- elfcore.h
| | |-- err.h
| | |-- errno.h
| | |-- errqueue.h
| | |-- etherdevice.h
| | |-- ethtool.h
| | |-- eventpoll.h
| | |-- ext2_fs.h
| | |-- ext2_fs_sb.h
| | |-- ext3_fs.h
| | |-- ext3_fs_i.h
| | |-- ext3_fs_sb.h
| | |-- ext3_jbd.h
| | |-- fadvise.h
| | |-- fb.h
| | |-- fcdevice.h
| | |-- fcntl.h
| | |-- fd.h
| | |-- fd1772.h
| | |-- fddidevice.h
| | |-- fdreg.h
| | |-- file.h
| | |-- filter.h
| | |-- firmware.h
| | |-- flat.h
| | |-- font.h
| | |-- fs.h
| | |-- fs_struct.h
| | |-- fsfilter.h
| | |-- ftape-header-segment.h
| | |-- ftape-vendors.h
| | |-- ftape.h
| | |-- futex.h
| | |-- gameport.h
| | |-- generic_serial.h
| | |-- genhd.h
| | |-- gfp.h
| | |-- hash.h
| | |-- hayesesp.h
| | |-- hdlc
| | | `-- ioctl.h
| | |-- hdlc.h
| | |-- hdlcdrv.h
| | |-- hdreg.h
| | |-- hdsmart.h
| | |-- hfs_fs.h
| | |-- hfs_fs_i.h
| | |-- hfs_fs_sb.h
| | |-- hfs_sysdep.h
| | |-- hiddev.h
| | |-- highmem.h
| | |-- highuid.h
| | |-- hippidevice.h
| | |-- hpfs_fs.h
| | |-- hpfs_fs_i.h
| | |-- hpfs_fs_sb.h
| | |-- hugetlb.h
| | |-- hysdn_if.h
| | |-- i2c-algo-bit.h
| | |-- i2c-algo-ite.h
| | |-- i2c-algo-pcf.h
| | |-- i2c-dev.h
| | |-- i2c-id.h
| | |-- i2c-sensor.h
| | |-- i2c-vid.h
| | |-- i2c.h
| | |-- i2o-dev.h
| | |-- i2o.h
| | |-- i8k.h
| | |-- ibmtr.h
| | |-- icmp.h
| | |-- icmpv6.h
| | |-- ide.h
| | |-- idr.h
| | |-- if.h
| | |-- if_arcnet.h
| | |-- if_arp.h
| | |-- if_bonding.h
| | |-- if_bridge.h
| | |-- if_cablemodem.h
| | |-- if_ec.h
| | |-- if_eql.h
| | |-- if_ether.h
| | |-- if_fc.h
| | |-- if_fddi.h
| | |-- if_frad.h
| | |-- if_hippi.h
| | |-- if_ltalk.h
| | |-- if_packet.h
| | |-- if_plip.h
| | |-- if_ppp.h
| | |-- if_pppox.h
| | |-- if_pppvar.h
| | |-- if_shaper.h
| | |-- if_slip.h
| | |-- if_strip.h
| | |-- if_tr.h
| | |-- if_tun.h
| | |-- if_tunnel.h
| | |-- if_vlan.h
| | |-- if_wanpipe.h
| | |-- if_wanpipe_common.h
| | |-- igmp.h
| | |-- in.h
| | |-- in6.h
| | |-- in_route.h
| | |-- in_systm.h
| | |-- inet.h
| | |-- inetdevice.h
| | |-- init.h
| | |-- init_task.h
| | |-- initrd.h
| | |-- input.h
| | |-- interrupt.h
| | |-- ioctl.h
| | |-- ioctl32.h
| | |-- ioport.h
| | |-- ip.h
| | |-- ip6_tunnel.h
| | |-- ipc.h
| | |-- ipmi.h
| | |-- ipmi_msgdefs.h
| | |-- ipmi_smi.h
| | |-- ipsec.h
| | |-- ipv6.h
| | |-- ipv6_route.h
| | |-- ipx.h
| | |-- irda.h
| | |-- irq.h
| | |-- irq_cpustat.h
| | |-- isapnp.h
| | |-- isdn
| | | |-- capicmd.h
| | | |-- capilli.h
| | | |-- capiutil.h
| | | |-- fsm.h
| | | `-- tpam.h
| | |-- isdn.h
| | |-- isdn_divertif.h
| | |-- isdn_lzscomp.h
| | |-- isdn_ppp.h
| | |-- isdnif.h
| | |-- isicom.h
| | |-- iso_fs.h
| | |-- iso_fs_i.h
| | |-- iso_fs_sb.h
| | |-- istallion.h
| | |-- ite_gpio.h
| | |-- ixjuser.h
| | |-- jbd.h
| | |-- jffs.h
| | |-- jffs2.h
| | |-- jffs2_fs_i.h
| | |-- jffs2_fs_sb.h
| | |-- jhash.h
| | |-- jiffies.h
| | |-- journal-head.h
| | |-- joystick.h
| | |-- kallsyms.h
| | |-- kbd_diacr.h
| | |-- kbd_kern.h
| | |-- kd.h
| | |-- kdev_t.h
| | |-- kernel.h
| | |-- kernel_stat.h
| | |-- kernelcapi.h
| | |-- keyboard.h
| | |-- kmalloc_sizes.h
| | |-- kmod.h
| | |-- kobj_map.h
| | |-- kobject.h
| | |-- lapb.h
| | |-- limits.h
| | |-- linkage.h
| | |-- linux_logo.h
| | |-- list.h
| | |-- llc.h
| | |-- lockd
| | | |-- bind.h
| | | |-- debug.h
| | | |-- lockd.h
| | | |-- nlm.h
| | | |-- share.h
| | | |-- sm_inter.h
| | | |-- xdr.h
| | | `-- xdr4.h
| | |-- loop.h
| | |-- lp.h
| | |-- major.h
| | |-- matroxfb.h
| | |-- mbcache.h
| | |-- mc146818rtc.h
| | |-- mc6821.h
| | |-- mca-legacy.h
| | |-- mca.h
| | |-- memblk.h
| | |-- mempool.h
| | |-- meye.h
| | |-- mii.h
| | |-- minix_fs.h
| | |-- miscdevice.h
| | |-- mm.h
| | |-- mm_inline.h
| | |-- mman.h
| | |-- mmzone.h
| | |-- mod_devicetable.h
| | |-- modsetver.h
| | |-- module.h
| | |-- moduleloader.h
| | |-- moduleparam.h
| | |-- mount.h
| | |-- mpage.h
| | |-- mpp.h
| | |-- mroute.h
| | |-- msdos_fs.h
| | |-- msdos_fs_i.h
| | |-- msdos_fs_sb.h
| | |-- msg.h
| | |-- mtd
| | | |-- blktrans.h
| | | |-- cfi.h
| | | |-- cfi_endian.h
| | | |-- compatmac.h
| | | |-- concat.h
| | | |-- doc2000.h
| | | |-- flashchip.h
| | | |-- ftl.h
| | | |-- gen_probe.h
| | | |-- iflash.h
| | | |-- inftl.h
| | | |-- jedec.h
| | | |-- map.h
| | | |-- mtd.h
| | | |-- nand.h
| | | |-- nand_ecc.h
| | | |-- nftl.h
| | | |-- partitions.h
| | | `-- pmc551.h
| | |-- mtio.h
| | |-- n_r3964.h
| | |-- namei.h
| | |-- namespace.h
| | |-- nbd.h
| | |-- ncp.h
| | |-- ncp_fs.h
| | |-- ncp_fs_i.h
| | |-- ncp_fs_sb.h
| | |-- ncp_mount.h
| | |-- ncp_no.h
| | |-- net.h
| | |-- netbeui.h
| | |-- netdevice.h
| | |-- netfilter.h
| | |-- netfilter_arp
| | | |-- arp_tables.h
| | | `-- arpt_mangle.h
| | |-- netfilter_arp.h
| | |-- netfilter_bridge
| | | |-- ebt_802_3.h
| | | |-- ebt_among.h
| | | |-- ebt_arp.h
| | | |-- ebt_arpreply.h
| | | |-- ebt_ip.h
| | | |-- ebt_limit.h
| | | |-- ebt_log.h
| | | |-- ebt_mark_m.h
| | | |-- ebt_mark_t.h
| | | |-- ebt_nat.h
| | | |-- ebt_pkttype.h
| | | |-- ebt_redirect.h
| | | |-- ebt_stp.h
| | | |-- ebt_vlan.h
| | | `-- ebtables.h
| | |-- netfilter_bridge.h
| | |-- netfilter_ddp.h
| | |-- netfilter_decnet.h
| | |-- netfilter_ipv4
| | | |-- compat_firewall.h
| | | |-- ip_conntrack.h
| | | |-- ip_conntrack_amanda.h
| | | |-- ip_conntrack_core.h
| | | |-- ip_conntrack_ftp.h
| | | |-- ip_conntrack_helper.h
| | | |-- ip_conntrack_icmp.h
| | | |-- ip_conntrack_irc.h
| | | |-- ip_conntrack_protocol.h
| | | |-- ip_conntrack_tcp.h
| | | |-- ip_conntrack_tftp.h
| | | |-- ip_conntrack_tuple.h
| | | |-- ip_nat.h
| | | |-- ip_nat_core.h
| | | |-- ip_nat_helper.h
| | | |-- ip_nat_protocol.h
| | | |-- ip_nat_rule.h
| | | |-- ip_queue.h
| | | |-- ip_tables.h
| | | |-- ipchains_core.h
| | | |-- ipfwadm_core.h
| | | |-- ipt_CLASSIFY.h
| | | |-- ipt_DSCP.h
| | | |-- ipt_ECN.h
| | | |-- ipt_LOG.h
| | | |-- ipt_MARK.h
| | | |-- ipt_REJECT.h
| | | |-- ipt_SAME.h
| | | |-- ipt_TCPMSS.h
| | | |-- ipt_TOS.h
| | | |-- ipt_ULOG.h
| | | |-- ipt_ah.h
| | | |-- ipt_conntrack.h
| | | |-- ipt_dscp.h
| | | |-- ipt_ecn.h
| | | |-- ipt_esp.h
| | | |-- ipt_helper.h
| | | |-- ipt_iprange.h
| | | |-- ipt_length.h
| | | |-- ipt_limit.h
| | | |-- ipt_mac.h
| | | |-- ipt_mark.h
| | | |-- ipt_multiport.h
| | | |-- ipt_owner.h
| | | |-- ipt_physdev.h
| | | |-- ipt_pkttype.h
| | | |-- ipt_recent.h
| | | |-- ipt_state.h
| | | |-- ipt_tcpmss.h
| | | |-- ipt_tos.h
| | | |-- ipt_ttl.h
| | | |-- listhelp.h
| | | `-- lockhelp.h
| | |-- netfilter_ipv4.h
| | |-- netfilter_ipv6
| | | |-- ip6_tables.h
| | | |-- ip6t_LOG.h
| | | |-- ip6t_MARK.h
| | | |-- ip6t_REJECT.h
| | | |-- ip6t_ah.h
| | | |-- ip6t_esp.h
| | | |-- ip6t_frag.h
| | | |-- ip6t_hl.h
| | | |-- ip6t_ipv6header.h
| | | |-- ip6t_length.h
| | | |-- ip6t_limit.h
| | | |-- ip6t_mac.h
| | | |-- ip6t_mark.h
| | | |-- ip6t_multiport.h
| | | |-- ip6t_opts.h
| | | |-- ip6t_owner.h
| | | `-- ip6t_rt.h
| | |-- netfilter_ipv6.h
| | |-- netfilter_ipx.h
| | |-- netfilter_x25.h
| | |-- netlink.h
| | |-- netrom.h
| | |-- nfs.h
| | |-- nfs2.h
| | |-- nfs3.h
| | |-- nfs4.h
| | |-- nfs4_mount.h
| | |-- nfs_fs.h
| | |-- nfs_fs_i.h
| | |-- nfs_fs_sb.h
| | |-- nfs_idmap.h
| | |-- nfs_mount.h
| | |-- nfs_page.h
| | |-- nfs_xdr.h
| | |-- nfsd
| | | |-- auth.h
| | | |-- cache.h
| | | |-- const.h
| | | |-- debug.h
| | | |-- export.h
| | | |-- interface.h
| | | |-- nfsd.h
| | | |-- nfsfh.h
| | | |-- state.h
| | | |-- stats.h
| | | |-- syscall.h
| | | |-- xdr.h
| | | |-- xdr3.h
| | | `-- xdr4.h
| | |-- nls.h
| | |-- nmi.h
| | |-- node.h
| | |-- notifier.h
| | |-- nubus.h
| | |-- numa.h
| | |-- nvram.h
| | |-- openprom_fs.h
| | |-- oprofile.h
| | |-- page-flags.h
| | |-- pagemap.h
| | |-- pagevec.h
| | |-- param.h
| | |-- parport.h
| | |-- parport_pc.h
| | |-- parser.h
| | |-- pci-dynids.h
| | |-- pci.h
| | |-- pci_ids.h
| | |-- percpu.h
| | |-- percpu_counter.h
| | |-- personality.h
| | |-- pfkeyv2.h
| | |-- pg.h
| | |-- phonedev.h
| | |-- pid.h
| | |-- pipe_fs_i.h
| | |-- pkt_cls.h
| | |-- pkt_sched.h
| | |-- platform.h
| | |-- pm.h
| | |-- pmu.h
| | |-- pnp.h
| | |-- pnpbios.h
| | |-- poll.h
| | |-- posix-timers.h
| | |-- posix_acl.h
| | |-- posix_acl_xattr.h
| | |-- posix_types.h
| | |-- ppdev.h
| | |-- ppp-comp.h
| | |-- ppp.h
| | |-- ppp_channel.h
| | |-- ppp_defs.h
| | |-- prctl.h
| | |-- preempt.h
| | |-- prefetch.h
| | |-- proc_fs.h
| | |-- profile.h
| | |-- ps2esdi.h
| | |-- ptrace.h
| | |-- qic117.h
| | |-- qnx4_fs.h
| | |-- qnxtypes.h
| | |-- quota.h
| | |-- quotaio_v1.h
| | |-- quotaio_v2.h
| | |-- quotaops.h
| | |-- radeonfb.h
| | |-- radix-tree.h
| | |-- raid
| | | |-- linear.h
| | | |-- md.h
| | | |-- md_k.h
| | | |-- md_p.h
| | | |-- md_u.h
| | | |-- multipath.h
| | | |-- raid0.h
| | | |-- raid1.h
| | | |-- raid5.h
| | | `-- xor.h
| | |-- random.h
| | |-- raw.h
| | |-- rbtree.h
| | |-- rcupdate.h
| | |-- reboot.h
| | |-- reiserfs_fs.h
| | |-- reiserfs_fs_i.h
| | |-- reiserfs_fs_sb.h
| | |-- resource.h
| | |-- rmap-locking.h
| | |-- romfs_fs.h
| | |-- root_dev.h
| | |-- rose.h
| | |-- route.h
| | |-- rtc.h
| | |-- rtnetlink.h
| | |-- rwsem-spinlock.h
| | |-- rwsem.h
| | |-- sc26198.h
| | |-- scc.h
| | |-- sched.h
| | |-- sctp.h
| | |-- scx200.h
| | |-- scx200_gpio.h
| | |-- sdla.h
| | |-- sdla_asy.h
| | |-- sdla_chdlc.h
| | |-- sdla_fr.h
| | |-- sdla_ppp.h
| | |-- sdla_x25.h
| | |-- sdladrv.h
| | |-- sdlapci.h
| | |-- sdlasfm.h
| | |-- securebits.h
| | |-- security.h
| | |-- selection.h
| | |-- sem.h
| | |-- seq_file.h
| | |-- seqlock.h
| | |-- serial.h
| | |-- serial167.h
| | |-- serialP.h
| | |-- serial_core.h
| | |-- serial_reg.h
| | |-- serio.h
| | |-- shm.h
| | |-- shmem_fs.h
| | |-- signal.h
| | |-- skbuff.h
| | |-- slab.h
| | |-- smb.h
| | |-- smb_fs.h
| | |-- smb_fs_i.h
| | |-- smb_fs_sb.h
| | |-- smb_mount.h
| | |-- smbno.h
| | |-- smp.h
| | |-- smp_lock.h
| | |-- socket.h
| | |-- sockios.h
| | |-- som.h
| | |-- sonet.h
| | |-- sonypi.h
| | |-- sound.h
| | |-- soundcard.h
| | |-- spinlock.h
| | |-- stallion.h
| | |-- stat.h
| | |-- statfs.h
| | |-- stddef.h
| | |-- string.h
| | |-- stringify.h
| | |-- sunrpc
| | | |-- auth.h
| | | |-- auth_gss.h
| | | |-- cache.h
| | | |-- clnt.h
| | | |-- debug.h
| | | |-- gss_api.h
| | | |-- gss_asn1.h
| | | |-- gss_err.h
| | | |-- gss_krb5.h
| | | |-- msg_prot.h
| | | |-- name_lookup.h
| | | |-- rpc_pipe_fs.h
| | | |-- sched.h
| | | |-- stats.h
| | | |-- svc.h
| | | |-- svcauth.h
| | | |-- svcsock.h
| | | |-- timer.h
| | | |-- types.h
| | | |-- xdr.h
| | | `-- xprt.h
| | |-- suspend.h
| | |-- swap.h
| | |-- swapops.h
| | |-- synclink.h
| | |-- sys.h
| | |-- sysctl.h
| | |-- sysdev.h
| | |-- sysfs.h
| | |-- sysrq.h
| | |-- sysv_fs.h
| | |-- tcp.h
| | |-- tcp_diag.h
| | |-- telephony.h
| | |-- termios.h
| | |-- thread_info.h
| | |-- threads.h
| | |-- ticable.h
| | |-- time.h
| | |-- timer.h
| | |-- times.h
| | |-- timex.h
| | |-- tiocl.h
| | |-- topology.h
| | |-- toshiba.h
| | |-- tpqic02.h
| | |-- trdevice.h
| | |-- tty.h
| | |-- tty_driver.h
| | |-- tty_flip.h
| | |-- tty_ldisc.h
| | |-- types.h
| | |-- udf_fs.h
| | |-- udf_fs_i.h
| | |-- udf_fs_sb.h
| | |-- udp.h
| | |-- ufs_fs.h
| | |-- ufs_fs_i.h
| | |-- ufs_fs_sb.h
| | |-- uinput.h
| | |-- uio.h
| | |-- ultrasound.h
| | |-- umem.h
| | |-- umsdos_fs.h
| | |-- umsdos_fs.p
| | |-- umsdos_fs_i.h
| | |-- un.h
| | |-- unistd.h
| | |-- upd4990a.h
| | |-- usb.h
| | |-- usb_ch9.h
| | |-- usb_gadget.h
| | |-- usb_gadgetfs.h
| | |-- usbdevice_fs.h
| | |-- user.h
| | |-- utime.h
| | |-- uts.h
| | |-- utsname.h
| | |-- vermagic.h
| | |-- version.h
| | |-- vfs.h
| | |-- video_decoder.h
| | |-- video_encoder.h
| | |-- videodev.h
| | |-- videodev2.h
| | |-- videotext.h
| | |-- vmalloc.h
| | |-- vt.h
| | |-- vt_buffer.h
| | |-- vt_kern.h
| | |-- wait.h
| | |-- wanpipe.h
| | |-- wanrouter.h
| | |-- watchdog.h
| | |-- wavefront.h
| | |-- wireless.h
| | |-- workqueue.h
| | |-- writeback.h
| | |-- x25.h
| | |-- xattr.h
| | |-- xattr_acl.h
| | |-- xfrm.h
| | |-- yam.h
| | |-- zconf.h
| | |-- zftape.h
| | |-- zlib.h
| | |-- zorro.h
| | |-- zorro_ids.h
| | `-- zutil.h
| |-- locale.h
| |-- malloc.h
| |-- math.h
| |-- mcheck.h
| |-- memory.h
| |-- mntent.h
| |-- monetary.h
| |-- net
| | |-- ethernet.h
| | |-- if.h
| | |-- if_arp.h
| | |-- if_packet.h
| | |-- if_ppp.h
| | |-- if_shaper.h
| | |-- if_slip.h
| | |-- ppp-comp.h
| | |-- ppp_defs.h
| | `-- route.h
| |-- netash
| | `-- ash.h
| |-- netatalk
| | `-- at.h
| |-- netax25
| | `-- ax25.h
| |-- netdb.h
| |-- neteconet
| | `-- ec.h
| |-- netinet
| | |-- ether.h
| | |-- icmp6.h
| | |-- if_ether.h
| | |-- if_fddi.h
| | |-- if_tr.h
| | |-- igmp.h
| | |-- in.h
| | |-- in_systm.h
| | |-- ip.h
| | |-- ip6.h
| | |-- ip_icmp.h
| | |-- tcp.h
| | `-- udp.h
| |-- netipx
| | `-- ipx.h
| |-- netpacket
| | `-- packet.h
| |-- netrom
| | `-- netrom.h
| |-- netrose
| | `-- rose.h
| |-- nfs
| | `-- nfs.h
| |-- nl_types.h
| |-- nss.h
| |-- obstack.h
| |-- paths.h
| |-- poll.h
| |-- printf.h
| |-- protocols
| | |-- routed.h
| | |-- rwhod.h
| | |-- talkd.h
| | `-- timed.h
| |-- pthread.h
| |-- pty.h
| |-- pwd.h
| |-- re_comp.h
| |-- regex.h
| |-- regexp.h
| |-- resolv.h
| |-- rpc
| | |-- auth.h
| | |-- auth_des.h
| | |-- auth_unix.h
| | |-- clnt.h
| | |-- des_crypt.h
| | |-- key_prot.h
| | |-- netdb.h
| | |-- pmap_clnt.h
| | |-- pmap_prot.h
| | |-- pmap_rmt.h
| | |-- rpc.h
| | |-- rpc_des.h
| | |-- rpc_msg.h
| | |-- svc.h
| | |-- svc_auth.h
| | |-- types.h
| | `-- xdr.h
| |-- rpcsvc
| | |-- bootparam.h
| | |-- bootparam_prot.h
| | |-- bootparam_prot.x
| | |-- key_prot.h
| | |-- key_prot.x
| | |-- klm_prot.h
| | |-- klm_prot.x
| | |-- mount.h
| | |-- mount.x
| | |-- nfs_prot.h
| | |-- nfs_prot.x
| | |-- nis.h
| | |-- nis.x
| | |-- nis_callback.h
| | |-- nis_callback.x
| | |-- nis_object.x
| | |-- nis_tags.h
| | |-- nislib.h
| | |-- nlm_prot.h
| | |-- nlm_prot.x
| | |-- rex.h
| | |-- rex.x
| | |-- rquota.h
| | |-- rquota.x
| | |-- rstat.h
| | |-- rstat.x
| | |-- rusers.h
| | |-- rusers.x
| | |-- sm_inter.h
| | |-- sm_inter.x
| | |-- spray.h
| | |-- spray.x
| | |-- yp.h
| | |-- yp.x
| | |-- yp_prot.h
| | |-- ypclnt.h
| | |-- yppasswd.h
| | |-- yppasswd.x
| | `-- ypupd.h
| |-- sched.h
| |-- scsi
| | |-- scsi.h
| | |-- scsi_ioctl.h
| | `-- sg.h
| |-- search.h
| |-- semaphore.h
| |-- setjmp.h
| |-- sgtty.h
| |-- shadow.h
| |-- signal.h
| |-- spawn.h
| |-- stab.h
| |-- stdint.h
| |-- stdio.h
| |-- stdio_ext.h
| |-- stdlib.h
| |-- string.h
| |-- strings.h
| |-- stropts.h
| |-- sys
| | |-- acct.h
| | |-- bitypes.h
| | |-- cdefs.h
| | |-- dir.h
| | |-- epoll.h
| | |-- errno.h
| | |-- fcntl.h
| | |-- file.h
| | |-- fsuid.h
| | |-- gmon.h
| | |-- gmon_out.h
| | |-- ioctl.h
| | |-- ipc.h
| | |-- kd.h
| | |-- kdaemon.h
| | |-- klog.h
| | |-- mman.h
| | |-- mount.h
| | |-- msg.h
| | |-- mtio.h
| | |-- param.h
| | |-- pci.h
| | |-- personality.h
| | |-- poll.h
| | |-- prctl.h
| | |-- procfs.h
| | |-- profil.h
| | |-- ptrace.h
| | |-- queue.h
| | |-- quota.h
| | |-- raw.h
| | |-- reboot.h
| | |-- reg.h
| | |-- resource.h
| | |-- select.h
| | |-- sem.h
| | |-- sendfile.h
| | |-- shm.h
| | |-- signal.h
| | |-- socket.h
| | |-- socketvar.h
| | |-- soundcard.h
| | |-- stat.h
| | |-- statfs.h
| | |-- statvfs.h
| | |-- stropts.h
| | |-- swap.h
| | |-- syscall.h
| | |-- sysctl.h
| | |-- sysinfo.h
| | |-- syslog.h
| | |-- sysmacros.h
| | |-- termios.h
| | |-- time.h
| | |-- timeb.h
| | |-- times.h
| | |-- timex.h
| | |-- ttychars.h
| | |-- ttydefaults.h
| | |-- types.h
| | |-- ucontext.h
| | |-- uio.h
| | |-- ultrasound.h
| | |-- un.h
| | |-- unistd.h
| | |-- user.h
| | |-- ustat.h
| | |-- utsname.h
| | |-- vfs.h
| | |-- vlimit.h
| | |-- vt.h
| | |-- vtimes.h
| | |-- wait.h
| | `-- xattr.h
| |-- syscall.h
| |-- sysexits.h
| |-- syslog.h
| |-- tar.h
| |-- termio.h
| |-- termios.h
| |-- tgmath.h
| |-- thread_db.h
| |-- time.h
| |-- ttyent.h
| |-- ucontext.h
| |-- ulimit.h
| |-- unistd.h
| |-- ustat.h
| |-- utime.h
| |-- utmp.h
| |-- utmpx.h
| |-- values.h
| |-- wait.h
| |-- wchar.h
| |-- wctype.h
| |-- wordexp.h
| `-- xlocale.h

|-- lib
|   |-- gcc-lib
|   |   `-- m68k-coff
|   |       `-- 3.3.3
|   |           |-- cc1
|   |           |-- collect2
|   |           |-- include
|   |           |   |-- README
|   |           |   |-- fixed
|   |           |   |-- float.h
|   |           |   |-- iso646.h
|   |           |   |-- limits.h
|   |           |   |-- math-68881.h
|   |           |   |-- stdarg.h
|   |           |   |-- stdbool.h
|   |           |   |-- stddef.h
|   |           |   |-- syslimits.h
|   |           |   |-- unwind.h
|   |           |   `-- varargs.h
|   |           |-- install-tools
|   |           |   |-- fix-header
|   |           |   |-- fixinc.sh
|   |           |   |-- fixincl
|   |           |   |-- fixproto
|   |           |   |-- gsyslimits.h
|   |           |   |-- include
|   |           |   |   |-- README
|   |           |   |   |-- float.h
|   |           |   |   |-- iso646.h
|   |           |   |   |-- limits.h
|   |           |   |   |-- math-68881.h
|   |           |   |   |-- stdarg.h
|   |           |   |   |-- stdbool.h
|   |           |   |   |-- stddef.h
|   |           |   |   |-- unwind.h
|   |           |   |   `-- varargs.h
|   |           |   |-- mkheaders
|   |           |   |-- mkheaders.conf
|   |           |   `-- mkinstalldirs
|   |           |-- libgcc.a
|   |           |-- libgcc_eh.a -> libgcc.a
|   |           |-- m5200
|   |           |   `-- libgcc.a
|   |           |-- m68000
|   |           |   `-- libgcc.a
|   |           |-- m68040
|   |           |   |-- libgcc.a
|   |           |   `-- msoft-float
|   |           |       `-- libgcc.a
|   |           |-- m68060
|   |           |   |-- libgcc.a
|   |           |   `-- msoft-float
|   |           |       `-- libgcc.a
|   |           |-- mcpu32
|   |           |   `-- libgcc.a
|   |           |-- msoft-float
|   |           |   `-- libgcc.a
|   |           `-- specs
|   |-- ldscripts
|   |   |-- m68kcoff.x
|   |   |-- m68kcoff.xbn
|   |   |-- m68kcoff.xn
|   |   |-- m68kcoff.xr
|   |   `-- m68kcoff.xu
|   `-- libiberty.a

`-- m68k-coff
    |-- bin
    |   |-- ar
    |   |-- as
    |   |-- ld
    |   |-- nm
    |   |-- objdump
    |   |-- ranlib
    |   `-- strip
    |-- include -> ../include
    `-- lib -> ../lib


57 directories, 1412 files