Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/gas/config/bfin-defs.h

    r970 r1973  
    11/* bfin-defs.h ADI Blackfin gas header file
    2    Copyright (C) 2005-2014 Free Software Foundation, Inc.
     2   Copyright (C) 2005-2016 Free Software Foundation, Inc.
    33
    44   This file is part of GAS, the GNU Assembler.
     
    326326
    327327#define MKREF(x)        mkexpr (0,x)
    328 #define ALLOCATE(x)     malloc (x)
    329328
    330329#define NULL_CODE ((INSTR_T) 0)
     
    379378extern int debug_codeselection;
    380379
    381 void error (char *format, ...);
     380void error (const char *format, ...);
    382381void warn (char *format, ...);
    383382int  semantic_error (char *syntax);
Note: See TracChangeset for help on using the changeset viewer.