Ensure ld-provided port alias is properly aligned.
This commit is contained in:
parent
340edbbe2f
commit
4888c5fc62
|
@ -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