mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-18 03:29:50 +02:00
Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’)
This commit is contained in:
@@ -124,13 +124,13 @@
|
|||||||
|
|
||||||
#define ELF_TARG_MACH EM_PPC
|
#define ELF_TARG_MACH EM_PPC
|
||||||
#define ELF_TARG_CLASS ELFCLASS32
|
#define ELF_TARG_CLASS ELFCLASS32
|
||||||
#define ELF_TARG_DATA ELFDATA2MSG
|
#define ELF_TARG_DATA ELFDATA2MSB
|
||||||
|
|
||||||
#elif defined(__powerpc64__)
|
#elif defined(__powerpc64__)
|
||||||
|
|
||||||
#define ELF_TARG_MACH EM_PPC64
|
#define ELF_TARG_MACH EM_PPC64
|
||||||
#define ELF_TARG_CLASS ELFCLASS64
|
#define ELF_TARG_CLASS ELFCLASS64
|
||||||
#define ELF_TARG_DATA ELFDATA2MSG
|
#define ELF_TARG_DATA ELFDATA2MSB
|
||||||
|
|
||||||
#elif defined(__sparc__)
|
#elif defined(__sparc__)
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
#else
|
#else
|
||||||
#define ELF_TARG_CLASS ELFCLASS32
|
#define ELF_TARG_CLASS ELFCLASS32
|
||||||
#endif
|
#endif
|
||||||
#define ELF_TARG_DATA ELFDATA2MSG
|
#define ELF_TARG_DATA ELFDATA2MSB
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user