diff options
author | David MacKenzie <djm@cygnus> | 1994-01-04 00:08:53 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-04 00:08:53 +0000 |
commit | 83acd9a2182285014e3e6dd1fdb30d7299c7cce2 (patch) | |
tree | b17fe8346f9ba5d6fe2f1e1416472d14516f1649 | |
parent | 85d739444cade1d85f8bfa0e3524e6a2fb3d9f4f (diff) | |
download | gdb-83acd9a2182285014e3e6dd1fdb30d7299c7cce2.zip gdb-83acd9a2182285014e3e6dd1fdb30d7299c7cce2.tar.gz gdb-83acd9a2182285014e3e6dd1fdb30d7299c7cce2.tar.bz2 |
* aout-target.h (MY(vec)): Add DYNAMIC to mask of object flags.
* aoutf1.h (NAME(aout,sunos4_write_object_contents)):
If the DYNAMIC flag is set, set it in the exec header.
* aoutx.h (NAME(aout,some_aout_object_p)): If the object is
dynamically linked, set the DYNAMIC flag in the BFD.
* libaout.h (N_SET_DYNAMIC): New macro.
(N_DYNAMIC): Add missing 0 in mask.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6cb1fb0..eb6c1e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Jan 3 15:32:16 1994 David J. Mackenzie (djm@thepub.cygnus.com) + + * aout-target.h (MY(vec)): Add DYNAMIC to mask of object flags. + * aoutf1.h (NAME(aout,sunos4_write_object_contents)): + If the DYNAMIC flag is set, set it in the exec header. + * aoutx.h (NAME(aout,some_aout_object_p)): If the object is + dynamically linked, set the DYNAMIC flag in the BFD. + * libaout.h (N_SET_DYNAMIC): New macro. + (N_DYNAMIC): Add missing 0 in mask. + Mon Jan 3 13:05:08 1994 Stan Shebs (shebs@andros.cygnus.com) * syms.c (bfd_print_symbol_vandf): Change PTR to FILE *. |