aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-05-12 17:10:58 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-05-12 17:10:58 +0000
commite77e490a1b9d366d91b3e2fbdbc30dc5ae412b9a (patch)
tree283a6226b6a90cdd2658b8453cb2936b2e1d87f8 /gcc/config
parenta3de9d53b8c199507e43a6a086f2d3c37eac5bff (diff)
* Merge from csl/sourcerygxx-4_1 version 113722
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/arm-4_1@113726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/arm.c2
-rw-r--r--gcc/config/mips/mips.c14
2 files changed, 7 insertions, 9 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 283066917a3..c151c83b3df 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -9284,7 +9284,7 @@ output_move_vfp (rtx *operands)
load ? "ld" : "st",
dp ? 'd' : 's',
dp ? "P" : "",
- integer_p ? "\\t%@ int" : "");
+ integer_p ? "\t%@ int" : "");
output_asm_insn (buff, ops);
return "";
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 1a8bddb8e2c..c69d0099023 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -1446,18 +1446,16 @@ mips_symbolic_address_p (enum mips_symbol_type symbol_type,
/* The address will have to be loaded from the GOT first. */
return false;
- case SYMBOL_TLSGD:
- case SYMBOL_TLSLDM:
- case SYMBOL_DTPREL:
- case SYMBOL_TPREL:
- case SYMBOL_GOTTPREL:
- case SYMBOL_TLS:
- return false;
-
case SYMBOL_GOTOFF_PAGE:
case SYMBOL_GOTOFF_GLOBAL:
case SYMBOL_GOTOFF_CALL:
case SYMBOL_GOTOFF_LOADGP:
+ case SYMBOL_TLS:
+ case SYMBOL_TLSGD:
+ case SYMBOL_TLSLDM:
+ case SYMBOL_DTPREL:
+ case SYMBOL_GOTTPREL:
+ case SYMBOL_TPREL:
case SYMBOL_64_HIGH:
case SYMBOL_64_MID:
case SYMBOL_64_LOW: