diff options
author | Per Bothner <per@bothner.com> | 1993-06-01 22:43:29 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-06-01 22:43:29 +0000 |
commit | 3ef08dc3e319cbe79ccf92712b52091dec73f33c (patch) | |
tree | 38be431236011d84349b8827581b11502f85434f /bfd | |
parent | 1cec8dae6869feb51c1ac6c50386275431f3c574 (diff) | |
download | gdb-3ef08dc3e319cbe79ccf92712b52091dec73f33c.zip gdb-3ef08dc3e319cbe79ccf92712b52091dec73f33c.tar.gz gdb-3ef08dc3e319cbe79ccf92712b52091dec73f33c.tar.bz2 |
* aoutx.h (translate_from_native_sym_flags): Don't set
BSF_DEBUGGING for constructor symbols, only BSF_CONSTRUCTOR.
* aoutx.h (translate_to_native_sym_flags): Translate
constructor symbols properly.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fec507f..2338b9e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ +Tue Jun 1 14:40:41 1993 Per Bothner (bothner@rtl.cygnus.com) + + * aoutx.h (translate_from_native_sym_flags): Don't set + BSF_DEBUGGING for constructor symbols, only BSF_CONSTRUCTOR. + * aoutx.h (translate_to_native_sym_flags): Translate + constructor symbols properly. + Thu May 27 16:09:04 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + * archures.c (bfd_default_arch_struct): use 4 byte alignment as a + minimum. * aout-target.h (minimum_alignment): 8 byte alignment is right. (fix ld/2680) |