]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/elfload.c
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
[mirror_qemu.git] / linux-user / elfload.c
index f4a0b78c75f6b4ba84ce014f940f8fd1eaff7eb9..a0999dac1560562f9bee14b2d3a79cff3477942d 100644 (file)
@@ -3572,7 +3572,7 @@ static const char *lookup_symbolxx(struct syminfo *s, uint64_t orig_addr)
     return "";
 }
 
-/* FIXME: This should use elf_ops.h  */
+/* FIXME: This should use elf_ops.h.inc  */
 static int symcmp(const void *s0, const void *s1)
 {
     struct elf_sym *sym0 = (struct elf_sym *)s0;