diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-01 20:02:40 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-01 20:02:40 +0000 |
commit | 2dbcd06bee46c3188cc0c7e3da66fc5445acb8fa (patch) | |
tree | 35023db2a82384c7b50a4d8ee29938ef94d55727 /gcc/halfpic.h | |
parent | 48e31ca8d3826f7ac05ac134ca8305800444c901 (diff) | |
download | gcc-2dbcd06bee46c3188cc0c7e3da66fc5445acb8fa.tar.gz |
Do not put halfpic cruft into libgcc.a on OSF/1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5543 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/halfpic.h')
-rw-r--r-- | gcc/halfpic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/halfpic.h b/gcc/halfpic.h index 5e834dc91e2..f2513710bf7 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef NO_HALF_PIC + /* Add prototype support. */ #ifndef PROTO #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) @@ -78,3 +80,5 @@ extern struct rtx_def *half_pic_ptr PROTO((struct rtx_def *)); /* return RTX for #ifndef HALF_PIC_PREFIX #define HALF_PIC_PREFIX "__pic_" #endif + +#endif /* NO_HALF_PIC */ |