* config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in
authorIan Lance Taylor <ian@airs.com>
Fri, 9 Apr 1993 16:08:29 +0000 (16:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 9 Apr 1993 16:08:29 +0000 (16:08 +0000)
symbolic header match cline in FDR; the native liinker seems to
want that.

gas/ChangeLog
gas/config/obj-ecoff.c

index 7e4c9d4343c0ed66c15d4a5b6e312413515b0225..f693bc452e49c33495c840d0ffd11cc7de100577 100644 (file)
@@ -1,3 +1,9 @@
+Fri Apr  9 09:05:47 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in
+       symbolic header match cline in FDR; the native liinker seems to
+       want that.
+
 Thu Apr  8 15:51:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * doc/Makefile.in: as.texinfo is in $(srcdir).  Use
index 5677ee142750825ef04ed40519cf1149896d0169..35567f11bf6f3d9eac1ca01a32a647de377cab02 100644 (file)
@@ -3713,7 +3713,7 @@ ecoff_build_lineno (buf, bufend, offset, linecntptr)
   c = ecoff_longword_adjust (buf, bufend, c, &bufptr);
 
   if (linecntptr != (long *) NULL)
-    *linecntptr = iline;
+    *linecntptr = totcount;
 
   return c;
 }
@@ -3940,9 +3940,8 @@ ecoff_build_symbols (buf,
                        }
                      else
                        {
-                         know (sym_ptr->begin_ptr->index_ptr
-                               != (aux_t *) NULL);
-                         sym_ptr->begin_ptr->index_ptr->data.isym =
+                         know (begin_ptr->index_ptr != (aux_t *) NULL);
+                         begin_ptr->index_ptr->data.isym =
                            isym - ifilesym + 1;
                        }