mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -1 +1 @@
|
||||
rgblink: error: Unable to place 'r0b' (ROM0 section) anywhere
|
||||
error: Unable to place 'r0b' (ROM0 section) anywhere
|
||||
|
||||
@@ -1 +1 @@
|
||||
rgblink: error: ROMX sections can't be used with option -t.
|
||||
error: ROMX sections can't be used with option -t.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1 +1 @@
|
||||
rgblink: error: Unable to place 'v1' (VRAM section) in any bank
|
||||
error: Unable to place 'v1' (VRAM section) in any bank
|
||||
|
||||
@@ -1 +1 @@
|
||||
rgblink: error: Unable to place 'w0b' (WRAM0 section) anywhere
|
||||
error: Unable to place 'w0b' (WRAM0 section) anywhere
|
||||
|
||||
@@ -1 +1 @@
|
||||
rgblink: error: WRAMX sections can't be used with option -w.
|
||||
error: WRAMX sections can't be used with option -w.
|
||||
|
||||
Reference in New Issue
Block a user