| OLD | NEW |
| 1 /* THIS FILE IS GENERATED. Original: mips-dsp-linux.xml */ | 1 /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: |
| 2 Original: mips-dsp-linux.xml */ |
| 2 | 3 |
| 3 #include "defs.h" | 4 #include "defs.h" |
| 4 #include "osabi.h" | 5 #include "osabi.h" |
| 5 #include "target-descriptions.h" | 6 #include "target-descriptions.h" |
| 6 | 7 |
| 7 struct target_desc *tdesc_mips_dsp_linux; | 8 struct target_desc *tdesc_mips_dsp_linux; |
| 8 static void | 9 static void |
| 9 initialize_tdesc_mips_dsp_linux (void) | 10 initialize_tdesc_mips_dsp_linux (void) |
| 10 { | 11 { |
| 11 struct target_desc *result = allocate_target_description (); | 12 struct target_desc *result = allocate_target_description (); |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 tdesc_create_reg (feature, "lo2", 75, 1, NULL, 32, "int"); | 101 tdesc_create_reg (feature, "lo2", 75, 1, NULL, 32, "int"); |
| 101 tdesc_create_reg (feature, "hi3", 76, 1, NULL, 32, "int"); | 102 tdesc_create_reg (feature, "hi3", 76, 1, NULL, 32, "int"); |
| 102 tdesc_create_reg (feature, "lo3", 77, 1, NULL, 32, "int"); | 103 tdesc_create_reg (feature, "lo3", 77, 1, NULL, 32, "int"); |
| 103 tdesc_create_reg (feature, "dspctl", 78, 1, NULL, 32, "int"); | 104 tdesc_create_reg (feature, "dspctl", 78, 1, NULL, 32, "int"); |
| 104 | 105 |
| 105 feature = tdesc_create_feature (result, "org.gnu.gdb.mips.linux"); | 106 feature = tdesc_create_feature (result, "org.gnu.gdb.mips.linux"); |
| 106 tdesc_create_reg (feature, "restart", 79, 1, "system", 32, "int"); | 107 tdesc_create_reg (feature, "restart", 79, 1, "system", 32, "int"); |
| 107 | 108 |
| 108 tdesc_mips_dsp_linux = result; | 109 tdesc_mips_dsp_linux = result; |
| 109 } | 110 } |
| OLD | NEW |