mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 23:17:25 +00: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:
parent
f54f5e31ce
commit
2bca03770d
@ -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>
|
||||
|
||||
PR gold/18689
|
||||
|
@ -10556,6 +10556,7 @@ Target_arm<big_endian>::do_adjust_elf_header(
|
||||
}
|
||||
elfcpp::Ehdr_write<32, big_endian> oehdr(view);
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user