aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1998-04-28 05:13:37 -0700
committerJim Wilson <wilson@gcc.gnu.org>1998-04-28 05:13:37 -0700
commit69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46 (patch)
tree5bbfba74cc3400897004df7d7adb028beae9bbf7
parent3a6bd8c0279d9b613c958e5945e96f956223cd6c (diff)
downloadgcc-69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46.zip
gcc-69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46.tar.gz
gcc-69fa83cfbbbbf834f54d8b0926ea1f355ea0ee46.tar.bz2
Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation.
From-SVN: r19468
-rw-r--r--gcc/invoke.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index a7c9c2e..dc293d7 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