diff options
author | obrien <obrien@FreeBSD.org> | 2000-09-06 00:59:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-09-06 00:59:15 +0800 |
commit | cc5ab2cdb39d2cb302d5e09d5d551d24c10f4400 (patch) | |
tree | edd199ee89ad83263de80acaf9d9646759254b9c /lang/gcc41/files/alpha-freebsd.h | |
parent | 8fc10bb21bb8fd6d89c292709f0c4e0ac1fdf68a (diff) | |
download | freebsd-ports-graphics-cc5ab2cdb39d2cb302d5e09d5d551d24c10f4400.tar.gz freebsd-ports-graphics-cc5ab2cdb39d2cb302d5e09d5d551d24c10f4400.tar.zst freebsd-ports-graphics-cc5ab2cdb39d2cb302d5e09d5d551d24c10f4400.zip |
Upgrade to the 2000-07-17 GCC 2.96 development snapshot.
Diffstat (limited to 'lang/gcc41/files/alpha-freebsd.h')
-rw-r--r-- | lang/gcc41/files/alpha-freebsd.h | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/lang/gcc41/files/alpha-freebsd.h b/lang/gcc41/files/alpha-freebsd.h index 0923ced59df..5b4870b3e3c 100644 --- a/lang/gcc41/files/alpha-freebsd.h +++ b/lang/gcc41/files/alpha-freebsd.h @@ -22,11 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This was taken from the NetBSD configuration, and modified for FreeBSD/alpha by Hidetoshi Shimokawa <simokawa@FreeBSD.ORG> */ -/* $FreeBSD: /tmp/pcvs/ports/lang/gcc41/files/Attic/alpha-freebsd.h,v 1.5 1999-10-10 20:28:32 obrien Exp $ */ - - -/* Get generic FreeBSD definitions. */ -#include <freebsd.h> +/* $FreeBSD: /tmp/pcvs/ports/lang/gcc41/files/Attic/alpha-freebsd.h,v 1.6 2000-09-05 16:59:10 obrien Exp $ */ #undef OBJECT_FORMAT_COFF @@ -58,7 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-D__alpha__ -D__alpha -D__ELF__ -Acpu(alpha) -Amachine(alpha)" \ - CPP_FBSD_PREDEFINES + FBSD_CPP_PREDEFINES #undef CPP_SPEC #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" @@ -83,7 +79,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ fputs ("\tjsr $28,_mcount\n", (FILE)) /* Show that we need a GP when profiling. */ -#define TARGET_PROFILING_NEEDS_GP +#undef TARGET_PROFILING_NEEDS_GP +#define TARGET_PROFILING_NEEDS_GP 1 #undef HAS_INIT_SECTION @@ -108,9 +105,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_OUTPUT_SOURCE_LINE #define ASM_OUTPUT_SOURCE_LINE(STREAM, LINE) \ alpha_output_lineno (STREAM, LINE) -extern void alpha_output_lineno (); - -extern void output_file_directive (); /* Attach a special .ident directive to the end of the file to identify the version of GCC which compiled this code. The format of the @@ -299,8 +293,6 @@ do { \ #undef READONLY_DATA_SECTION #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #undef CONST_SECTION_FUNCTION #define CONST_SECTION_FUNCTION \ void \ @@ -511,10 +503,6 @@ dtors_section () \ #define ENDFILE_SPEC \ "%{!shared:crtend.o%s} %{shared:crtendS.o%s}" -/* Implicit library calls should use memcpy, not bcopy, etc. */ - -#define TARGET_MEM_FUNCTIONS - /* Handle #pragma weak and #pragma pack. */ #define HANDLE_SYSV_PRAGMA |