mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 03:54:33 +00:00
2005-10-28 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu instead of mcpu_cpu_opt.
This commit is contained in:
parent
b2efcd3652
commit
2e10c237f6
@ -1,3 +1,8 @@
|
||||
2005-10-28 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu
|
||||
instead of mcpu_cpu_opt.
|
||||
|
||||
2005-10-27 Sterling Augustine <sterling@tensilica.com>
|
||||
|
||||
* config/tc-xtensa.c (find_vinsn_conflicts): Change error messages to
|
||||
|
@ -13274,7 +13274,7 @@ aeabi_set_public_attributes (void)
|
||||
|
||||
/* Choose the architecture based on the capabilities of the requested cpu
|
||||
(if any) and/or the instructions actually used. */
|
||||
flags = mcpu_cpu_opt | arm_arch_used | thumb_arch_used;
|
||||
flags = selected_cpu | mfpu_opt | arm_arch_used | thumb_arch_used;
|
||||
if (flags & ARM_EXT_V6T2)
|
||||
arch = 8;
|
||||
else if (flags & ARM_EXT_V6Z)
|
||||
|
Loading…
x
Reference in New Issue
Block a user