From: Ian Lance Taylor Date: Fri, 22 Jul 1994 18:18:10 +0000 (+0000) Subject: * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a X-Git-Tag: gdb-4_18~13970 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28aac2eb20cf2673cf439cc887a40f131bec165b;p=platform%2Fupstream%2Fbinutils.git * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a bitfield. Add field u.c.alignment_power. --- diff --git a/include/ChangeLog b/include/ChangeLog index 8651214..9ca8f4f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,16 @@ +Fri Jul 22 14:17:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a + bitfield. Add field u.c.alignment_power. + +Sun Jul 10 00:26:39 1994 Ian Dall (dall@hfrd.dsto.gov.au) + + * dis-asm.h: Add print_insn_ns32k declaration. + +Mon Jun 20 17:13:29 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * bfdlink.h (bfd_link_hash_table): Make creator a const pointer. + Sat Jun 18 16:09:32 1994 Stan Shebs (shebs@andros.cygnus.com) * demangle.h (cplus_demangle_opname): Declare.