* maint.c (print_section_table): Rename SEC_SHARED_LIBRARY to

SEC_COFF_SHARED_LIBRARY to match corresponding change in bfd.
This commit is contained in:
Ian Lance Taylor 1994-05-10 18:43:51 +00:00
parent 27f7237eca
commit 0286d386b2
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
Tue May 10 14:42:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* maint.c (print_section_table): Rename SEC_SHARED_LIBRARY to
SEC_COFF_SHARED_LIBRARY to match corresponding change in bfd.
Fri May 6 13:30:22 1994 Stan Shebs (shebs@andros.cygnus.com)
* Makefile.in (kdb): Remove old init.c creation commands.
* configure.in (sparclite): Match on sparclite*.
* sparclite/aload.c (main): Only change section addresses for
a.out format object files.
Fri May 6 13:24:04 1994 Steve Chamberlain (sac@cygnus.com)
* config/i386/go32.mh: Define CC.

View File

@ -171,8 +171,8 @@ print_section_table (abfd, asect, ignore)
printf_filtered (" HAS_CONTENTS");
if (flags & SEC_NEVER_LOAD)
printf_filtered (" NEVER_LOAD");
if (flags & SEC_SHARED_LIBRARY)
printf_filtered (" SHARED_LIBRARY");
if (flags & SEC_COFF_SHARED_LIBRARY)
printf_filtered (" COFF_SHARED_LIBRARY");
if (flags & SEC_IS_COMMON)
printf_filtered (" IS_COMMON");