diff options
Diffstat (limited to 'gas/testsuite/gas/nios2/warn_nobreak.l')
-rw-r--r-- | gas/testsuite/gas/nios2/warn_nobreak.l | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/gas/nios2/warn_nobreak.l b/gas/testsuite/gas/nios2/warn_nobreak.l new file mode 100644 index 0000000000..539813d683 --- /dev/null +++ b/gas/testsuite/gas/nios2/warn_nobreak.l @@ -0,0 +1,9 @@ +.*warn_nobreak.s: Assembler messages: +.*warn_nobreak.s:2: Warning: The debugger will corrupt ba \(r30\). If you don't need to debug this +code then use .set nobreak to turn off this warning. +.*warn_nobreak.s:3: Warning: The debugger will corrupt bt \(r25\). If you don't need to debug this +code then use .set nobreak to turn off this warning. +.*warn_nobreak.s:11: Warning: The debugger will corrupt ba \(r30\). If you don't need to debug this +code then use .set nobreak to turn off this warning. +.*warn_nobreak.s:12: Warning: The debugger will corrupt bt \(r25\). If you don't need to debug this +code then use .set nobreak to turn off this warning. |