mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Gold/MIPS: Add targ_extra_size=64 for mips32 triples
This commit is contained in:
parent
1920148904
commit
619a8a364d
@ -1,3 +1,7 @@
|
||||
2023-11-17 YunQiang Su <yunqiang.su@cipunited.com>
|
||||
|
||||
* configure.tgt (mips targets): Set targ_extra_size=64.
|
||||
|
||||
2023-11-15 Arsen Arsenović <arsen@aarsen.me>
|
||||
|
||||
* aclocal.m4: Regenerate.
|
||||
@ -7,8 +11,8 @@
|
||||
|
||||
2023-11-10 YunQiang Su <yunqiang.su@cipunited.com>
|
||||
|
||||
* configure.tgt (targ_machine): Set to EM_MIPS for little endian
|
||||
mips targets.
|
||||
* configure.tgt (mips targets): Set targ_machine to EM_MIPS for
|
||||
little endian mips targets.
|
||||
|
||||
2023-09-05 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
|
@ -157,6 +157,7 @@ mips*el*-*-*|mips*le*-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
targ_size=32
|
||||
targ_extra_size=64
|
||||
targ_big_endian=false
|
||||
targ_extra_big_endian=true
|
||||
;;
|
||||
@ -164,6 +165,7 @@ mips*-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
targ_size=32
|
||||
targ_extra_size=64
|
||||
targ_big_endian=true
|
||||
targ_extra_big_endian=false
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user