aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2020-06-29 05:38:26 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2020-06-29 05:38:26 +0200
commit4e394b28e3b0309853cb2dfce377b01787caa183 (patch)
tree9f0abd9adc01930f8511aff02395760788c569f4 /gas/ChangeLog
parentb20e7614da3d64ffe05617d5ac89819bff6bedf8 (diff)
downloadgdb-4e394b28e3b0309853cb2dfce377b01787caa183.zip
gdb-4e394b28e3b0309853cb2dfce377b01787caa183.tar.gz
gdb-4e394b28e3b0309853cb2dfce377b01787caa183.tar.bz2
gas/testsuite: test-case for PR25331 (mmix reloc fixup bug)
The bug manifested "only" for a 64-bit host: pr25331.c: Assembler messages: pr25331.c:430: Error: internal error: fixup not contained within frag failed with: <pr25331.c: Assembler messages: pr25331.c:430: Error: internal error: fixup not contained within frag>, no expected output FAIL: gas/mmix/pr25331 gas: PR gas/25331 * testsuite/gas/mmix/pr25331.d, testsuite/gas/mmix/pr25331.s: New test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 16e133a..fdec78b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -8,6 +8,7 @@
Similarly this fixup affects 4 bytes, not 8 and needs its
fx_no_overflow set.
* config/tc-mmix.h (TC_FX_SIZE_SLACK): Don't define.
+ * testsuite/gas/mmix/pr25331.d, testsuite/gas/mmix/pr25331.s: New test.
2020-06-29 Alan Modra <amodra@gmail.com>