Subversion Repositories Kolibri OS

Rev

Rev 5191 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* Toshiba MeP ELF support for BFD.
1
/* Toshiba MeP ELF support for BFD.
2
   Copyright (C) 2001, 2004, 2005, 2007, 2009, 2010
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 2001-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of BFD, the Binary File Descriptor library.
4
   This file is part of BFD, the Binary File Descriptor library.
6
 
5
 
Line 23... Line 22...
23
 
22
 
Line 24... Line 23...
24
/* Bits in the sh_flags field of Elf32_Shdr:  */
23
/* Bits in the sh_flags field of Elf32_Shdr:  */
Line 25... Line -...
25
 
-
 
26
#define SHF_MEP_VLIW		0x10000000	/* contains vliw code */
-
 
27
 
-
 
28
/* This bit is reserved by BFD for processor specific stuff.  Name
-
 
29
   it properly so that we can easily stay consistent elsewhere.  */
24
 
Line 30... Line 25...
30
#define SEC_MEP_VLIW		SEC_TIC54X_BLOCK
25
#define SHF_MEP_VLIW		0x10000000	/* contains vliw code */
31
 
26