From f878fa8709f0240936571820a7089e371247c4ac Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 30 Mar 2016 16:06:45 +0200 Subject: [PATCH] Adjusted to recent cc65 linker config changes. --- test/cifs.s | 3 ++- test/dns.s | 3 ++- test/dottedquad.s | 3 ++- test/geturl.s | 3 ++- test/httpd.s | 3 ++- test/parsequerystring.s | 3 ++- test/parser.s | 3 ++- test/ping.s | 3 ++- test/sntp.s | 3 ++- test/tcp.s | 3 ++- test/tftp.s | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/test/cifs.s b/test/cifs.s index 0a39b40..89569ad 100644 --- a/test/cifs.s +++ b/test/cifs.s @@ -12,7 +12,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/dns.s b/test/dns.s index 4e0592a..4e5024f 100644 --- a/test/dns.s +++ b/test/dns.s @@ -13,7 +13,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/dottedquad.s b/test/dottedquad.s index 429a8f2..dbd7ea9 100644 --- a/test/dottedquad.s +++ b/test/dottedquad.s @@ -11,7 +11,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/geturl.s b/test/geturl.s index f61b238..9507f68 100644 --- a/test/geturl.s +++ b/test/geturl.s @@ -26,7 +26,8 @@ temp_buff = copy_dest ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/httpd.s b/test/httpd.s index e64838d..d15e47f 100644 --- a/test/httpd.s +++ b/test/httpd.s @@ -11,7 +11,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/parsequerystring.s b/test/parsequerystring.s index 1b68f4b..ae1466c 100644 --- a/test/parsequerystring.s +++ b/test/parsequerystring.s @@ -15,7 +15,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/parser.s b/test/parser.s index d1323ca..bbe4fdf 100644 --- a/test/parser.s +++ b/test/parser.s @@ -23,7 +23,8 @@ temp_buff = copy_dest ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/ping.s b/test/ping.s index 8c711fc..250c9d9 100644 --- a/test/ping.s +++ b/test/ping.s @@ -15,7 +15,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/sntp.s b/test/sntp.s index 957a415..d48b0e4 100644 --- a/test/sntp.s +++ b/test/sntp.s @@ -16,7 +16,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/tcp.s b/test/tcp.s index 8ab2262..3acc40d 100644 --- a/test/tcp.s +++ b/test/tcp.s @@ -38,7 +38,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP" diff --git a/test/tftp.s b/test/tftp.s index 95bc581..b6f90fd 100644 --- a/test/tftp.s +++ b/test/tftp.s @@ -19,7 +19,8 @@ ; keep LD65 happy -.segment "ZPSAVE" +.segment "INIT" +.segment "ONCE" .segment "STARTUP"