assemble.c: always do overflow warnings on pass 2
commit285222ffd634d479aacf6c4aaec63615a37a1a5e
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 21:27:33 +0000 (1 13:27 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 21:27:33 +0000 (1 13:27 -0800)
tree9b9efd5f8201d413369ce98f767e19f03cf8a69d
parentfbb07d68434c95cbf3638459970457ebf796de36
assemble.c: always do overflow warnings on pass 2

It is very rare that it makes sense to warn on pass 1.  Instead, do
all the overflow warnings in pass 2.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/assemble.c