mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
commit.
This commit is contained in:
@@ -547,7 +547,7 @@ generic_elf_osabi_sniffer (bfd *abfd)
|
||||
"FreeBSD" in the padding of the e_ident field of the ELF
|
||||
header to "brand" their ELF binaries in FreeBSD 3.x. */
|
||||
if (memcmp (&elf_elfheader (abfd)->e_ident[8],
|
||||
"FreeBSD", sizeof ("FreeBSD") == 0)
|
||||
"FreeBSD", sizeof ("FreeBSD")) == 0)
|
||||
osabi = GDB_OSABI_FREEBSD_ELF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user