summaryrefslogtreecommitdiffstats
path: root/include/coff/internal.h
diff options
context:
space:
mode:
authorcvs2svn <>2000-06-03 01:57:30 +0000
committercvs2svn <>2000-06-03 01:57:30 +0000
commit4db0b146b8a3e306842d17ab19416dab81af9331 (patch)
tree3995b8e6abbe11d4da64f3b69d881f319ceb7ec9 /include/coff/internal.h
parent80546f570d6f610bd7ea29b604d2e60312868a8a (diff)
downloadcygnal-4db0b146b8a3e306842d17ab19416dab81af9331.tar.gz
cygnal-4db0b146b8a3e306842d17ab19416dab81af9331.tar.bz2
cygnal-4db0b146b8a3e306842d17ab19416dab81af9331.zip
This commit was manufactured by cvs2svn to create branch 'gdb-gdb-premipsmulti-2000-06-06-branchpoint
premipsmulti-2000-06-06-branch'. Sprout from gdb_5_0-2000-04-10-branch 2000-04-09 12:17:37 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2000-06-03 01:57:29 UTC Alan Modra <modra@gmail.com> 'Fix name clash': ChangeLog MAINTAINERS Makefile.in config.guess config.sub configure configure.in djunpack.bat include/ChangeLog include/bfdlink.h include/coff/ChangeLog include/coff/ia64.h include/coff/internal.h include/coff/pe.h include/coff/rs6k64.h include/coff/ti.h include/dis-asm.h include/elf/ChangeLog include/elf/common.h include/elf/ia64.h include/elf/mips.h include/elf/mn10300.h include/elf/reloc-macros.h include/filenames.h include/floatformat.h include/opcode/ChangeLog include/opcode/cgen.h include/opcode/d10v.h include/opcode/h8300.h include/opcode/hppa.h include/opcode/i386.h include/opcode/ia64.h include/opcode/ppc.h include/opcode/tic54x.h ltmain.sh texinfo/texinfo.tex
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h
index 4fbea7ae3..c6f276036 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -100,7 +100,9 @@ typedef struct _IMAGE_DATA_DIRECTORY
/* Extra stuff in a PE aouthdr */
#define PE_DEF_SECTION_ALIGNMENT 0x1000
-#define PE_DEF_FILE_ALIGNMENT 0x200
+#ifndef PE_DEF_FILE_ALIGNMENT
+# define PE_DEF_FILE_ALIGNMENT 0x200
+#endif
struct internal_extra_pe_aouthdr
{
@@ -301,6 +303,7 @@ struct internal_scnhdr
unsigned long s_nlnno; /* number of line number entries*/
long s_flags; /* flags */
long s_align; /* used on I960 */
+ unsigned char s_page; /* TI COFF load page */
};
/*