diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-11-12 21:55:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-11-12 21:55:50 +0000 |
commit | fa4dfc15df03a6b74b313408aeae9edb2bad1862 (patch) | |
tree | d72c39b5eb02e27af4a0ee34eec9e4d2cd4f7fd0 /bfd/ChangeLog | |
parent | c261a0be884afde58ac6fb01ae502164c07f4d67 (diff) | |
download | gdb-fa4dfc15df03a6b74b313408aeae9edb2bad1862.zip gdb-fa4dfc15df03a6b74b313408aeae9edb2bad1862.tar.gz gdb-fa4dfc15df03a6b74b313408aeae9edb2bad1862.tar.bz2 |
2007-11-12 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5299
* peicode.h (pe_bfd_object_p): Save and restore previous bfd
state when calling coff_object_p.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2635fbd..a73d1d5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,13 @@ +2007-11-12 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/5299 + * peicode.h (pe_bfd_object_p): Save and restore previous bfd + state when calling coff_object_p. + 2007-11-12 Alan Modra <amodra@bigpond.net.au> * elf.c (_bfd_elf_get_synthetic_symtab): Only bump the symbol - pointer when we have a valid symbol. Init udata.p to NULL. + pointer when we have a valid symbol. Init udata.p to NULL. 2007-11-09 Nathan Sidwell <nathan@codesourcery.com> |