aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
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 /bfd/ChangeLog
parent8dbe7ca5a5755274fca1d3021ad648a1575e66cb (diff)
downloadgdb-9361e6307bd1cf4f8f7c9de5375719ede8caa0cb.zip
gdb-9361e6307bd1cf4f8f7c9de5375719ede8caa0cb.tar.gz
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 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f9aa3a7..b3dcd0e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/18316
+ * section.c (SEC_MEP_VLIW): New.
+ * bfd-in2.h: Regenerated.
+
2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/18277