summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-07 00:58:07 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-07 00:58:07 +0000
commita5560b1c25ea8cf70e0fc1cb78114ee2e753d090 (patch)
treec334b672730cfbf61aaa37b0dab92ffed026c578 /binutils/objdump.c
parentb125f7955f18638bf8e536f15ff98fc1a4254f7d (diff)
downloadbinutils-redhat-a5560b1c25ea8cf70e0fc1cb78114ee2e753d090.tar.gz
SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 9c83a63ee3..bfcc143b88 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");