use XNEW and related macros more
[deliverable/binutils-gdb.git] / gas / config / bfin-defs.h
index 0f494c8921322141494aabaf319e36438c10cc3e..256587ccefd819b95c44f307234419d27f902326 100644 (file)
@@ -1,5 +1,5 @@
 /* bfin-defs.h ADI Blackfin gas header file
-   Copyright (C) 2005-2014 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -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);
This page took 0.023755 seconds and 4 git commands to generate.