We already print other instruction comments, such as condition code
aliases, by default. The `-M no-notes' option has been available in
Binutils for over 7 years, so if anyone does need the notes to be
disabled then they can do so explicitly.
.*: d53f0f00 mrs x0, s3_7_c0_c15_0
.*: d5184b00 msr s3_0_c4_c11_0, x0
.*: d5384b00 mrs x0, s3_0_c4_c11_0
-.*: d5110300 msr trcstatr, x0
+.*: d5110300 msr trcstatr, x0 // note: writing to a read-only register
.*: d5310300 mrs x0, trcstatr
.*: d53804e0 mrs x0, id_aa64fpfr0_el1
.*: d5380440 mrs x0, id_aa64pfr2_el1
/* Other options */
static int no_aliases = 0; /* If set disassemble as most general inst. */
-\fstatic int no_notes = 1; /* If set do not print disassemble notes in the
- output as comments. */
+static int no_notes = 0; /* If set do not print disassemble notes in the
+ output as comments. */
/* Currently active instruction sequence. */
static aarch64_instr_sequence insn_sequence;