mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
BFD_FAKE_SECTIONS formatting
After the ld non-contiguous memory support my regen of bfd-in2.h didn't match exactly what was committed, so I took the opportunity to line up all the comments. * section.c (BFD_FAKE_SECTIONS): Formatting. * bfd-in2.h: Regenerate.
This commit is contained in:
parent
426a9c18dd
commit
48e81d7f63
@ -1,3 +1,8 @@
|
||||
2020-03-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* section.c (BFD_FAKE_SECTIONS): Formatting.
|
||||
* bfd-in2.h: Regenerate.
|
||||
|
||||
2020-03-13 Kamil Rytarowski <n54@gmx.com>
|
||||
|
||||
* elf.c (elfcore_grok_netbsd_note): Add support for
|
||||
|
@ -1376,11 +1376,9 @@ discarded_section (const asection *sec)
|
||||
/* symbol, symbol_ptr_ptr, */ \
|
||||
(struct bfd_symbol *) SYM, &SEC.symbol, \
|
||||
\
|
||||
/* map_head, map_tail */ \
|
||||
{ NULL }, { NULL }, \
|
||||
/* map_head, map_tail, already_assigned */ \
|
||||
{ NULL }, { NULL }, NULL \
|
||||
\
|
||||
/* already_assigned */ \
|
||||
NULL \
|
||||
}
|
||||
|
||||
/* We use a macro to initialize the static asymbol structures because
|
||||
|
@ -735,11 +735,9 @@ CODE_FRAGMENT
|
||||
. {* symbol, symbol_ptr_ptr, *} \
|
||||
. (struct bfd_symbol *) SYM, &SEC.symbol, \
|
||||
. \
|
||||
. {* map_head, map_tail *} \
|
||||
. { NULL }, { NULL }, \
|
||||
. {* map_head, map_tail, already_assigned *} \
|
||||
. { NULL }, { NULL }, NULL \
|
||||
. \
|
||||
. {* already_assigned *} \
|
||||
. NULL \
|
||||
. }
|
||||
.
|
||||
.{* We use a macro to initialize the static asymbol structures because
|
||||
|
Loading…
Reference in New Issue
Block a user