summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2009-02-18 18:38:06 +0000
committerDave Korn <dave.korn@artimi.com>2009-02-18 18:38:06 +0000
commit6b1cecf3a4e6308679167f5c2835d7df92423972 (patch)
tree3719833e434ee99281f6d74612c68e16427b6c5c /bfd/ChangeLog
parent881838692219f34d1d34f0b916a5d982aab58040 (diff)
downloadbinutils-gdb-6b1cecf3a4e6308679167f5c2835d7df92423972.tar.gz
PR gas/7059
* coffcode.h (coff_write_object_contents): Don't let the string table offset overflow the s_name field when using long section names.
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 fad6a189f9f..55f1c73e5b0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
+ PR gas/7059
+ * coffcode.h (coff_write_object_contents): Don't let the string
+ table offset overflow the s_name field when using long section names.
+
+2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
+
* coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
* coff-mips.c (mips_ecoff_backend_data): Likewise.