From 811f77dc382a9f01ee591d33170b11bea76491b3 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Mon, 10 Jun 2024 16:00:08 +0100 Subject: Revert "MIPS/Allegrex: Enable dbreak instruction" This reverts commit c41020942b94ea7c5a58de4fed644826e8f0b509. --- gas/testsuite/gas/mips/allegrex.d | 3 +-- gas/testsuite/gas/mips/allegrex.s | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/gas/mips/allegrex.d b/gas/testsuite/gas/mips/allegrex.d index b535c6d..d0f7967 100644 --- a/gas/testsuite/gas/mips/allegrex.d +++ b/gas/testsuite/gas/mips/allegrex.d @@ -46,6 +46,5 @@ Disassembly of section .text: 0x00000094 7002003d mfdr \$2,\$0 0x00000098 7002083d mfdr \$2,\$1 0x0000009c 7083083d mtdr \$3,\$1 -0x000000a0 7000003f dbreak -0x000000a4 7000003e dret +0x000000a0 7000003e dret \.\.\. diff --git a/gas/testsuite/gas/mips/allegrex.s b/gas/testsuite/gas/mips/allegrex.s index df05f97..c367458 100644 --- a/gas/testsuite/gas/mips/allegrex.s +++ b/gas/testsuite/gas/mips/allegrex.s @@ -40,7 +40,6 @@ mfdr $v0, $0 mfdr $v0, $1 mtdr $v1, $1 - dbreak dret # Force some (non-delay-slot) zero bytes, to make 'objdump' print ... -- cgit v1.1