projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8106620
)
* i386coff.h (LINESZ): Always 6, not based on sizeof().
author
John Gilmore
<gnu@cygnus>
Tue, 10 Sep 1991 17:13:21 +0000
(17:13 +0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 10 Sep 1991 17:13:21 +0000
(17:13 +0000)
include/ChangeLog
patch
|
blob
|
history
include/coff-i386.h
patch
|
blob
|
history
diff --git
a/include/ChangeLog
b/include/ChangeLog
index 9bed3fe83f85f8b39171cc3172b57185cd2d579b..db6ced3b1619e2c7c1b309af8eebfb0e74729580 100644
(file)
--- 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 2573ace0498187b5c3d92249e17a2693d7f86a72..cc79c56d5620a35e390832b3d70853ada6983c8c 100755
(executable)
--- 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 **********************/