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/elf/sh.h

    r970 r1973  
    11/* SH ELF support for BFD.
    2    Copyright (C) 1998-2014 Free Software Foundation, Inc.
     2   Copyright (C) 1998-2016 Free Software Foundation, Inc.
    33
    44   This file is part of BFD, the Binary File Descriptor library.
     
    2020#ifndef _ELF_SH_H
    2121#define _ELF_SH_H
     22
     23#ifdef __cplusplus
     24extern "C" {
     25#endif
    2226
    2327/* Processor specific flags for the ELF header e_flags field.  */
     
    247251END_RELOC_NUMBERS (R_SH_max)
    248252
     253#ifdef __cplusplus
     254}
    249255#endif
     256
     257#endif
Note: See TracChangeset for help on using the changeset viewer.