summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/elf_e_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/elf_e_flags.c')
-rw-r--r--gas/testsuite/gas/mips/elf_e_flags.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/gas/mips/elf_e_flags.c b/gas/testsuite/gas/mips/elf_e_flags.c
index 17fb1110c8e..7615f9cf1b5 100644
--- a/gas/testsuite/gas/mips/elf_e_flags.c
+++ b/gas/testsuite/gas/mips/elf_e_flags.c
@@ -9,7 +9,11 @@
We use the -m4650 flag to get the 4650-specific 'mul' instruction
in there; the test suite wants to be sure that GAS's -m4650 flag
will indeed cause it to generate the 4650 mul instruction, and not
- expand it as a macro. */
+ expand it as a macro.
+
+ Ian 10 June 1999: I tweaked the resulting assembler file so that it
+ would generate the same code when gas was configured for mips-elf
+ and for mips64-elf. */
int
foo (int a, int b)