mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 08:25:30 +08:00
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.
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)
|
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.
|
||||||
|
|
||||||
* write.c (fixup_segment): fixed missing parens in expression
|
* write.c (fixup_segment): fixed missing parens in expression
|
||||||
checking for byte or word overflow.
|
checking for byte or word overflow.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user