mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Add an arm-tls feature which includes the tpidruro register from CP15.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include "aarch32.h"
|
||||
|
||||
#include "../features/arm/arm-core.c"
|
||||
#include "../features/arm/arm-tls.c"
|
||||
#include "../features/arm/arm-vfpv3.c"
|
||||
|
||||
/* See aarch32.h. */
|
||||
@ -38,6 +39,7 @@ aarch32_create_target_description ()
|
||||
/* Create a vfpv3 feature, then a blank NEON feature. */
|
||||
regnum = create_feature_arm_arm_vfpv3 (tdesc.get (), regnum);
|
||||
tdesc_create_feature (tdesc.get (), "org.gnu.gdb.arm.neon");
|
||||
regnum = create_feature_arm_arm_tls (tdesc.get (), regnum);
|
||||
|
||||
return tdesc.release ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user