Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Mon, 14 Sep 1992 05:25:24 +0000 (05:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 14 Sep 1992 05:25:24 +0000 (05:25 +0000)
commitca5e9d49dd1f1ccb8bb6320dc910f24a8457c90f
tree6f311e6b799bf3822ff9562e1fdc8cb0d7df0bab
parent76bf2d5d613356d30a4b9715a4f34da56368a3fe
Sun Sep 13 20:30:10 1992  Ian Lance Taylor  (ian@cygnus.com)

* Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any
.word is < -32768 or > 32767.  The -J flag causes the error to be
ignored.  This is to catch over-sized switches generated by gcc on
systems which don't support the broken .word hack.
as.c (main): permit -J if WARN_SIGNED_OVERFLOW_WORD.
write.c (fixup_segment): check for signed .word overflow if
WARN_SIGNED_OVERFLOW_WORD.
gas/ChangeLog