forked from Imagelibrary/rtems
Changed slightly awkward sentence structure
This commit is contained in:
@@ -68,7 +68,7 @@ SECTIONS
|
|||||||
PROVIDE_HIDDEN (__rela_iplt_end = .);
|
PROVIDE_HIDDEN (__rela_iplt_end = .);
|
||||||
}
|
}
|
||||||
.rtemsroset : {
|
.rtemsroset : {
|
||||||
/* for pre rtems-libbsd FreeBSD code */
|
/* for pre–RTEMS libbsd FreeBSD code */
|
||||||
__start_set_sysctl_set = .;
|
__start_set_sysctl_set = .;
|
||||||
*(set_sysctl_*);
|
*(set_sysctl_*);
|
||||||
__stop_set_sysctl_set = .;
|
__stop_set_sysctl_set = .;
|
||||||
@@ -160,13 +160,12 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
/* gcc uses crtbegin.o to find the start of
|
/* gcc uses crtbegin.o to find the start of
|
||||||
the constructors, so we make sure it is
|
the constructors, so we make sure it is
|
||||||
first. Because this is a wildcard, it
|
the first. Because this is a wildcard, it
|
||||||
doesn't matter if the user does not
|
doesn't matter if the user does not
|
||||||
actually link against crtbegin.o; the
|
actually link against crtbegin.o; the
|
||||||
linker won't look for a file to match a
|
linker won't look for a file to match a
|
||||||
wildcard. The wildcard also means that it
|
wildcard. The wildcard also means that which
|
||||||
doesn't matter which directory crtbegin.o
|
directory crtbegin.o is in doesn't matter */
|
||||||
is in. */
|
|
||||||
KEEP (*crtbegin.o(.ctors))
|
KEEP (*crtbegin.o(.ctors))
|
||||||
KEEP (*crtbegin?.o(.ctors))
|
KEEP (*crtbegin?.o(.ctors))
|
||||||
/* We don't want to include the .ctor section from
|
/* We don't want to include the .ctor section from
|
||||||
|
|||||||
Reference in New Issue
Block a user