Remove progname variable

The error message shouldn't specify the name of the binary, that's
supposed to be known by the caller.

Update test reference outputs.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-04-08 18:10:14 +01:00
parent 77546e9c58
commit 3d8396b86f
12 changed files with 11 additions and 29 deletions

View File

@@ -1 +1 @@
rgblink: error: Unable to place 'r0b' (ROM0 section) anywhere
error: Unable to place 'r0b' (ROM0 section) anywhere

View File

@@ -1 +1 @@
rgblink: error: ROMX sections can't be used with option -t.
error: ROMX sections can't be used with option -t.

View File

@@ -1 +1 @@
rgblink: error: VRAM bank 1 can't be used with option -w.
error: VRAM bank 1 can't be used with option -w.

View File

@@ -1 +1 @@
rgblink: error: Unable to place 'v1' (VRAM section) in any bank
error: Unable to place 'v1' (VRAM section) in any bank

View File

@@ -1 +1 @@
rgblink: error: Unable to place 'w0b' (WRAM0 section) anywhere
error: Unable to place 'w0b' (WRAM0 section) anywhere

View File

@@ -1 +1 @@
rgblink: error: WRAMX sections can't be used with option -w.
error: WRAMX sections can't be used with option -w.