as: fixed internal error when immediate value of relocation overflow.
The as and ld use _bfd_error_handler to output error messages when checking relocation alignment and relocation overflow. However, the abfd value passed by as to the function is NULL, resulting in an internal error. The ld passes a non-null value to the function, so it can output an error message normally. (cherry picked from commit f87cf663)
Loading
Please register or sign in to comment