forked from Imagelibrary/binutils-gdb
Reorder enum output_type for better code generation
Works around a gcc bug #67328 for the most commonly used of bfd_link_pic and bfd_link_executable. * bfdlink.h (enum output_type): Reorder enum.
This commit is contained in:
@@ -264,8 +264,8 @@ struct bfd_elf_version_tree;
|
||||
enum output_type
|
||||
{
|
||||
type_pde,
|
||||
type_relocatable,
|
||||
type_pie,
|
||||
type_relocatable,
|
||||
type_dll,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user