Merge pull request #770 from DiUS/fix-tcp-random-nossl
Ensure ld-provided port alias is properly aligned.
This commit is contained in:
commit
99cc9e1232
|
@ -115,6 +115,7 @@ SECTIONS
|
||||||
*(.data)
|
*(.data)
|
||||||
|
|
||||||
/* Hook for randomizing TCP start numbers */
|
/* Hook for randomizing TCP start numbers */
|
||||||
|
. = ALIGN(2);
|
||||||
_tcp_new_port_port = ABSOLUTE(.);
|
_tcp_new_port_port = ABSOLUTE(.);
|
||||||
*/liblwip.a:tcp.o(.port)
|
*/liblwip.a:tcp.o(.port)
|
||||||
/* Verify that the LWIP source has been patched as needed, or fail with
|
/* Verify that the LWIP source has been patched as needed, or fail with
|
||||||
|
|
Loading…
Reference in New Issue