diff options
author | Tim Wall <twall@redhat.com> | 2000-04-18 02:21:27 +0000 |
---|---|---|
committer | Tim Wall <twall@redhat.com> | 2000-04-18 02:21:27 +0000 |
commit | e11ddfb02d7fcd85e263a0d1e96bcd5b0d4d788d (patch) | |
tree | a617fd9d58c823c3f8187b3b1a054877af6a520c /include/coff/internal.h | |
parent | 2cf2f0980f6606aa55b41997b8e3e393ca496cf3 (diff) | |
download | cygnal-e11ddfb02d7fcd85e263a0d1e96bcd5b0d4d788d.tar.gz cygnal-e11ddfb02d7fcd85e263a0d1e96bcd5b0d4d788d.tar.bz2 cygnal-e11ddfb02d7fcd85e263a0d1e96bcd5b0d4d788d.zip |
Clean up load page support for tic54x.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r-- | include/coff/internal.h | 1 |
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 */ }; /* |