diff options
-rw-r--r-- | ChangeLog-98a | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 8e0e1f0b5b5..26f850f356e 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -28,11 +28,18 @@ Tue May 05 08:35:18 1998 David L. Levine <levine@cs.wustl.edu> * ace/OS.i (gethrtime): added RDTSC support for all g++ _and_ ACE_HAS_PENTIUM platforms. + * ace/config-vxworks5.x.h: added ACE_HAS_PENTIUM with GHS + on Intel platforms. + * ace/Makefile: for GHS on Intel 8086, build gethrtime.cpp. It's used to provide a high-resolution time using the Pentium RDTSC instruction. I don't know how to get GHS' asm to do it, so it uses g++. + * ACE-INSTALL.html: added note about carefully installing + egcs on Linux. Thanks to Kurt Sussman <kls@best.com> for + tracking down the cause of mysterious link failures. + Tue May 05 02:15:49 1998 Nanbor Wang <nanbor@cs.wustl.edu> * ace/Svc_Conf_l.cpp: I know, I know. I shouldn't mess with this |