From: Ian Lance Taylor Date: Fri, 15 Apr 1994 18:39:31 +0000 (+0000) Subject: * ecoff.c (first_proc_ptr): New static variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37032d95999c177eb45e2b196f3c8e5edfcafd1b;p=binutils-gdb.git * ecoff.c (first_proc_ptr): New static variable. (add_procedure): Set first_proc_ptr if it hasn't been set. (ecoff_build_lineno): If the first procedure does not start at address zero, insert a dummy line to compensate. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index be64cfc9cd7..553d0ef1dec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Fri Apr 15 10:51:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ecoff.c (first_proc_ptr): New static variable. + (add_procedure): Set first_proc_ptr if it hasn't been set. + (ecoff_build_lineno): If the first procedure does not start at + address zero, insert a dummy line to compensate. + * Makefile.in (bootstrap, bootstrap2, bootstrap3): Make gasp.new as well as as.new.