mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-26 07:19:16 +08:00
Define SEC_MEP_VLIW in bfd/section.c
Bits in section flags should only be defined in bfd/section.c. This patch moves SEC_MEP_VLIW to bfd/section.c. bfd/ PR binutils/18316 * section.c (SEC_MEP_VLIW): New. * bfd-in2.h: Regenerated. include/elf/ PR binutils/18316 * mep.h (SEC_MEP_VLIW): Removed.
This commit is contained in:
@ -24,10 +24,6 @@
|
||||
|
||||
#define SHF_MEP_VLIW 0x10000000 /* contains vliw code */
|
||||
|
||||
/* This bit is reserved by BFD for processor specific stuff. Name
|
||||
it properly so that we can easily stay consistent elsewhere. */
|
||||
#define SEC_MEP_VLIW SEC_TIC54X_BLOCK
|
||||
|
||||
#include "elf/reloc-macros.h"
|
||||
|
||||
/* Note: The comments in this file are used by bfd/mep-relocs.pl to
|
||||
|
Reference in New Issue
Block a user