diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-12 21:13:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-12 21:13:24 +0000 |
commit | 9fff0c39572a974ff8a2920f0345351e50005159 (patch) | |
tree | d0f8bfe4b6edfc781ead25fed15d09b404b76586 /bfd/ChangeLog | |
parent | 92b4f90c9396389f075ada400791a5e2fc94f53d (diff) | |
download | gdb-9fff0c39572a974ff8a2920f0345351e50005159.zip gdb-9fff0c39572a974ff8a2920f0345351e50005159.tar.gz gdb-9fff0c39572a974ff8a2920f0345351e50005159.tar.bz2 |
Re-indent elf32-i386.c.
2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_relocs): Re-indent.
(elf_i386_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea86440..32c44a9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-07-12 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_check_relocs): Re-indent. + (elf_i386_relocate_section): Likewise. + 2010-07-06 H.J. Lu <hongjiu.lu@intel.com> * dwarf2.c (add_line_info): Initialize prev_line. |