mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
The MIPS thinks that addresses are signed. Sign extend MIPS ECOFF
addresses.
This commit is contained in:
@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#include "coff/internal.h"
|
||||
#include "coff/ecoff.h"
|
||||
#include "coff/mips.h"
|
||||
#define ECOFF_32
|
||||
#define ECOFF_SIGNED_32
|
||||
#include "ecoffswap.h"
|
||||
|
||||
/* This structure is used to hold .got information when linking. It
|
||||
|
Reference in New Issue
Block a user