This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix alpha


I checked in the following patch.


H.J.
--
2001-11-15  H.J. Lu  <hjl@gnu.org>

	* config/tc-alpha.c (md_apply_fix3): Fix a typo.

Index: config/tc-alpha.c
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/config/tc-alpha.c,v
retrieving revision 1.1.1.25
diff -u -p -r1.1.1.25 tc-alpha.c
--- config/tc-alpha.c	2001/11/16 03:13:11	1.1.1.25
+++ config/tc-alpha.c	2001/11/16 07:14:37
@@ -1119,7 +1119,7 @@ md_pcrel_from (fixP)
    GPDISP.  */
 
 void
-md_apply_fix3 (fixP, valueP, seg)
+md_apply_fix3 (fixP, valP, seg)
      fixS *fixP;
      valueT * valP;
      segT seg;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]