From b1815762f9f0a4579e4da7b7b1b5427be3c35c93 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 10 Sep 1991 17:13:21 +0000 Subject: [PATCH] * i386coff.h (LINESZ): Always 6, not based on sizeof(). --- include/ChangeLog | 5 +++++ include/coff-i386.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index 9bed3fe..db6ced3 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 2573ace..cc79c56 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 **********************/ -- 2.7.4