Author: Andreas Beckmann <anbe@debian.org>
Description: some tests failed with "region `data' overflowed by 8 bytes"
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: abort_at90s4433.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 8 bytes
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: abort_attiny25.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 8 bytes
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: abort_attiny2313.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 8 bytes
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: exit_at90s4433.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 6 bytes
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: exit_attiny25.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 6 bytes
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: exit_attiny2313.elf section `.data' will not fit in region `data'
 /usr/lib/gcc/avr/7.3.0/../../../avr/bin/ld: region `data' overflowed by 6 bytes

--- a/regress/avrtest/test_abort.c
+++ b/regress/avrtest/test_abort.c
@@ -10,7 +10,7 @@ int main()
 {
   debug_puts(
     "\n"
-    "This program tests the simulator magic abort port.\n"
+    "This program tests the magic abort port.\n"
     "There should be no more messages after this one.\n"
   );
 
--- a/regress/avrtest/test_exit.c
+++ b/regress/avrtest/test_exit.c
@@ -10,7 +10,7 @@ int main()
 {
   debug_puts(
     "\n"
-    "This program tests the simulator magic exit port.\n"
+    "This program tests the magic exit port.\n"
     "There should be no more messages after this one.\n"
   );
 
