From 853b3e303c66c85d26b256f7cdb0e17113dda847 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 11 Jul 1999 23:36:15 +0000 Subject: 1999-07-01 Thomas Bushnell, BSG * i386/linux/Makefile.in: For each .o file in $(linux-objs) include a corresponding .d file, unless `no_deps' is `t'. (make-deps): New function. (%.d): New pattern rules for building %.d from %.c and %.S. --- ChangeLog | 6 ++++++ Makefile.in | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb96bf6..1695135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-11 Thomas Bushnell, BSG + + * i386/i386at/model_dep.c (init_alloc_aligned): Make the checks + correctly for addresses falling into skip regions. Reported by + Momchil Velikov (velco@fadata.bg). + 1999-07-01 Thomas Bushnell, BSG * i386/linux/Makefile.in: For each .o file in $(linux-objs) diff --git a/Makefile.in b/Makefile.in index ca8ca2c..5063bf7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -500,3 +500,4 @@ endef # list. %.d: %.s echo '$*.o: $<' > $@ + -- cgit v1.2.3