section.c: Fix typo in comments (withe -> with)
* bfd-in2.h: Regenerated. * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
This commit is contained in:
parent
a8c4d40b57
commit
ef4627faba
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* bfd-in2.h: Regenerated.
|
||||||
|
* section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
|
||||||
|
|
||||||
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/25380
|
PR gas/25380
|
||||||
|
|
|
@ -933,7 +933,7 @@ typedef struct bfd_section
|
||||||
#define SEC_LINKER_CREATED 0x100000
|
#define SEC_LINKER_CREATED 0x100000
|
||||||
|
|
||||||
/* This section contains a section ID to distinguish different
|
/* This section contains a section ID to distinguish different
|
||||||
sections withe the same section name. */
|
sections with the same section name. */
|
||||||
#define SEC_ASSEMBLER_SECTION_ID 0x100000
|
#define SEC_ASSEMBLER_SECTION_ID 0x100000
|
||||||
|
|
||||||
/* This section should not be subject to garbage collection.
|
/* This section should not be subject to garbage collection.
|
||||||
|
|
|
@ -292,7 +292,7 @@ CODE_FRAGMENT
|
||||||
.#define SEC_LINKER_CREATED 0x100000
|
.#define SEC_LINKER_CREATED 0x100000
|
||||||
.
|
.
|
||||||
. {* This section contains a section ID to distinguish different
|
. {* This section contains a section ID to distinguish different
|
||||||
. sections withe the same section name. *}
|
. sections with the same section name. *}
|
||||||
.#define SEC_ASSEMBLER_SECTION_ID 0x100000
|
.#define SEC_ASSEMBLER_SECTION_ID 0x100000
|
||||||
.
|
.
|
||||||
. {* This section should not be subject to garbage collection.
|
. {* This section should not be subject to garbage collection.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue