From 52df98393467108c92ee45d9e734af55e964e6ab Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 Jun 2017 15:22:23 +0200 Subject: remove editor hints for vi --- ldso/include/dl-defs.h | 1 - ldso/include/dl-elf.h | 1 - ldso/include/dl-hash.h | 1 - ldso/include/dl-string.h | 1 - ldso/include/dl-syscall.h | 1 - ldso/include/dlfcn.h | 1 - ldso/include/ldso.h | 1 - ldso/include/unsecvars.h | 1 - ldso/ldso/arm/dl-startup.h | 1 - ldso/ldso/arm/dl-sysdep.h | 1 - ldso/ldso/dl-array.c | 1 - ldso/ldso/dl-elf.c | 1 - ldso/ldso/dl-hash.c | 1 - ldso/ldso/dl-startup.c | 1 - ldso/ldso/dl-tls.c | 1 - ldso/ldso/i386/dl-startup.h | 1 - ldso/ldso/i386/dl-sysdep.h | 1 - ldso/ldso/ldso.c | 1 - ldso/ldso/m68k/dl-startup.h | 1 - ldso/ldso/m68k/dl-sysdep.h | 1 - ldso/ldso/mips/dl-sysdep.h | 2 -- ldso/ldso/sparc/dl-sysdep.h | 1 - ldso/ldso/x86_64/dl-startup.h | 1 - ldso/ldso/x86_64/dl-sysdep.h | 1 - ldso/ldso/xtensa/dl-startup.h | 1 - ldso/libdl/libdl.c | 1 - 26 files changed, 27 deletions(-) (limited to 'ldso') diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index bedfa977e..f27112a11 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2006 by Erik Andersen * diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h index 80625fd5b..a827b8d6d 100644 --- a/ldso/include/dl-elf.h +++ b/ldso/include/dl-elf.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index bdb999aff..cb46bec62 100644 --- a/ldso/include/dl-hash.h +++ b/ldso/include/dl-hash.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2006 by Erik Andersen * diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h index 14ae617c3..fc1d1fccd 100644 --- a/ldso/include/dl-string.h +++ b/ldso/include/dl-string.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h index 3baddd323..5ba8c8780 100644 --- a/ldso/include/dl-syscall.h +++ b/ldso/include/dl-syscall.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h index 5cdd6be53..0d8b59280 100644 --- a/ldso/include/dlfcn.h +++ b/ldso/include/dlfcn.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index e237885b9..884c116b9 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h index f1ef381ee..85df7325f 100644 --- a/ldso/include/unsecvars.h +++ b/ldso/include/unsecvars.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2005 by Erik Andersen * diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h index eb2a9a22a..371dc2293 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c * Copyright (C) 2000-2006 Erik Andersen diff --git a/ldso/ldso/arm/dl-sysdep.h b/ldso/ldso/arm/dl-sysdep.h index dc89710c6..a47a55213 100644 --- a/ldso/ldso/arm/dl-sysdep.h +++ b/ldso/ldso/arm/dl-sysdep.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Various assembly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. diff --git a/ldso/ldso/dl-array.c b/ldso/ldso/dl-array.c index dabb466f7..6dc5fec2b 100644 --- a/ldso/ldso/dl-array.c +++ b/ldso/ldso/dl-array.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * This file contains the helper routines to run init and fini functions. * diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c index 4b3d86e78..016d468de 100644 --- a/ldso/ldso/dl-elf.c +++ b/ldso/ldso/dl-elf.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * This file contains the helper routines to load an ELF shared * library into memory and add the symbol table info to the chain. diff --git a/ldso/ldso/dl-hash.c b/ldso/ldso/dl-hash.c index 740626e27..18b3045dd 100644 --- a/ldso/ldso/dl-hash.c +++ b/ldso/ldso/dl-hash.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index 218b20f53..1b559a855 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols diff --git a/ldso/ldso/dl-tls.c b/ldso/ldso/dl-tls.c index ced20fa2b..2d212426f 100644 --- a/ldso/ldso/dl-tls.c +++ b/ldso/ldso/dl-tls.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Thread-local storage handling in the ELF dynamic linker. * diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h index 125132c87..dd1f0785a 100644 --- a/ldso/ldso/i386/dl-startup.h +++ b/ldso/ldso/i386/dl-startup.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c * Copyright (C) 2000-2004 by Erik Andersen diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h index 8efa1a832..b95328df4 100644 --- a/ldso/ldso/i386/dl-sysdep.h +++ b/ldso/ldso/i386/dl-sysdep.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Various assembly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index c18d96bdb..0257d1f33 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h index 52a950c87..dfece443f 100644 --- a/ldso/ldso/m68k/dl-startup.h +++ b/ldso/ldso/m68k/dl-startup.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c * Copyright (C) 2005 by Erik Andersen diff --git a/ldso/ldso/m68k/dl-sysdep.h b/ldso/ldso/m68k/dl-sysdep.h index b5eda4e9c..8ac892655 100644 --- a/ldso/ldso/m68k/dl-sysdep.h +++ b/ldso/ldso/m68k/dl-sysdep.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Various assembly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. diff --git a/ldso/ldso/mips/dl-sysdep.h b/ldso/ldso/mips/dl-sysdep.h index 0122199e4..9dcc69b3a 100644 --- a/ldso/ldso/mips/dl-sysdep.h +++ b/ldso/ldso/mips/dl-sysdep.h @@ -1,5 +1,3 @@ -/* vi: set sw=8 ts=8: */ - /* * Various assembly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. diff --git a/ldso/ldso/sparc/dl-sysdep.h b/ldso/ldso/sparc/dl-sysdep.h index d35a39147..1601918e2 100644 --- a/ldso/ldso/sparc/dl-sysdep.h +++ b/ldso/ldso/sparc/dl-sysdep.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Various assembly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. diff --git a/ldso/ldso/x86_64/dl-startup.h b/ldso/ldso/x86_64/dl-startup.h index 2f5e6ece7..29aa7171b 100644 --- a/ldso/ldso/x86_64/dl-startup.h +++ b/ldso/ldso/x86_64/dl-startup.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c * Copyright (C) 2000-2005 by Erik Andersen diff --git a/ldso/ldso/x86_64/dl-sysdep.h b/ldso/ldso/x86_64/dl-sysdep.h index 3706c0d00..ccf9a8851 100644 --- a/ldso/ldso/x86_64/dl-sysdep.h +++ b/ldso/ldso/x86_64/dl-sysdep.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* yoinked from glibc/sysdeps/x86_64/dl-machine.h */ /* Machine-dependent ELF dynamic relocation inline functions. x86-64 version. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. diff --git a/ldso/ldso/xtensa/dl-startup.h b/ldso/ldso/xtensa/dl-startup.h index aece0cd96..db223fead 100644 --- a/ldso/ldso/xtensa/dl-startup.h +++ b/ldso/ldso/xtensa/dl-startup.h @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Xtensa ELF code used by dl-startup.c. * diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 04d7c432c..f5b6e6092 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols -- cgit v1.2.3