summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/as')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc02
-rw-r--r--gnu/usr.bin/binutils/as/alpha-freebsd/config.h19
-rw-r--r--gnu/usr.bin/binutils/as/i386-freebsd/config.h17
-rw-r--r--gnu/usr.bin/binutils/as/ia64-freebsd/config.h24
-rw-r--r--gnu/usr.bin/binutils/as/powerpc-freebsd/config.h17
-rw-r--r--gnu/usr.bin/binutils/as/sparc64-freebsd/config.h13
6 files changed, 48 insertions, 44 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index 0fd86c2..9296264 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -13,6 +13,8 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
input-scrub.c listing.c literal.c macro.c messages.c \
output-file.c read.c sb.c stabs.c \
subsegs.c symbols.c write.c depend.c ehopt.c
+# DEO: why not used?
+#SRCS+= itbl-ops.c
.if (${TARGET_ARCH} == "alpha")
WARNS= 0
.else
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
index b4b9253..fcbdec0 100644
--- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -146,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -154,15 +157,15 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -212,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "alpha-unknown-freebsd5.0"
+#define TARGET_ALIAS "alpha-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "alpha-unknown-freebsd5.0"
+#define TARGET_CANONICAL "alpha-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "alpha"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
index a70a280..842af61 100644
--- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -146,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -154,15 +157,15 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #define DEFAULT_ARCH "i386" */
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "i386-unknown-freebsd5.0"
+#define TARGET_ALIAS "i386-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "i386-unknown-freebsd5.0"
+#define TARGET_CANONICAL "i386-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "i386"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
index 5e5b7430..078e8f8 100644
--- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
@@ -149,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11.2" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -157,20 +157,14 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
-/* Default architecture. */
-/* #undef DEFAULT_ARCH */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -221,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -233,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "ia64-unknown-freebsd5"
+#define TARGET_ALIAS "ia64-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "ia64-unknown-freebsd5"
+#define TARGET_CANONICAL "ia64-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "ia64"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
@@ -254,13 +248,13 @@
#define HAVE_LC_MESSAGES 1
/* Define to 1 if NLS is requested */
-/* #undef ENABLE_NLS */
+/* #define ENABLE_NLS 1 */
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
/* #undef HAVE_GETTEXT */
/* Compiling cross-assembler? */
-/* #define CROSS_COMPILE 1 */
+/* #undef CROSS_COMPILE */
/* assert broken? */
/* #undef BROKEN_ASSERT */
diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
index 2bcaeae..6333f48 100644
--- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
@@ -149,13 +149,13 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "000427" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
+/* Using strict COFF? */
+/* #undef STRICTCOFF */
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
@@ -163,6 +163,9 @@
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -212,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "powerpc-unknown-freebsd5.0"
+#define TARGET_ALIAS "powerpc-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "powerpc-unknown-freebsd5.0"
+#define TARGET_CANONICAL "powerpc-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "powerpc"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
index cacc4cd..e32566b 100644
--- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
@@ -149,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -157,17 +157,16 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
-/* #undef DEFAULT_ARCH */
#define DEFAULT_ARCH "v9-64"
/* Using cgen code? */
@@ -216,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -228,7 +227,7 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "sparc54-obrien-freebsd5.0"
+#define TARGET_ALIAS "sparc64-obrien-freebsd5.0"
/* Canonical target. */
#define TARGET_CANONICAL "sparc64-obrien-freebsd5.0"
OpenPOWER on IntegriCloud