From a5560b1c25ea8cf70e0fc1cb78114ee2e753d090 Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Fri, 7 Apr 2000 00:58:07 +0000 Subject: SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support). --- binutils/objdump.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/objdump.c') 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"); -- cgit v1.2.1