summaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-18 21:20:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-18 21:20:10 +0000
commit42f6b9ffef1927d55d15075d9e810435c590c404 (patch)
tree7c95a9c9dffd83bd2b1b05383d24668f2eda796b /gas/config
parentecb78adf803de7c4a6396b2a6ecbb0f09a9f0513 (diff)
downloadsrc-test2-42f6b9ffef1927d55d15075d9e810435c590c404.tar.gz
src-test2-42f6b9ffef1927d55d15075d9e810435c590c404.zip
Notes
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-hppa.h6
-rw-r--r--gas/config/tc-m32r.c2
-rw-r--r--gas/config/tc-mips.c1
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h
index 64d064423317..4b43a7faf675 100644
--- a/gas/config/tc-hppa.h
+++ b/gas/config/tc-hppa.h
@@ -55,13 +55,17 @@
#endif
#else /* TARGET_ARCH_SIZE == 32 */
#include "bfd/elf32-hppa.h"
-#if defined (TE_LINUX) || defined (TE_NetBSD)
+#if defined (TE_LINUX)
#define TARGET_FORMAT "elf32-hppa-linux"
#else
+#if defined (TE_NetBSD)
+#define TARGET_FORMAT "elf32-hppa-netbsd"
+#else
#define TARGET_FORMAT "elf32-hppa"
#endif
#endif
#endif
+#endif
#ifdef OBJ_SOM
#include "bfd/som.h"
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c
index fb1c61354fba..919904fc15ab 100644
--- a/gas/config/tc-m32r.c
+++ b/gas/config/tc-m32r.c
@@ -127,7 +127,7 @@ static int warn_explicit_parallel_conflicts = 1;
static int ignore_parallel_conflicts = 0;
/* Non-zero if insns can be made parallel. */
-static int use_parallel = 1;
+static int use_parallel = 0;
/* Non-zero if optimizations should be performed. */
static int optimize;
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 7b6cee85df41..a448265d47d1 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -2708,6 +2708,7 @@ append_insn (struct mips_cl_insn *ip, expressionS *address_expr,
prev_insn_reloc_type[1] = BFD_RELOC_UNUSED;
prev_insn_reloc_type[2] = BFD_RELOC_UNUSED;
prev_insn_extended = 0;
+ prev_insn_is_delay_slot = 1;
}
else
{