diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-15 18:39:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-15 18:39:31 +0000 |
commit | 37032d95999c177eb45e2b196f3c8e5edfcafd1b (patch) | |
tree | ca9c0ead6e10150c38843134dedfa9a2227fa774 /gas | |
parent | 9d87af5697d373e07bd70190aff7f107e4a2665d (diff) | |
download | gdb-37032d95999c177eb45e2b196f3c8e5edfcafd1b.zip gdb-37032d95999c177eb45e2b196f3c8e5edfcafd1b.tar.gz gdb-37032d95999c177eb45e2b196f3c8e5edfcafd1b.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index be64cfc..553d0ef 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. |