* aoutx.h (translate_to_native_sym_flags): Set the type of a

BSF_WARNING symbol to N_WARNING.
This commit is contained in:
Ian Lance Taylor 1994-01-19 05:05:27 +00:00
parent 13655af625
commit d7e34f67be
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 19 00:02:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* aoutx.h (translate_to_native_sym_flags): Set the type of a
BSF_WARNING symbol to N_WARNING.
Tue Jan 18 16:43:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p

View File

@ -1337,6 +1337,7 @@ DEFUN(translate_to_native_sym_flags,(sym_pointer, cache_ptr, abfd),
if (cache_ptr->flags & (BSF_WARNING)) {
sym_pointer->e_type[0] = N_WARNING;
(sym_pointer+1)->e_type[0] = 1;
}