diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-11-16 02:38:56 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-11-16 02:38:56 +0000 |
commit | b260b2a000cdde510fdbc9cd9c94406e0d5b4d7e (patch) | |
tree | 492d64ee8b33a91ba32ef6541b1e49e026f1e91e /include | |
parent | cd71911ed3bc5538fd5c6ee331047c17a023cb36 (diff) | |
download | gdb-b260b2a000cdde510fdbc9cd9c94406e0d5b4d7e.zip gdb-b260b2a000cdde510fdbc9cd9c94406e0d5b4d7e.tar.gz gdb-b260b2a000cdde510fdbc9cd9c94406e0d5b4d7e.tar.bz2 |
Some COFF systems (SCO, for example) want a .comment section. Not necessary,
but useful.
Diffstat (limited to 'include')
-rwxr-xr-x | include/coff-i386.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff-i386.h b/include/coff-i386.h index a3e902e..0683692 100755 --- a/include/coff-i386.h +++ b/include/coff-i386.h @@ -110,6 +110,7 @@ struct external_scnhdr { #define _TEXT ".text" #define _DATA ".data" #define _BSS ".bss" +#define _COMMENT ".comment" /* * s_flags "type" |