mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Properly set arm-specific elf flags wrt hardfp.
gold/ChangeLog: * arm.cc (Target_arm::do_adjust_elf_header): Set flags into view.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2015-07-20 Han Shen <shenhan@google.com>
|
||||||
|
|
||||||
|
Fix arm elf header flags wrt hardfp bit.
|
||||||
|
|
||||||
|
* arm.cc (Target_arm::do_adjust_elf_header): Set flags into view.
|
||||||
|
|
||||||
2015-07-20 H.J. Lu <hongjiu.lu@intel.com>
|
2015-07-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gold/18689
|
PR gold/18689
|
||||||
|
@ -10556,6 +10556,7 @@ Target_arm<big_endian>::do_adjust_elf_header(
|
|||||||
}
|
}
|
||||||
elfcpp::Ehdr_write<32, big_endian> oehdr(view);
|
elfcpp::Ehdr_write<32, big_endian> oehdr(view);
|
||||||
oehdr.put_e_ident(e_ident);
|
oehdr.put_e_ident(e_ident);
|
||||||
|
oehdr.put_e_flags(this->processor_specific_flags());
|
||||||
}
|
}
|
||||||
|
|
||||||
// do_make_elf_object to override the same function in the base class.
|
// do_make_elf_object to override the same function in the base class.
|
||||||
|
Reference in New Issue
Block a user