mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 16:34:03 +08:00
* i386coff.h (LINESZ): Always 6, not based on sizeof().
This commit is contained in:
parent
8106620887
commit
b1815762f9
@ -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,
|
||||
|
@ -156,7 +156,7 @@ struct external_lineno {
|
||||
|
||||
|
||||
#define LINENO struct external_lineno
|
||||
#define LINESZ sizeof(LINENO)
|
||||
#define LINESZ 6
|
||||
|
||||
|
||||
/********************** SYMBOLS **********************/
|
||||
|
Loading…
Reference in New Issue
Block a user