From 34cbe64ecf7ae8c7e029e4af582d98a7910a3bcf 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/ChangeLog | 4 ++++ binutils/objdump.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2bbfef4..0b9c4ce 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-04-06 Timothy Wall + + * objdump.c (dump_section_header): Print CLINK and BLOCK flags. + 2000-04-06 Jason Merrill * readelf.c (decode_location_expression): Loop through multiple 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"); -- cgit v1.1