From 7e107ab41a231f7aa8926b31c638b13905fcec12 Mon Sep 17 00:00:00 2001 From: AntonioND Date: Tue, 4 Apr 2017 22:54:36 +0100 Subject: [PATCH] Update references of linker tests Signed-off-by: AntonioND --- test/link/bank-numbers.out | 2 -- test/link/romx-tiny-no-t.out | 2 +- test/link/romx-tiny-t.out | 2 +- test/link/wramx-contwram-no-w.out | 2 +- test/link/wramx-contwram-w.out | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/link/bank-numbers.out b/test/link/bank-numbers.out index 427fe8b0..e69de29b 100644 --- a/test/link/bank-numbers.out +++ b/test/link/bank-numbers.out @@ -1,2 +0,0 @@ -rgblink: warning: Trying to calculate BANK() of label in HRAM. -rgblink: warning: Trying to calculate BANK() of label in OAM. diff --git a/test/link/romx-tiny-no-t.out b/test/link/romx-tiny-no-t.out index 6537114f..700b9a74 100644 --- a/test/link/romx-tiny-no-t.out +++ b/test/link/romx-tiny-no-t.out @@ -1 +1 @@ -rgblink:error:Unable to place 'r0b' (ROM0 section) anywhere +rgblink: error: Unable to place 'r0b' (ROM0 section) anywhere diff --git a/test/link/romx-tiny-t.out b/test/link/romx-tiny-t.out index 5d02cc75..e8fa3e82 100644 --- a/test/link/romx-tiny-t.out +++ b/test/link/romx-tiny-t.out @@ -1 +1 @@ -rgblink:error:ROMX sections can't be used with option -t. +rgblink: error: ROMX sections can't be used with option -t. diff --git a/test/link/wramx-contwram-no-w.out b/test/link/wramx-contwram-no-w.out index 219db0e4..8f5a6dd3 100644 --- a/test/link/wramx-contwram-no-w.out +++ b/test/link/wramx-contwram-no-w.out @@ -1 +1 @@ -rgblink:error:Unable to place 'w0b' (WRAM0 section) anywhere +rgblink: error: Unable to place 'w0b' (WRAM0 section) anywhere diff --git a/test/link/wramx-contwram-w.out b/test/link/wramx-contwram-w.out index 51cc3c8e..4317b2d4 100644 --- a/test/link/wramx-contwram-w.out +++ b/test/link/wramx-contwram-w.out @@ -1 +1 @@ -rgblink:error:WRAMX sections can't be used with option -w. +rgblink: error: WRAMX sections can't be used with option -w.