summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-01-11 12:27:02 -0800
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-01-11 12:27:02 -0800
commit38ddb19977c109ae18d69699d177c7d34c9d0455 (patch)
tree55121449214287e2d51d29b70c41ea2dd5f4b056 /travis
parentef4f23d76a6ce89c93b40150f48ba6803d42341e (diff)
downloadnasm-38ddb19977c109ae18d69699d177c7d34c9d0455.tar.gz
Warnings: move zeroing reserved space to a separate warning class
Zeroing reserved space in a progbits section really should be a separate warning class, so it can be controlled independently. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/multisection-elf32.stderr2
-rw-r--r--travis/test/multisection-elf64.stderr2
-rw-r--r--travis/test/multisection.stderr2
3 files changed, 3 insertions, 3 deletions
diff --git a/travis/test/multisection-elf32.stderr b/travis/test/multisection-elf32.stderr
index 8ee51353..c014ba25 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 [-w+other] \ No newline at end of file
+./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing [-w+zeroing]
diff --git a/travis/test/multisection-elf64.stderr b/travis/test/multisection-elf64.stderr
index 8ee51353..c014ba25 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 [-w+other] \ No newline at end of file
+./travis/test/multisection.asm:84: warning: uninitialized space declared in non-BSS section `.hmm': zeroing [-w+zeroing]
diff --git a/travis/test/multisection.stderr b/travis/test/multisection.stderr
index f8575e13..a65c95f9 100644
--- a/travis/test/multisection.stderr
+++ b/travis/test/multisection.stderr
@@ -1 +1 @@
-./travis/test/multisection.asm:84: warning: uninitialized space declared in .hmm section: zeroing [-w+other] \ No newline at end of file
+./travis/test/multisection.asm:84: warning: uninitialized space declared in .hmm section: zeroing [-w+zeroing]