From b8ab79c83e7dce3d748faeb7a4c4fae5b7f63660 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 25 Apr 2007 16:42:08 +0200 Subject: [PATCH] Use offical name "arm" instead of "armel". --- src/p_lx_elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_elf.h b/src/p_lx_elf.h index fe5feadd..a530e8a4 100644 --- a/src/p_lx_elf.h +++ b/src/p_lx_elf.h @@ -418,7 +418,7 @@ public: virtual ~PackLinuxElf32armLe(); virtual int getFormat() const { return UPX_F_LINUX_ELF32_ARMEL; } virtual const char *getName() const { return "linux/armel"; } - virtual const char *getFullName(const options_t *) const { return "armel-linux.elf"; } + virtual const char *getFullName(const options_t *) const { return "arm-linux.elf"; } virtual const int *getFilters() const; protected: