Changeset 1973 for binutils/trunk/gas/config/bfin-defs.h
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gas/config/bfin-defs.h ¶
r970 r1973 1 1 /* bfin-defs.h ADI Blackfin gas header file 2 Copyright (C) 2005-201 4Free Software Foundation, Inc.2 Copyright (C) 2005-2016 Free Software Foundation, Inc. 3 3 4 4 This file is part of GAS, the GNU Assembler. … … 326 326 327 327 #define MKREF(x) mkexpr (0,x) 328 #define ALLOCATE(x) malloc (x)329 328 330 329 #define NULL_CODE ((INSTR_T) 0) … … 379 378 extern int debug_codeselection; 380 379 381 void error (c har *format, ...);380 void error (const char *format, ...); 382 381 void warn (char *format, ...); 383 382 int semantic_error (char *syntax);
Note:
See TracChangeset
for help on using the changeset viewer.