diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-07 22:42:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-07 22:42:23 +0000 |
commit | fe4e32905b47a8c60c96656789b1bfbda4f264f1 (patch) | |
tree | 1430734d41a368784e22dffafffb15a84637e0ab /gas/ChangeLog | |
parent | 5330499f720d8c00c89d9468dac9bcb34f2ac010 (diff) | |
download | gdb-fe4e32905b47a8c60c96656789b1bfbda4f264f1.zip gdb-fe4e32905b47a8c60c96656789b1bfbda4f264f1.tar.gz gdb-fe4e32905b47a8c60c96656789b1bfbda4f264f1.tar.bz2 |
* ecoff.c (ecoff_stab): Don't clobber the ECOFF symbol information
with the associate stabs information.
(ecoff_build_symbols): Never set the type of stabs symbols to
st_Global. Don't update the symbol index or ifd if the gas symbol
is not the same as the ECOFF symbol (which is now the case for
stabs symbols).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f9dffaf..8c93fdc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Fri Jan 7 17:38:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ecoff.c (ecoff_stab): Don't clobber the ECOFF symbol information + with the associate stabs information. + (ecoff_build_symbols): Never set the type of stabs symbols to + st_Global. Don't update the symbol index or ifd if the gas symbol + is not the same as the ECOFF symbol (which is now the case for + stabs symbols). + Fri Jan 7 11:14:07 1994 Stan Shebs (shebs@andros.cygnus.com) * config/tc-mips.c (macro): Add a LOSING_COMPILER ifdef that |