From: John Gilmore Date: Tue, 10 Sep 1991 17:13:21 +0000 (+0000) Subject: * i386coff.h (LINESZ): Always 6, not based on sizeof(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1815762f9f0a4579e4da7b7b1b5427be3c35c93;p=binutils-gdb.git * i386coff.h (LINESZ): Always 6, not based on sizeof(). --- diff --git a/include/ChangeLog b/include/ChangeLog index 9bed3fe83f8..db6ced3b161 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 10 10:11:46 1991 John Gilmore (gnu at cygint.cygnus.com) + + * i386coff.h (LINESZ): Always 6, not based on sizeof(). + (Fix from Peter Schauer .) + Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com) * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, diff --git a/include/coff-i386.h b/include/coff-i386.h index 2573ace0498..cc79c56d562 100755 --- a/include/coff-i386.h +++ b/include/coff-i386.h @@ -156,7 +156,7 @@ struct external_lineno { #define LINENO struct external_lineno -#define LINESZ sizeof(LINENO) +#define LINESZ 6 /********************** SYMBOLS **********************/