mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* objdump.c (dump_section_header): Update for renaming of
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
1999-08-08 Ian Lance Taylor <ian@zembu.com>
|
1999-08-08 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
* objdump.c (dump_section_header): Update for renaming of
|
||||||
|
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
|
||||||
|
|
||||||
From Eli Zaretskii <eliz@gnu.org>:
|
From Eli Zaretskii <eliz@gnu.org>:
|
||||||
* binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
|
* binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
|
||||||
|
|
||||||
|
@ -329,7 +329,8 @@ dump_section_header (abfd, section, ignored)
|
|||||||
PF (SEC_NEVER_LOAD, "NEVER_LOAD");
|
PF (SEC_NEVER_LOAD, "NEVER_LOAD");
|
||||||
PF (SEC_EXCLUDE, "EXCLUDE");
|
PF (SEC_EXCLUDE, "EXCLUDE");
|
||||||
PF (SEC_SORT_ENTRIES, "SORT_ENTRIES");
|
PF (SEC_SORT_ENTRIES, "SORT_ENTRIES");
|
||||||
PF (SEC_SHORT, "SHORT");
|
PF (SEC_SMALL_DATA, "SMALL_DATA");
|
||||||
|
PF (SEC_SHARED, "SHARED");
|
||||||
|
|
||||||
if ((section->flags & SEC_LINK_ONCE) != 0)
|
if ((section->flags & SEC_LINK_ONCE) != 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user