From 82cc2fbef099ad16fde63e56013c0c3cf3bd645b Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 15 Dec 2018 14:47:06 +0300 Subject: test: nasm-t -- Update multisection We start printing [-w+other] Signed-off-by: Cyrill Gorcunov --- travis/test/multisection-elf32.stderr | 2 +- travis/test/multisection-elf64.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/test/multisection-elf32.stderr b/travis/test/multisection-elf32.stderr index 8a6df4b5..8ee51353 100644 --- a/travis/test/multisection-elf32.stderr +++ b/travis/test/multisection-elf32.stderr @@ -1 +1 @@ -./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing \ No newline at end of file +./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing [-w+other] \ No newline at end of file diff --git a/travis/test/multisection-elf64.stderr b/travis/test/multisection-elf64.stderr index 8a6df4b5..8ee51353 100644 --- a/travis/test/multisection-elf64.stderr +++ b/travis/test/multisection-elf64.stderr @@ -1 +1 @@ -./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing \ No newline at end of file +./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing [-w+other] \ No newline at end of file -- cgit