diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 00:58:07 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 00:58:07 +0000 |
commit | 34cbe64ecf7ae8c7e029e4af582d98a7910a3bcf (patch) | |
tree | 6d15ec296466863723d444148542a94e7624a852 /binutils/objdump.c | |
parent | eb6bd4d38ea6ee7306c538b657c008f77f38cd62 (diff) | |
download | gdb-34cbe64ecf7ae8c7e029e4af582d98a7910a3bcf.zip gdb-34cbe64ecf7ae8c7e029e4af582d98a7910a3bcf.tar.gz gdb-34cbe64ecf7ae8c7e029e4af582d98a7910a3bcf.tar.bz2 |
SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 9c83a63e..bfcc143 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -376,6 +376,8 @@ dump_section_header (abfd, section, ignored) PF (SEC_NEVER_LOAD, "NEVER_LOAD"); PF (SEC_EXCLUDE, "EXCLUDE"); PF (SEC_SORT_ENTRIES, "SORT_ENTRIES"); + PF (SEC_BLOCK, "BLOCK"); + PF (SEC_CLINK, "CLINK"); PF (SEC_SMALL_DATA, "SMALL_DATA"); PF (SEC_SHARED, "SHARED"); |