aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-12-14 02:54:14 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-12-14 02:54:14 +0000
commitf5f9008b803823fa371850f20b6a757514dc7059 (patch)
tree5edf8db8116b3e34f6c60a4be155e131cd312073 /gcc
parent69db9b990380290644638ead1edf292f5413a1ee (diff)
downloadgcc-f5f9008b803823fa371850f20b6a757514dc7059.zip
gcc-f5f9008b803823fa371850f20b6a757514dc7059.tar.gz
gcc-f5f9008b803823fa371850f20b6a757514dc7059.tar.bz2
pa.c (output_millicode_call): Correct typo.
* pa.c (output_millicode_call): Correct typo. (output_call): Likewise. From-SVN: r60115
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d1036a4..71233fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa.c (output_millicode_call): Correct typo.
+ (output_call): Likewise.
+
Fri Dec 13 21:07:18 2002 Alexandre Oliva <aoliva@redhat.com>
* config/mn10300/mn10300.c (print_operand) <case N>: Check
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 0d5f111..5c01a8b 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -6330,7 +6330,7 @@ output_millicode_call (insn, call_dest)
xoperands[1] = gen_label_rtx ();
output_asm_insn ("ldo %0-%1(%2),%2", xoperands);
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
- CODE_LABEL_NUMBER (xoperands[3]));
+ CODE_LABEL_NUMBER (xoperands[1]));
}
else
/* ??? This branch may not reach its target. */
@@ -6668,7 +6668,7 @@ output_call (insn, call_dest, sibcall)
xoperands[1] = gen_label_rtx ();
output_asm_insn ("ldo %0-%1(%%r2),%%r2", xoperands);
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
- CODE_LABEL_NUMBER (xoperands[3]));
+ CODE_LABEL_NUMBER (xoperands[1]));
}
else
/* ??? This branch may not reach its target. */