Commit 69fa83cf by Jim Wilson

Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation.

From-SVN: r19468
parent 3a6bd8c0
......@@ -4684,9 +4684,11 @@ up, rather than put the references in the text section.
@item -membedded-pic
@itemx -mno-embedded-pic
Generate PIC code suitable for some embedded systems. All calls are made
using PC relative address, and all data is addressed using the $gp register.
This requires GNU as and GNU ld which do most of the work.
Generate PIC code suitable for some embedded systems. All calls are
made using PC relative address, and all data is addressed using the $gp
register. No more than 65536 bytes of global data may be used. This
requires GNU as and GNU ld which do most of the work. This currently
only works on targets which use ECOFF; it does not work with ELF.
@item -membedded-data
@itemx -mno-embedded-data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment