mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
This commit is contained in:
13
csu/start.c
13
csu/start.c
@@ -1,13 +0,0 @@
|
||||
/* This file should define the low-level program entry point,
|
||||
which should set up `__environ', and then do:
|
||||
__libc_init(argc, argv, __environ);
|
||||
exit(main(argc, argv, __environ));
|
||||
|
||||
This file should be prepared to be the first thing in the text section (on
|
||||
Unix systems), or otherwise appropriately special. */
|
||||
|
||||
/* The first piece of initialized data. */
|
||||
int __data_start = 0;
|
||||
#ifdef HAVE_WEAK_SYMBOLS
|
||||
weak_alias (__data_start, data_start)
|
||||
#endif
|
||||
Reference in New Issue
Block a user