Changeset 1973 for binutils/trunk/include/elf/sh.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/include/elf/sh.h ¶
r970 r1973 1 1 /* SH ELF support for BFD. 2 Copyright (C) 1998-201 4Free Software Foundation, Inc.2 Copyright (C) 1998-2016 Free Software Foundation, Inc. 3 3 4 4 This file is part of BFD, the Binary File Descriptor library. … … 20 20 #ifndef _ELF_SH_H 21 21 #define _ELF_SH_H 22 23 #ifdef __cplusplus 24 extern "C" { 25 #endif 22 26 23 27 /* Processor specific flags for the ELF header e_flags field. */ … … 247 251 END_RELOC_NUMBERS (R_SH_max) 248 252 253 #ifdef __cplusplus 254 } 249 255 #endif 256 257 #endif
Note:
See TracChangeset
for help on using the changeset viewer.