diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-02-18 18:38:06 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-02-18 18:38:06 +0000 |
commit | 6b1cecf3a4e6308679167f5c2835d7df92423972 (patch) | |
tree | 3719833e434ee99281f6d74612c68e16427b6c5c /bfd/ChangeLog | |
parent | 881838692219f34d1d34f0b916a5d982aab58040 (diff) | |
download | binutils-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/ChangeLog | 6 |
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. |