summaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-05 10:18:37 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-05 10:18:37 +0000
commitd09be903ce8d48513f25625aa3551f8fd555b237 (patch)
tree3757c5c44476a85e69a00d99a01162328fb6bec0 /contrib/ChangeLog
parentb6f169468bfb5f259ee30082ecf831ab857b7c59 (diff)
downloadgcc-d09be903ce8d48513f25625aa3551f8fd555b237.tar.gz
Document today's changes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/ChangeLog')
-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.