From: Jim Wilson Date: Tue, 28 Apr 1998 12:13:37 +0000 (-0700) Subject: Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46;p=gcc.git Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation. From-SVN: r19468 --- diff --git a/gcc/invoke.texi b/gcc/invoke.texi index a7c9c2ea48b..dc293d7f93e 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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