mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* 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:
parent
27f7237eca
commit
0286d386b2
@ -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.
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user