summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBruce Korb <korbb@gcc.gnu.org>1998-08-05 10:18:37 +0000
committerBruce Korb <korbb@gcc.gnu.org>1998-08-05 10:18:37 +0000
commit7c3b5ba53178e1158593c799cc40e75a060ac103 (patch)
tree3757c5c44476a85e69a00d99a01162328fb6bec0 /contrib
parent2dfef45f14418eb6816958c7af76b88ace4474f9 (diff)
downloadgcc-7c3b5ba53178e1158593c799cc40e75a060ac103.tar.gz
Document today's changes
From-SVN: r21613
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index bcea4db8f8f..8ea110ed888 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,23 @@
+1998-08-05 Bruce Korb <korbb@datadesign.com>
+
+ * fixinc/Makefile
+ Added define for target machine so machine-specific tests
+ can be selected for or against.
+
+ * fixinc/fixincl.c
+ Added an array of string pointers to machines to select
+ or avoid, depending on a FD_MACH_IFNOT bit flag.
+ Used a shell script to match the defined TARGET_MACHINE
+ with any of the given match patterns.
+
+ * fixinc/fixincl.tpl
+ Generate the array of strings and bit flag, as needed,
+ depending on "mach" and "not_machine" attributes for a fix.
+
+ * fixinc/mkfixinc.sh
+ Invoke the make with TARGET assigned the value of the
+ machine name argument.
+
Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
* compare_tests: New script.