summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-21 16:43:42 +0000
committerSteve Huston <shuston@riverace.com>1999-07-21 16:43:42 +0000
commitad9b1ef45d07dc9a15ce62ada7349ba91795c797 (patch)
tree74a8a48f0f34f7e812035a95f2788c3c80c3e57a
parentae5c05a6e86ddbde9948219221b2b928095b7135 (diff)
downloadATCD-ad9b1ef45d07dc9a15ce62ada7349ba91795c797.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 3606a8e6b82..5a9cf132991 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Wed Jul 21 11:40:31 1999 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_aix4_cset++.GNU:
+ * include/makeinclude/platform_hpux_aCC.GNU: Replaced lines like
+ "debug=1" with ifeq (,$(debug)) debug=1 endif.
+
+ * include/makeinclude/platform_aix4_g++.GNU:
+ Above change for variables, also added -Wl,-bbigtoc when linking
+ TAO_IDL, else it runs out of toc space. Don't do it for all links
+ because bigtoc introduces a run-time performance penalty.
+
Wed Jul 21 10:25:07 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.{h,cpp} (tss_base,tss_open): with TSS emulation,