diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-14 22:28:48 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:15:24 +0200 |
commit | 178f859cd341fa3da48f2a861bd549e229e75dde (patch) | |
tree | 16e0eb971e69f0fbf34ecaef57ad2320212ce24e | |
parent | 02f80ee94f9c331ff3324fd1cb402f4836a049e6 (diff) |
.
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-01-15 Alfred M. Szmidt <ams@kemisten.nu> + + * linux/src/drivers/scsi/53c7,8xx.h (patch_dsa_32): Don't use + token paste operator (##). + + * linux/dev/include/asm-i386/string.h (memscan): Don't use + multi-line string literals for asm(). + * linux/dev/include/asm-i386/segment.h (__generic_memcpy_tofs) + (__generic_memcpy_fromfs): Likewise. + * i386/i386/proc_reg.h (flush_instr_queue): Likewise. + * i386/i386/gdt.c (gdt_init): Likewise. + + * Makefile.in (kernel-undef): Match new output format from + nm (binutils) 2.14.x. + 2002-05-27 Roland McGrath <roland@frob.com> * Version 1.3 released. |