diff options
author | Chris Demetriou <cgd@google.com> | 2002-06-19 05:34:56 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-06-19 05:34:56 +0000 |
commit | 7d0a848ef992287d77b941f0a3a501b2a0023f8c (patch) | |
tree | a3709e16924f6c622d9c5f6f6e7d765614ce5355 /ld/ChangeLog | |
parent | 33f5f537800aad5a854e03e77ba79ae2bff5ab00 (diff) | |
download | gdb-7d0a848ef992287d77b941f0a3a501b2a0023f8c.zip gdb-7d0a848ef992287d77b941f0a3a501b2a0023f8c.tar.gz gdb-7d0a848ef992287d77b941f0a3a501b2a0023f8c.tar.bz2 |
2002-06-18 Chris Demetriou <cgd@broadcom.com>
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
section flags for SEC_DATA, rather than for SEC_CODE being unset.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bca31fb..d90217b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2002-06-18 Chris Demetriou <cgd@broadcom.com> + * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check + section flags for SEC_DATA, rather than for SEC_CODE being unset. + +2002-06-18 Chris Demetriou <cgd@broadcom.com> + * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix format specifier used to print BFD name. |