aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ChangeLog5
-rwxr-xr-xinclude/coff-i386.h2
2 files changed, 6 insertions, 1 deletions
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 <pes@regent.e-technik.tu-muenchen.de>.)
+
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 **********************/