projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9ab4a
)
Revert "Gold/MIPS: Add targ_extra_size=64 for mips32 triples"
author
Maciej W. Rozycki
<macro@orcam.me.uk>
Tue, 29 Aug 2023 15:13:10 +0000
(16:13 +0100)
committer
Maciej W. Rozycki
<macro@orcam.me.uk>
Wed, 30 Aug 2023 17:45:14 +0000
(18:45 +0100)
This reverts commit
d6cdc0af2b880bb48dd16055f4cb3509c7a2da70
. It was
applied unapproved.
gold/configure.tgt
patch
|
blob
|
history
diff --git
a/gold/configure.tgt
b/gold/configure.tgt
index 4b16634ff4e65319415cbe0fb9db89e54d65cd1a..8f0f21bdc038a0b68d667fc343089845d89534b5 100644
(file)
--- a/
gold/configure.tgt
+++ b/
gold/configure.tgt
@@
-157,7
+157,6
@@
mips*el-*-*)
targ_obj=mips
targ_machine=EM_MIPS
targ_size=32
- targ_extra_size=64
targ_big_endian=false
targ_extra_big_endian=true
;;
@@
-165,7
+164,6
@@
mips*-*-*)
targ_obj=mips
targ_machine=EM_MIPS
targ_size=32
- targ_extra_size=64
targ_big_endian=true
targ_extra_little_endian=true
;;