[Bug ld/27167] Missing -mipsXXX LD command line flags

2022-06-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

Alan Modra  changed:

   What|Removed |Added

Version|2.35.1  |2.35

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

Nick Clifton  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Nick Clifton  ---
Hi Matt,

  Thanks for the patch.  I have now applied it to the mainline and 2.36 branch
sources.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #7 from cvs-commit at gcc dot gnu.org  ---
The binutils-2_36-branch branch has been updated by Nick Clifton
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dee726de9b1b5e6eaa1d1869c68d8e443646e72a

commit dee726de9b1b5e6eaa1d1869c68d8e443646e72a
Author: Matt Jenkins 
Date:   Mon Jan 11 14:33:03 2021 +

Add support for more MIPS variants to the linker command line.

PR ld/27167
* ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3
and mips64r5 to list of known mips targets.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #6 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c0f6e439cc59fa60fec3a4c4ff56e6fac52a8c65

commit c0f6e439cc59fa60fec3a4c4ff56e6fac52a8c65
Author: Matt Jenkins 
Date:   Mon Jan 11 14:31:55 2021 +

Add support for more MIPS variants to the linker command line.

PR ld/27167
* ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3
and mips64r5 to list of known mips targets.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread matt at majenko dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #5 from Matt Jenkins  ---
Sure thing. I've retained the -mips5 flag which GCC doesn't seem to use, just
in case there's some other source that flag could come from. It's doing no harm
being there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread matt at majenko dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #4 from Matt Jenkins  ---
Created attachment 13113
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13113=edit
Patch for mips flags

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

Nick Clifton  changed:

   What|Removed |Added

 CC||nickc at redhat dot com

--- Comment #3 from Nick Clifton  ---
(In reply to Matt Jenkins from comment #2)
> Actually, there's a couple more missing.  From GCC's `--target-help`:

In which case would you mind submitting a revised patch ?  Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread matt at majenko dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #2 from Matt Jenkins  ---
Actually, there's a couple more missing.  From GCC's `--target-help`:

  Known MIPS ISA levels (for use with the -mips option):
1 2 3 32 32r2 32r3 32r5 32r6 4 64 64r2 64r3 64r5 64r6

-mips64r3 and -mips64r5 seem to be lacking (and -mips5 seems to be there which
isn't in the list of ISA levels).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27167] Missing -mipsXXX LD command line flags

2021-01-11 Thread matt at majenko dot co.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=27167

--- Comment #1 from Matt Jenkins  ---
On further investigation there is no MIPS32R4, so the -mips32r4 flag could be
removed from that list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.