mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb/csky add cskyv2-linux.xml for cskyv2-linux.c
Add cskyv2-linux.xml for re-generating cskyv2-linux.c if needed. Also update cskyv2-linux.c.
This commit is contained in:
@ -32,7 +32,7 @@ csky_create_target_description (void)
|
||||
set_tdesc_architecture (tdesc.get (), arch_name.c_str ());
|
||||
#endif
|
||||
|
||||
create_feature_cskyv2_linux (tdesc.get ());
|
||||
create_feature_cskyv2_linux (tdesc.get (), 0);
|
||||
|
||||
return tdesc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user