diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-20 19:23:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-20 19:23:09 +0000 |
commit | 412222d910b7776967c56d97482e863fcd6c7aa0 (patch) | |
tree | e0361e5e1b821a39b16088484eac631991b197d6 /bfd/ChangeLog | |
parent | d5241511dbe242f2c3e6208bb41130e76a050c15 (diff) | |
download | gdb-412222d910b7776967c56d97482e863fcd6c7aa0.zip gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.gz gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.bz2 |
various evax patches
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b240295..aca3517 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,30 @@ Mon Oct 20 15:01:27 1997 Klaus K"ampf <kkaempf@progis.de> - * evax-egsd.c: make section flags dec c compatible + * evax-egsd.c: Weak symbols are global. + + * evax-emh.c: Use proper casts. + + * evax-egsd.c (_bfd_evax_write_egsd): Remove unneeded uname. + + * evax-egsd.c: Section names and symbols have different + length restrictions. Add length parameter to + _bfd_evax_length_hash_symbol. + * evax-etir.c: Likewise. + * evax-misc.c (_bfd_evax_length_hash_symbol): Add length + parameter. + * evax.h (EOBJ_S_C_SECSIZ): Define. + + * evax-alpha.c: Remove duplicate test. + + * evax-emh.c: SYS$ functions are upper-case. + + * evax-egsd.c: Create separate sections for common symbols. + * evax-etir.c: Don't output common section. + * evax.h: Bump up section count. + + * configure.com: Use 64bit integers with DEC C. + + * evax-egsd.c: Make section flags dec c compatible. Mon Oct 20 09:38:31 1997 Jeffrey A Law (law@cygnus.com) |