2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
* features/i386/i386-mmx-linux.c: Regenerate. * features/rs6000/powerpc-32.c: Likewise. * features/rs6000/powerpc-32l.c: Likewise. * features/rs6000/powerpc-403.c: Likewise. * features/rs6000/powerpc-403gc.c: Likewise. * features/rs6000/powerpc-405.c: Likewise. * features/rs6000/powerpc-505.c: Likewise. * features/rs6000/powerpc-601.c: Likewise. * features/rs6000/powerpc-602.c: Likewise. * features/rs6000/powerpc-603.c: Likewise. * features/rs6000/powerpc-604.c: Likewise. * features/rs6000/powerpc-64.c: Likewise. * features/rs6000/powerpc-64l.c: Likewise. * features/rs6000/powerpc-750.c: Likewise. * features/rs6000/powerpc-860.c: Likewise. * features/rs6000/powerpc-e500.c: Likewise. * features/rs6000/powerpc-e500l.c: Likewise. * features/rs6000/powerpc-isa205-32l.c: Likewise. * features/rs6000/powerpc-isa205-64l.c: Likewise. * features/rs6000/rs6000.c: Likewise.
This commit is contained in:
parent
d71871bcbc
commit
777532fcfb
21 changed files with 24 additions and 20 deletions
|
@ -1,3 +1,26 @@
|
|||
2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
|
||||
|
||||
* features/i386/i386-mmx-linux.c: Regenerate.
|
||||
* features/rs6000/powerpc-32.c: Likewise.
|
||||
* features/rs6000/powerpc-32l.c: Likewise.
|
||||
* features/rs6000/powerpc-403.c: Likewise.
|
||||
* features/rs6000/powerpc-403gc.c: Likewise.
|
||||
* features/rs6000/powerpc-405.c: Likewise.
|
||||
* features/rs6000/powerpc-505.c: Likewise.
|
||||
* features/rs6000/powerpc-601.c: Likewise.
|
||||
* features/rs6000/powerpc-602.c: Likewise.
|
||||
* features/rs6000/powerpc-603.c: Likewise.
|
||||
* features/rs6000/powerpc-604.c: Likewise.
|
||||
* features/rs6000/powerpc-64.c: Likewise.
|
||||
* features/rs6000/powerpc-64l.c: Likewise.
|
||||
* features/rs6000/powerpc-750.c: Likewise.
|
||||
* features/rs6000/powerpc-860.c: Likewise.
|
||||
* features/rs6000/powerpc-e500.c: Likewise.
|
||||
* features/rs6000/powerpc-e500l.c: Likewise.
|
||||
* features/rs6000/powerpc-isa205-32l.c: Likewise.
|
||||
* features/rs6000/powerpc-isa205-64l.c: Likewise.
|
||||
* features/rs6000/rs6000.c: Likewise.
|
||||
|
||||
2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
|
||||
|
||||
* i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
|
||||
|
|
|
@ -10,7 +10,7 @@ initialize_tdesc_i386_mmx_linux (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
struct tdesc_type *field_type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("i386"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_32 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_32l (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_403 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_403gc (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -10,7 +10,6 @@ initialize_tdesc_powerpc_405 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_505 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_601 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "int");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_602 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_603 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_604 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_64 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common64"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_64l (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common64"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_750 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_860 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
|
||||
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_e500 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:e500"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_e500l (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:e500"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_isa205_32l (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_powerpc_isa205_64l (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common64"));
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ initialize_tdesc_rs6000 (void)
|
|||
{
|
||||
struct target_desc *result = allocate_target_description ();
|
||||
struct tdesc_feature *feature;
|
||||
struct tdesc_type *field_type, *type;
|
||||
|
||||
set_tdesc_architecture (result, bfd_scan_arch ("rs6000:6000"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue