diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-28 12:13:37 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-28 12:13:37 +0000 |
commit | 5e34bac7b34cd4c93b8b7c60a202245d367450ce (patch) | |
tree | 5bbfba74cc3400897004df7d7adb028beae9bbf7 /gcc/invoke.texi | |
parent | d2232111cb0abfc0e73293997953cb78ce5a7c0e (diff) | |
download | gcc-5e34bac7b34cd4c93b8b7c60a202245d367450ce.tar.gz |
Patch from Ian Taylor. Clarify MIPS -membedded-pic documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19468 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 8 |
1 files 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 |