X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fbfin-defs.h;h=256587ccefd819b95c44f307234419d27f902326;hb=87789e08e5cb2191af1122ed98af2d6c023b3a0a;hp=5f05406db331f5176225c950b62531c4058d5c0a;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/bfin-defs.h b/gas/config/bfin-defs.h index 5f05406db3..256587ccef 100644 --- a/gas/config/bfin-defs.h +++ b/gas/config/bfin-defs.h @@ -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) @@ -378,7 +377,7 @@ extern "C" { extern int debug_codeselection; -void error (char *format, ...); +void error (const char *format, ...); void warn (char *format, ...); int semantic_error (char *syntax); void semantic_error_2 (char *syntax);