aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-24 05:40:23 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-04-24 05:40:23 -0700
commit9361e6307bd1cf4f8f7c9de5375719ede8caa0cb (patch)
tree0458cb2dabd5d23df2442865334af0a1bf31ff1a /include/elf
parent8dbe7ca5a5755274fca1d3021ad648a1575e66cb (diff)
downloadfsf-binutils-gdb-9361e6307bd1cf4f8f7c9de5375719ede8caa0cb.zip
fsf-binutils-gdb-9361e6307bd1cf4f8f7c9de5375719ede8caa0cb.tar.gz
fsf-binutils-gdb-9361e6307bd1cf4f8f7c9de5375719ede8caa0cb.tar.bz2
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.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/mep.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d66e507..2f2fc80 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/18316
+ * mep.h (SEC_MEP_VLIW): Removed.
+
2015-04-09 Nick Clifton <nickc@redhat.com>
* rx.h (E_FLAG_RX_SINSNS_SET): New bit in e_flags field.
diff --git a/include/elf/mep.h b/include/elf/mep.h
index a107dd0..ae92be4 100644
--- a/include/elf/mep.h
+++ b/include/elf/mep.h
@@ -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