mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
2007-10-02 Markus Deuling <deuling@de.ibm.com>
* spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-10-02 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
|
||||||
|
* spu-tdep.c (info_spu_signal_command): Fix output for SPU signal.
|
||||||
|
|
||||||
2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-09-29 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* configure.ac: Add $LIBINTL when testing libbfd.
|
* configure.ac: Add $LIBINTL when testing libbfd.
|
||||||
|
|||||||
@@ -1605,9 +1605,9 @@ info_spu_signal_command (char *args, int from_tty)
|
|||||||
printf_filtered (_("Signal 1 not pending "));
|
printf_filtered (_("Signal 1 not pending "));
|
||||||
|
|
||||||
if (signal1_type)
|
if (signal1_type)
|
||||||
printf_filtered (_("(Type Overwrite)\n"));
|
|
||||||
else
|
|
||||||
printf_filtered (_("(Type Or)\n"));
|
printf_filtered (_("(Type Or)\n"));
|
||||||
|
else
|
||||||
|
printf_filtered (_("(Type Overwrite)\n"));
|
||||||
|
|
||||||
if (signal2_pending)
|
if (signal2_pending)
|
||||||
printf_filtered (_("Signal 2 control word 0x%s "), phex (signal2, 4));
|
printf_filtered (_("Signal 2 control word 0x%s "), phex (signal2, 4));
|
||||||
@@ -1615,9 +1615,9 @@ info_spu_signal_command (char *args, int from_tty)
|
|||||||
printf_filtered (_("Signal 2 not pending "));
|
printf_filtered (_("Signal 2 not pending "));
|
||||||
|
|
||||||
if (signal2_type)
|
if (signal2_type)
|
||||||
printf_filtered (_("(Type Overwrite)\n"));
|
|
||||||
else
|
|
||||||
printf_filtered (_("(Type Or)\n"));
|
printf_filtered (_("(Type Or)\n"));
|
||||||
|
else
|
||||||
|
printf_filtered (_("(Type Overwrite)\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
do_cleanups (chain);
|
do_cleanups (chain);
|
||||||
|
|||||||
Reference in New Issue
Block a user