aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sh64.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-21 13:04:14 +0000
committerAlan Modra <amodra@gmail.com>2007-04-21 13:04:14 +0000
commit541d2ffd365ca39533b78edc9aadd70ad4791163 (patch)
tree12ef5bd7a57e6a9a13a839dcd0738c6210dc6545 /gas/config/tc-sh64.c
parent2523cd0a8125bf1b1e7442a70a7c4894ae012c1c (diff)
downloadgdb-541d2ffd365ca39533b78edc9aadd70ad4791163.zip
gdb-541d2ffd365ca39533b78edc9aadd70ad4791163.tar.gz
gdb-541d2ffd365ca39533b78edc9aadd70ad4791163.tar.bz2
* config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
(md_atof): Make number_of_chars unsigned. Revert last change. * config/tc-or32.c (md_apply_fix): Delete bogus assertions. * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF. * config/tc-sh.h (md_optimize_expr): Likewise. * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus assertion. * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
Diffstat (limited to 'gas/config/tc-sh64.c')
-rw-r--r--gas/config/tc-sh64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c
index 47248fb..a306c1b 100644
--- a/gas/config/tc-sh64.c
+++ b/gas/config/tc-sh64.c
@@ -3035,8 +3035,6 @@ sh64_target_mach (void)
valueT
shmedia_md_pcrel_from_section (struct fix *fixP, segT sec ATTRIBUTE_UNUSED)
{
- know (fixP->fx_frag->fr_type == rs_machine_dependent);
-
/* Use the ISA for the instruction to decide which offset to use. We
can glean it from the fisup type. */
switch (fixP->fx_r_type)