From b2e403dc52c77a2825525bf2e5a410e8cb9b6d1c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 4 Oct 1999 23:51:00 +0000 Subject: . --- ChangeLog | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa43490..fcfcd92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +1999-10-04 Roland McGrath + + * configure.in: Remove AC_CHECK_TOOL(MAKE,...) check. + * Makefile.in (MAKE): Variable removed. We require GNU make anyway, + and it always sets MAKE. + + * Makefile.in (clib-routines.o, check-clib-routines, clib-routines.d): + Remove these rules, replace with: + (kernel.o): New target, relocatable object linked from kernel objects. + (kernel-undef, kernel-undef-bad): New targets, glean undefined symbols + from kernel.o. + (clib-routines.o): New target, use those to select symbols from libc. + (clib-routines): Add some symbols; move defn to kernel linking page. + This variable is now a list of symbols allowed to be undefined, + rather than a prescriptive list of symbols always grabbed from libc. + (kernel): Rewrite this rules to just link kernel.o and clib-routines.o + together to make the kernel image. + 1999-09-15 Mark Kettenis * i386/i386/user_ldt.c: Fix user LDT management. @@ -21,10 +39,10 @@ * linux/src/drivers/net/yellowfin.c (yellowfin_probe): Return correct value. Reported by Marcus Brinkmann - . + . * linux/dev/drivers/net/Space.c: Declare tc515_probe. Reported by - Marcus Brinkmann . + Marcus Brinkmann . 1999-09-04 Thomas Bushnell, BSG @@ -38,13 +56,13 @@ * i386/i386at/model_dep.c (init_alloc_aligned): Revert previous change except for the one to AVAIL_NEXT. All the rest of the previous code was correct. Correction from Momchil Velikov - (velco@fadata.bg). + (velco@fadata.bg). 1999-07-23 Roland McGrath * Drivers.macros (AC_DRIVER): Use `test' instead of `[ ... ]'. Reported by "Momchil 'Velco' Velikov" . - + 1999-07-20 Roland McGrath * linux/dev/drivers/block/genhd.c (check_partition): Change message -- cgit v1.2.3