From 69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 28 Apr 1998 05:13:37 -0700 Subject: [PATCH] Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation. From-SVN: r19468 --- gcc/invoke.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2