Skip to content
  • Markus Armbruster's avatar
    37677d7d
    Clean up a few header guard symbols · 37677d7d
    Markus Armbruster authored
    
    
    Commit 58ea30f5 "Clean up header guards that don't match their file
    name" messed up contrib/elf2dmp/qemu_elf.h and
    tests/migration/migration-test.h.
    
    It missed target/cris/opcode-cris.h and
    tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h
    due to the scripts/clean-header-guards.pl bug fixed in the previous
    commit.
    
    Commit a8b991b5 "Clean up ill-advised or unusual header guards"
    missed include/hw/xen/io/ring.h for the same reason.
    
    Commit 3979fca4 "disas: Rename include/disas/bfd.h back to
    include/disas/dis-asm.h" neglected to update the guard symbol for the
    rename.
    
    Commit a331c6d7 "semihosting: implement a semihosting console"
    created include/hw/semihosting/console.h with an ill-advised guard
    symbol.
    
    Clean them up.
    
    Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Message-Id: <20190604181618.19980-4-armbru@redhat.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    37677d7d
    Clean up a few header guard symbols
    Markus Armbruster authored
    
    
    Commit 58ea30f5 "Clean up header guards that don't match their file
    name" messed up contrib/elf2dmp/qemu_elf.h and
    tests/migration/migration-test.h.
    
    It missed target/cris/opcode-cris.h and
    tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h
    due to the scripts/clean-header-guards.pl bug fixed in the previous
    commit.
    
    Commit a8b991b5 "Clean up ill-advised or unusual header guards"
    missed include/hw/xen/io/ring.h for the same reason.
    
    Commit 3979fca4 "disas: Rename include/disas/bfd.h back to
    include/disas/dis-asm.h" neglected to update the guard symbol for the
    rename.
    
    Commit a331c6d7 "semihosting: implement a semihosting console"
    created include/hw/semihosting/console.h with an ill-advised guard
    symbol.
    
    Clean them up.
    
    Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Message-Id: <20190604181618.19980-4-armbru@redhat.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Loading