* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a

bitfield.  Add field u.c.alignment_power.
This commit is contained in:
Ian Lance Taylor 1994-07-22 18:18:10 +00:00
parent 309c8153fa
commit 28aac2eb20
1 changed files with 13 additions and 0 deletions

View File

@ -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.