diff --git a/src/stub/src/amd64-linux.elf-entry.S b/src/stub/src/amd64-linux.elf-entry.S index e2365df1..24abfa22 100644 --- a/src/stub/src/amd64-linux.elf-entry.S +++ b/src/stub/src/amd64-linux.elf-entry.S @@ -1,4 +1,4 @@ -/* l_lx_elf64amd.asm -- Linux program entry point & decompressor (Elf binary) +/* amd64-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary) * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/amd64-linux.elf-fold.S b/src/stub/src/amd64-linux.elf-fold.S index 34ca0e78..2d195f1b 100644 --- a/src/stub/src/amd64-linux.elf-fold.S +++ b/src/stub/src/amd64-linux.elf-fold.S @@ -1,4 +1,4 @@ -/* fold_elf64amd.S -- linkage to C code to process Elf binary +/* amd64-linux.elf-fold.S -- linkage to C code to process Elf binary * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/amd64-linux.elf-fold.lds b/src/stub/src/amd64-linux.elf-fold.lds index 08991c52..be287bef 100644 --- a/src/stub/src/amd64-linux.elf-fold.lds +++ b/src/stub/src/amd64-linux.elf-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_elf64amd.lds -- static linker script to build l_lx_elf64amd.bin +/* amd64-linux.elf-fold.lds -- static linker script to build amd64-linux.elf-fold.bin This file is part of the UPX executable compressor. diff --git a/src/stub/src/amd64-linux.elf-main.c b/src/stub/src/amd64-linux.elf-main.c index 16b5c6a4..649e3387 100644 --- a/src/stub/src/amd64-linux.elf-main.c +++ b/src/stub/src/amd64-linux.elf-main.c @@ -1,4 +1,4 @@ -/* a_lx_elf64.c -- stub loader for Linux 64-bit ELF executable +/* amd64-linux.elf-main.c -- stub loader for Linux 64-bit ELF executable This file is part of the UPX executable compressor. diff --git a/src/stub/src/arm-linux.elf-entry.S b/src/stub/src/arm-linux.elf-entry.S index b29f9ad9..127cb4a8 100644 --- a/src/stub/src/arm-linux.elf-entry.S +++ b/src/stub/src/arm-linux.elf-entry.S @@ -1,4 +1,4 @@ -/* l_lx_elf32arm.S -- Linux program entry point & decompressor (Elf binary) +/* arm-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary) * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/arm-linux.elf-fold.S b/src/stub/src/arm-linux.elf-fold.S index e2763d5e..fc0343b0 100644 --- a/src/stub/src/arm-linux.elf-fold.S +++ b/src/stub/src/arm-linux.elf-fold.S @@ -1,4 +1,4 @@ -@ fold_elfarm.asm -- linkage to C code to process Elf binary +@ arm-linux.elf-fold.S -- linkage to C code to process Elf binary @ @ This file is part of the UPX executable compressor. @ diff --git a/src/stub/src/arm-linux.elf-fold.lds b/src/stub/src/arm-linux.elf-fold.lds index 8d8d4173..e28d569b 100644 --- a/src/stub/src/arm-linux.elf-fold.lds +++ b/src/stub/src/arm-linux.elf-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_elf32arm.lds -- +/* arm-linux.elf-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/arm.v4a-wince.pe.S b/src/stub/src/arm.v4a-wince.pe.S index 06040667..da9ed76f 100644 --- a/src/stub/src/arm.v4a-wince.pe.S +++ b/src/stub/src/arm.v4a-wince.pe.S @@ -1,4 +1,4 @@ -/* l_armpea.S -- ARM/PE decompressor assembly startup (arm mode) +/* arm.v4a-wince.pe.S -- ARM/PE decompressor assembly startup (arm mode) This file is part of the UPX executable compressor. diff --git a/src/stub/src/arm.v4t-wince.pe.S b/src/stub/src/arm.v4t-wince.pe.S index 9d9fb154..26d5c6b0 100644 --- a/src/stub/src/arm.v4t-wince.pe.S +++ b/src/stub/src/arm.v4t-wince.pe.S @@ -1,4 +1,4 @@ -/* l_armpet.S -- ARM/PE decompressor assembly startup (thumb mode) +/* arm.v4t-wince.pe.S -- ARM/PE decompressor assembly startup (thumb mode) This file is part of the UPX executable compressor. diff --git a/src/stub/src/i086-dos16.com.S b/src/stub/src/i086-dos16.com.S index 10fb0806..01483ed3 100644 --- a/src/stub/src/i086-dos16.com.S +++ b/src/stub/src/i086-dos16.com.S @@ -1,5 +1,5 @@ /* -; l_com.asm -- loader & decompressor for the dos/com format +; i086-dos16.com.S -- loader & decompressor for the dos/com format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i086-dos16.exe.S b/src/stub/src/i086-dos16.exe.S index 61b8c04e..d6459f1c 100644 --- a/src/stub/src/i086-dos16.exe.S +++ b/src/stub/src/i086-dos16.exe.S @@ -1,5 +1,5 @@ /* -; l_exe.asm -- loader & decompressor for the dos/exe format +; i086-dos16.exe.S -- loader & decompressor for the dos/exe format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i086-dos16.sys.S b/src/stub/src/i086-dos16.sys.S index ee52f5e3..6b596c7b 100644 --- a/src/stub/src/i086-dos16.sys.S +++ b/src/stub/src/i086-dos16.sys.S @@ -1,5 +1,5 @@ /* -; l_sys.asm -- loader & decompressor for the dos/sys format +; i086-dos16.sys.S -- loader & decompressor for the dos/sys format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-bsd.elf-entry.S b/src/stub/src/i386-bsd.elf-entry.S index 7d7840eb..5998365e 100644 --- a/src/stub/src/i386-bsd.elf-entry.S +++ b/src/stub/src/i386-bsd.elf-entry.S @@ -1,5 +1,5 @@ /* -; i386-BSD.elf-entry.asm -- BSD program entry point & decompressor (Elf binary) +; i386-bsd.elf-entry.S -- BSD program entry point & decompressor (Elf binary) ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-bsd.elf-fold.lds b/src/stub/src/i386-bsd.elf-fold.lds index 92b44772..df1c88bb 100644 --- a/src/stub/src/i386-bsd.elf-fold.lds +++ b/src/stub/src/i386-bsd.elf-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_elf86.lds -- +/* i386-bsd.elf-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-bsd.elf-main.c b/src/stub/src/i386-bsd.elf-main.c index 65edc82d..c768862e 100644 --- a/src/stub/src/i386-bsd.elf-main.c +++ b/src/stub/src/i386-bsd.elf-main.c @@ -1,4 +1,4 @@ -/* l_lx_elf.c -- stub loader for Linux x86 ELF executable +/* i386-bsd.elf-main.c -- stub loader for Linux x86 ELF executable This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-dos32.djgpp2.S b/src/stub/src/i386-dos32.djgpp2.S index 80376860..41bcd1de 100644 --- a/src/stub/src/i386-dos32.djgpp2.S +++ b/src/stub/src/i386-dos32.djgpp2.S @@ -1,5 +1,5 @@ /* -; l_djgpp2.asm -- loader & decompressor for the djgpp2/coff format +; i386-dos32.djgpp2.S -- loader & decompressor for the djgpp2/coff format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-dos32.tmt.S b/src/stub/src/i386-dos32.tmt.S index 0fcf47ca..f2bed20a 100644 --- a/src/stub/src/i386-dos32.tmt.S +++ b/src/stub/src/i386-dos32.tmt.S @@ -1,5 +1,5 @@ /* -; l_tmt.asm -- loader & decompressor for the tmt/adam format +; i386-dos32.tmt.S -- loader & decompressor for the tmt/adam format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-dos32.watcom.le.S b/src/stub/src/i386-dos32.watcom.le.S index c81e4321..fc3ab648 100644 --- a/src/stub/src/i386-dos32.watcom.le.S +++ b/src/stub/src/i386-dos32.watcom.le.S @@ -1,5 +1,5 @@ /* -; l_wcle.asm -- loader & decompressor for the watcom/le format +; i386-dos32.watcom.le.S -- loader & decompressor for the watcom/le format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf-entry.S b/src/stub/src/i386-linux.elf-entry.S index 914910eb..a858d323 100644 --- a/src/stub/src/i386-linux.elf-entry.S +++ b/src/stub/src/i386-linux.elf-entry.S @@ -1,5 +1,5 @@ /* -; l_lx_elf86.asm -- Linux program entry point & decompressor (Elf binary) +; i386-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary) ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf-fold.S b/src/stub/src/i386-linux.elf-fold.S index 0a177efd..2c9be0f8 100644 --- a/src/stub/src/i386-linux.elf-fold.S +++ b/src/stub/src/i386-linux.elf-fold.S @@ -1,5 +1,5 @@ /* -; fold_elf86.asm -- linkage to C code to process Elf binary +; i386-linux.elf-fold.S -- linkage to C code to process Elf binary ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf-fold.lds b/src/stub/src/i386-linux.elf-fold.lds index ecf2cd11..e0f50395 100644 --- a/src/stub/src/i386-linux.elf-fold.lds +++ b/src/stub/src/i386-linux.elf-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_elf86.lds -- +/* i386-linux.elf-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf-main.c b/src/stub/src/i386-linux.elf-main.c index 88936394..6005e973 100644 --- a/src/stub/src/i386-linux.elf-main.c +++ b/src/stub/src/i386-linux.elf-main.c @@ -1,4 +1,4 @@ -/* l_lx_elf.c -- stub loader for Linux x86 ELF executable +/* i386-linux.elf-main.c -- stub loader for Linux x86 ELF executable This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.execve-entry.S b/src/stub/src/i386-linux.elf.execve-entry.S index bb7b17fa..2adb38b7 100644 --- a/src/stub/src/i386-linux.elf.execve-entry.S +++ b/src/stub/src/i386-linux.elf.execve-entry.S @@ -1,5 +1,5 @@ /* -; l_lx_exec86.asm -- Linux program entry point & decompressor (kernel exec) +; i386-linux.elf.execve-entry.S -- Linux program entry point & decompressor (kernel exec) ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.execve-fold.S b/src/stub/src/i386-linux.elf.execve-fold.S index 0bb9dd04..7886d3e7 100644 --- a/src/stub/src/i386-linux.elf.execve-fold.S +++ b/src/stub/src/i386-linux.elf.execve-fold.S @@ -1,5 +1,5 @@ /* -; fold_exec86.asm -- linkage to C code to process Elf binary +; i386-linux.elf.execve-fold.S -- linkage to C code to process Elf binary ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.execve-fold.lds b/src/stub/src/i386-linux.elf.execve-fold.lds index 29d890ba..9c8f44ba 100644 --- a/src/stub/src/i386-linux.elf.execve-fold.lds +++ b/src/stub/src/i386-linux.elf.execve-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_exec86.lds -- +/* i386-linux.elf.execve-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.execve-main.c b/src/stub/src/i386-linux.elf.execve-main.c index 7fda6363..22177dcc 100644 --- a/src/stub/src/i386-linux.elf.execve-main.c +++ b/src/stub/src/i386-linux.elf.execve-main.c @@ -1,4 +1,4 @@ -/* l_lx_exec.c -- generic stub loader for Linux using execve() +/* i386-linux.elf.execve-main.c -- generic stub loader for Linux using execve() This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.interp-entry.S b/src/stub/src/i386-linux.elf.interp-entry.S index 9eace3fd..e0cdfa7c 100644 --- a/src/stub/src/i386-linux.elf.interp-entry.S +++ b/src/stub/src/i386-linux.elf.interp-entry.S @@ -1,5 +1,5 @@ /* -; l_lx_pti86.asm -- Linux separate ELF PT_INTERP +; i386-linux.elf.interp-entry.S -- Linux separate ELF PT_INTERP ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.interp-fold.S b/src/stub/src/i386-linux.elf.interp-fold.S index f3de1261..feec3b3c 100644 --- a/src/stub/src/i386-linux.elf.interp-fold.S +++ b/src/stub/src/i386-linux.elf.interp-fold.S @@ -1,5 +1,5 @@ /* -; fold_pti86.asm -- linkage to C code to act as ELF PT_INTERP +; i386-linux.elf.interp-fold.S -- linkage to C code to act as ELF PT_INTERP ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.interp-fold.lds b/src/stub/src/i386-linux.elf.interp-fold.lds index 70967dd6..193f86b1 100644 --- a/src/stub/src/i386-linux.elf.interp-fold.lds +++ b/src/stub/src/i386-linux.elf.interp-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_pti86.lds -- +/* i386-linux.elf.interp-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.interp-main.c b/src/stub/src/i386-linux.elf.interp-main.c index e46df8ac..1c284f97 100644 --- a/src/stub/src/i386-linux.elf.interp-main.c +++ b/src/stub/src/i386-linux.elf.interp-main.c @@ -1,4 +1,4 @@ -/* l_lx_pti.c -- stub loader for Linux x86 separate PT_INTERP +/* i386-linux.elf.interp-main.c -- stub loader for Linux x86 separate PT_INTERP This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.shell-entry.S b/src/stub/src/i386-linux.elf.shell-entry.S index f1039ad7..935e4a84 100644 --- a/src/stub/src/i386-linux.elf.shell-entry.S +++ b/src/stub/src/i386-linux.elf.shell-entry.S @@ -1,5 +1,5 @@ /* -; l_lx_sh86.asm -- Linux program entry point & decompressor (shell script) +; i386-linux.elf.shell-entry.S -- Linux program entry point & decompressor (shell script) ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.shell-fold.S b/src/stub/src/i386-linux.elf.shell-fold.S index 1bc508c8..075113ea 100644 --- a/src/stub/src/i386-linux.elf.shell-fold.S +++ b/src/stub/src/i386-linux.elf.shell-fold.S @@ -1,5 +1,5 @@ /* -; fold_sh86.asm -- Linux program entry point & decompressor (shell script) +; i386-linux.elf.shell-fold.S -- Linux program entry point & decompressor (shell script) ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.elf.shell-fold.lds b/src/stub/src/i386-linux.elf.shell-fold.lds index a1b4e1d8..32b1c998 100644 --- a/src/stub/src/i386-linux.elf.shell-fold.lds +++ b/src/stub/src/i386-linux.elf.shell-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_sh86.lds -- +/* i386-linux.elf.shell-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.elf.shell-main.c b/src/stub/src/i386-linux.elf.shell-main.c index 475b3795..304961a6 100644 --- a/src/stub/src/i386-linux.elf.shell-main.c +++ b/src/stub/src/i386-linux.elf.shell-main.c @@ -1,4 +1,4 @@ -/* l_lx_sh.c -- stub loader for Linux x86 shell script executable +/* i386-linux.elf.shell-main.c -- stub loader for Linux x86 shell script executable This file is part of the UPX executable compressor. diff --git a/src/stub/src/i386-linux.kernel.vmlinux.S b/src/stub/src/i386-linux.kernel.vmlinux.S index 55bbe8f0..48528175 100644 --- a/src/stub/src/i386-linux.kernel.vmlinux.S +++ b/src/stub/src/i386-linux.kernel.vmlinux.S @@ -1,5 +1,5 @@ /* -; l_vmlinx.asm -- loader & decompressor for the vmlinux/i386 format +; i386-linux.kernel.vmlinux.S -- loader & decompressor for the vmlinux/i386 format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-linux.kernel.vmlinuz.S b/src/stub/src/i386-linux.kernel.vmlinuz.S index 337970be..de75c181 100644 --- a/src/stub/src/i386-linux.kernel.vmlinuz.S +++ b/src/stub/src/i386-linux.kernel.vmlinuz.S @@ -1,5 +1,5 @@ /* -; l_vmlinz.asm -- loader & decompressor for the vmlinuz/i386 format +; i386-linux.kernel.vmlinuz.S -- loader & decompressor for the vmlinuz/i386 format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-openbsd.elf-fold.S b/src/stub/src/i386-openbsd.elf-fold.S index b0ca5183..13b1c0b4 100644 --- a/src/stub/src/i386-openbsd.elf-fold.S +++ b/src/stub/src/i386-openbsd.elf-fold.S @@ -1,5 +1,5 @@ /* -; i386-openbsd.elf-fold.asm -- linkage to C code to process Elf binary +; i386-openbsd.elf-fold.S -- linkage to C code to process Elf binary ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/i386-win32.pe.S b/src/stub/src/i386-win32.pe.S index 22e3ca27..2df9294f 100644 --- a/src/stub/src/i386-win32.pe.S +++ b/src/stub/src/i386-win32.pe.S @@ -1,5 +1,5 @@ /* -; l_w32pe.asm -- loader & decompressor for the w32/pe format +; i386-win32.pe.S -- loader & decompressor for the w32/pe format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/m68k-atari.tos.S b/src/stub/src/m68k-atari.tos.S index 01a221d2..2431ecb6 100644 --- a/src/stub/src/m68k-atari.tos.S +++ b/src/stub/src/m68k-atari.tos.S @@ -1,5 +1,5 @@ /* -; l_tos.s -- loader & decompressor for the atari/tos format +; m68k-atari.tos.S -- loader & decompressor for the atari/tos format ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/mipsel.r3000-ps1.S b/src/stub/src/mipsel.r3000-ps1.S index 3fb5fb88..cbc2d355 100644 --- a/src/stub/src/mipsel.r3000-ps1.S +++ b/src/stub/src/mipsel.r3000-ps1.S @@ -1,5 +1,5 @@ /* -; mipsel.r3000-ps1.asm -- ps1/exe program entry & decompressor +; mipsel.r3000-ps1.S -- ps1/exe program entry & decompressor ; ; This file is part of the UPX executable compressor. ; diff --git a/src/stub/src/powerpc-darwin.macho-entry.S b/src/stub/src/powerpc-darwin.macho-entry.S index 8332e824..029e1e39 100644 --- a/src/stub/src/powerpc-darwin.macho-entry.S +++ b/src/stub/src/powerpc-darwin.macho-entry.S @@ -1,5 +1,5 @@ /* - * l_mac_ppc32.S -- program entry point & decompressor (PowerPC32 Mach-o) + * powerpc-darwin.macho-entry.S -- program entry point & decompressor (PowerPC32 Mach-o) * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/powerpc-darwin.macho-fold.S b/src/stub/src/powerpc-darwin.macho-fold.S index 76f2ed8c..e8a3d65d 100644 --- a/src/stub/src/powerpc-darwin.macho-fold.S +++ b/src/stub/src/powerpc-darwin.macho-fold.S @@ -1,4 +1,4 @@ -/* fold_machppc32.S -- linkage to C code to process Mach-o binary +/* powerpc-darwin.macho-fold.S -- linkage to C code to process Mach-o binary * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/powerpc-darwin.macho-main.c b/src/stub/src/powerpc-darwin.macho-main.c index 7b1952b2..84c5f6da 100644 --- a/src/stub/src/powerpc-darwin.macho-main.c +++ b/src/stub/src/powerpc-darwin.macho-main.c @@ -1,4 +1,4 @@ -/* m_mach_ppc32.c -- loader stub for Mach-o PowerPC32 +/* powerpc-darwin.macho-main.c -- loader stub for Mach-o PowerPC32 This file is part of the UPX executable compressor. diff --git a/src/stub/src/powerpc-linux.elf-entry.S b/src/stub/src/powerpc-linux.elf-entry.S index 274d0bfd..56f2387a 100644 --- a/src/stub/src/powerpc-linux.elf-entry.S +++ b/src/stub/src/powerpc-linux.elf-entry.S @@ -1,4 +1,4 @@ -/* l_lx_elfppc.S -- Linux program entry point & decompressor (Elf binary) +/* powerpc-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary) * * This file is part of the UPX executable compressor. * diff --git a/src/stub/src/powerpc-linux.elf-fold.lds b/src/stub/src/powerpc-linux.elf-fold.lds index 17c97c47..9daed4fe 100644 --- a/src/stub/src/powerpc-linux.elf-fold.lds +++ b/src/stub/src/powerpc-linux.elf-fold.lds @@ -1,4 +1,4 @@ -/* l_lx_elfppc.lds -- +/* powerpc-linux.elf-fold.lds -- This file is part of the UPX executable compressor. diff --git a/src/stub/src/powerpc-linux.elf-main.c b/src/stub/src/powerpc-linux.elf-main.c index efa3699e..6d18d292 100644 --- a/src/stub/src/powerpc-linux.elf-main.c +++ b/src/stub/src/powerpc-linux.elf-main.c @@ -1,4 +1,4 @@ -/* m_lx_elfppc32.c -- stub loader for Linux ELF PowerPC32 executable +/* powerpc-linux.elf-main.c -- stub loader for Linux ELF PowerPC32 executable This file is part of the UPX executable compressor.