diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 23:36:15 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 23:36:15 +0000 |
commit | 853b3e303c66c85d26b256f7cdb0e17113dda847 (patch) | |
tree | d327eeafb89a04399b6de0b6829f83f6265e0cd3 /ChangeLog | |
parent | 5de2e50891f0406244f4dcb7af009dce6213a0ea (diff) |
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1999-07-11 Thomas Bushnell, BSG <tb@mit.edu> + + * 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 <tb@mit.edu> * i386/linux/Makefile.in: For each .o file in $(linux-objs) |