aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-01-18 11:25:48 +0000
committerNick Clifton <nickc@redhat.com>2024-01-18 11:25:48 +0000
commit0d656dfe5b406289faef7f35fb87fb0a00dd64f3 (patch)
treea37e55620e90f82cf72fb018b7227922546c6f5e /opcodes
parentbfdd2ca6217b88a1be2ee02af68870a7b266964a (diff)
downloadgdb-0d656dfe5b406289faef7f35fb87fb0a00dd64f3.zip
gdb-0d656dfe5b406289faef7f35fb87fb0a00dd64f3.tar.gz
gdb-0d656dfe5b406289faef7f35fb87fb0a00dd64f3.tar.bz2
Add note to translators not to translate z/Architecture
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/s390-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c
index 3c21f9b..0db4158 100644
--- a/opcodes/s390-dis.c
+++ b/opcodes/s390-dis.c
@@ -42,6 +42,7 @@ typedef struct
static const s390_options_t options[] =
{
{ "esa" , N_("Disassemble in ESA architecture mode") },
+ /* TRANSLATORS: Please do not translate 'z/Architecture' as this is a technical name. */
{ "zarch", N_("Disassemble in z/Architecture mode") },
{ "insnlength", N_("Print unknown instructions according to "
"length from first two bits") },