linux_sysvec.c (410d857972044bf841c93ab098cad5faf98bd33b) linux_sysvec.c (900b28f9f6badd942a4b9e440fc0645480563704)
1/*-
2 * Copyright (c) 1994-1996 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 854 unchanged lines hidden (view full) ---

863static Elf32_Brandinfo linux_brand = {
864 ELFOSABI_LINUX,
865 EM_386,
866 "Linux",
867 "/compat/linux",
868 "/lib/ld-linux.so.1",
869 &elf_linux_sysvec,
870 NULL,
1/*-
2 * Copyright (c) 1994-1996 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 854 unchanged lines hidden (view full) ---

863static Elf32_Brandinfo linux_brand = {
864 ELFOSABI_LINUX,
865 EM_386,
866 "Linux",
867 "/compat/linux",
868 "/lib/ld-linux.so.1",
869 &elf_linux_sysvec,
870 NULL,
871 BI_CAN_EXEC_DYN,
871 };
872
873static Elf32_Brandinfo linux_glibc2brand = {
874 ELFOSABI_LINUX,
875 EM_386,
876 "Linux",
877 "/compat/linux",
878 "/lib/ld-linux.so.2",
879 &elf_linux_sysvec,
880 NULL,
872 };
873
874static Elf32_Brandinfo linux_glibc2brand = {
875 ELFOSABI_LINUX,
876 EM_386,
877 "Linux",
878 "/compat/linux",
879 "/lib/ld-linux.so.2",
880 &elf_linux_sysvec,
881 NULL,
882 BI_CAN_EXEC_DYN,
881 };
882
883Elf32_Brandinfo *linux_brandlist[] = {
884 &linux_brand,
885 &linux_glibc2brand,
886 NULL
887 };
888

--- 55 unchanged lines hidden ---
883 };
884
885Elf32_Brandinfo *linux_brandlist[] = {
886 &linux_brand,
887 &linux_glibc2brand,
888 NULL
889 };
890

--- 55 unchanged lines hidden ---