summaryrefslogtreecommitdiff
path: root/gas/expr.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1999-11-05 21:50:54 +0000
committerMichael Meissner <gnu@the-meissners.org>1999-11-05 21:50:54 +0000
commitb2e0ffdeb985a8f6a7d17bd98cc6b3cc520c0f71 (patch)
tree9a888d5676aa5225b213fbc6068306e9d3d413a8 /gas/expr.h
parent709a7b466573ebad979a5898c25327630424c5eb (diff)
downloadbinutils-redhat-b2e0ffdeb985a8f6a7d17bd98cc6b3cc520c0f71.tar.gz
Add more md operators
Diffstat (limited to 'gas/expr.h')
-rw-r--r--gas/expr.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/gas/expr.h b/gas/expr.h
index d7c7a3b1b9..0ed6af603a 100644
--- a/gas/expr.h
+++ b/gas/expr.h
@@ -104,22 +104,9 @@ typedef enum
O_logical_or,
/* X_op_symbol [ X_add_symbol ] */
O_index,
- /* machine dependent #1 */
- O_md1,
- /* machine dependent #2 */
- O_md2,
- /* machine dependent #3 */
- O_md3,
- /* machine dependent #4 */
- O_md4,
- /* machine dependent #5 */
- O_md5,
- /* machine dependent #6 */
- O_md6,
- /* machine dependent #7 */
- O_md7,
- /* machine dependent #8 */
- O_md8,
+ /* machine dependent operators */
+ O_md1, O_md2, O_md3, O_md4, O_md5, O_md6, O_md7, O_md8,
+ O_md9, O_md10, O_md11, O_md12, O_md13, O_md14, O_md15, O_md16,
/* this must be the largest value */
O_max
} operatorT;