x86-64: Properly encode and decode movsxd
[deliverable/binutils-gdb.git] / gas / config / bfin-defs.h
index 4c1d8b7bd2ce7c251c46485d8ac358f7c4e30928..12d97a8ed6c0d7a7af68cc107377a01a8bf93f39 100644 (file)
@@ -1,5 +1,5 @@
 /* bfin-defs.h ADI Blackfin gas header file
-   Copyright (C) 2005-2016 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -79,7 +79,7 @@ typedef enum
 #define T_REG_A       0x40
 
 /* All registers above this value don't
-   belong to a usuable register group.  */
+   belong to a usable register group.  */
 #define T_NOGROUP     0xa0
 
 /* Flags.  */
@@ -325,7 +325,6 @@ Expr_Node *Expr_Node_Create (Expr_Node_Type type,
 INSTR_T Expr_Node_Gen_Reloc (Expr_Node *head, int parent_reloc);
 
 #define MKREF(x)       mkexpr (0,x)
-#define ALLOCATE(x)    malloc (x)
 
 #define NULL_CODE ((INSTR_T) 0)
 
This page took 0.025743 seconds and 4 git commands to generate.