diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:20 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:20 +0000 |
commit | b550e0588e54efcea40f213bc2a92149514efa19 (patch) | |
tree | a1f7bb72e5b4c58a657fc844c6b19930ba5849d2 /gcc/halfpic.c | |
parent | f0e22b4ea622717f357a44f04d568461de30b47d (diff) | |
download | gcc-b550e0588e54efcea40f213bc2a92149514efa19.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/halfpic.c')
-rw-r--r-- | gcc/halfpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/halfpic.c b/gcc/halfpic.c index 817dc21b7c0..fdbaccd2ee0 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* The OSF/rose half-pic model assumes that the non-library code does not need to have full PIC (position independent code), but rather, that pointers to external references are put into the data section - and derefenced as normal pointers. References to static data does + and dereferenced as normal pointers. References to static data does not need to be PIC-ized. Another optimization is to have the compiler know what symbols are |