Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Wall <twall@redhat.com>2000-04-18 06:21:27 +0400
committerTim Wall <twall@redhat.com>2000-04-18 06:21:27 +0400
commite11ddfb02d7fcd85e263a0d1e96bcd5b0d4d788d (patch)
treea617fd9d58c823c3f8187b3b1a054877af6a520c /include/coff/internal.h
parent2cf2f0980f6606aa55b41997b8e3e393ca496cf3 (diff)
Clean up load page support for tic54x.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h
index a9f64c003..c6f276036 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -303,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 */
};
/*