[PATCH] Shut up tc-ia64.c warnings

Jakub Jelinek jakub@redhat.com
Thu Nov 28 15:35:00 GMT 2002


Hi!

Commited as obvious, sorry.

2002-11-29  Jakub Jelinek  <jakub@redhat.com>

	* config/tc-ia64.c (md_apply_fix3): Add default case.

--- gas/config/tc-ia64.c.jj	2002-11-28 16:00:15.000000000 +0100
+++ gas/config/tc-ia64.c	2002-11-29 01:52:41.000000000 +0100
@@ -10435,6 +10435,9 @@ md_apply_fix3 (fix, valP, seg)
 	case BFD_RELOC_IA64_LTOFF_DTPREL22:
 	  S_SET_THREAD_LOCAL (fix->fx_addsy);
 	  break;
+
+	default:
+	  break;
 	}
 
       /* ??? This is a hack copied from tc-i386.c to make PCREL relocs

	Jakub



More information about the Binutils mailing list