diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-07 17:18:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-07 17:18:25 +0000 |
commit | 45a466b578083a05f1138eff9232254b1a30f683 (patch) | |
tree | 4f4bf2bd7c7f5eb7ce6622325a3235a38b2b20d2 /bfd/ChangeLog | |
parent | 0140d685ba051db5942b109778c0810f21c42313 (diff) | |
download | gdb-45a466b578083a05f1138eff9232254b1a30f683.zip gdb-45a466b578083a05f1138eff9232254b1a30f683.tar.gz gdb-45a466b578083a05f1138eff9232254b1a30f683.tar.bz2 |
* section.c (_bfd_std_section): Rename from std_section.
(bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr)
(STD_SECTION): Update.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e1602b..053dde3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2013-01-07 Tom Tromey <tromey@redhat.com> + + * section.c (_bfd_std_section): Rename from std_section. + (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr) + (STD_SECTION): Update. + * bfd-in2.h: Rebuild. + 2013-01-04 Juergen Urban <JuergenUrban@gmx.de> * archures.c (bfd_mach_mips5900): Define. |