Properly regenerate bfd-in2.h.
This commit is contained in:
parent
8956470d36
commit
e1b0e3c22b
1 changed files with 3 additions and 3 deletions
|
@ -1065,9 +1065,9 @@ typedef struct sec
|
|||
#define SEC_SHARED 0x4000000
|
||||
|
||||
/* When a section with this flag is being linked, then if the size of
|
||||
the input section is less than a page, it should not cross a page
|
||||
boundary. If the size of the input section is one page or more, it
|
||||
should be aligned on a page boundary. */
|
||||
the input section is less than a page, it should not cross a page
|
||||
boundary. If the size of the input section is one page or more, it
|
||||
should be aligned on a page boundary. */
|
||||
#define SEC_BLOCK 0x8000000
|
||||
|
||||
/* Conditionally link this section; do not link if there are no
|
||||
|
|
Loading…
Reference in a new issue