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/include/opcode/d10v.h

    r970 r1973  
    11/* d10v.h -- Header file for D10V opcode table
    2    Copyright (C) 1996-2014 Free Software Foundation, Inc.
     2   Copyright (C) 1996-2016 Free Software Foundation, Inc.
    33   Written by Martin Hunt (hunt@cygnus.com), Cygnus Support
    44
     
    2222#ifndef D10V_H
    2323#define D10V_H
     24
     25#ifdef __cplusplus
     26extern "C" {
     27#endif
    2428
    2529/* Format Specifier */
     
    206210#define REGISTER_MASK   0xFF
    207211
     212#ifdef __cplusplus
     213}
     214#endif
     215
    208216#endif /* D10V_H */
Note: See TracChangeset for help on using the changeset viewer.