diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-07 21:29:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-07 21:29:54 +0000 |
commit | ae99a6721fed820514d60c92a885c0c923cf4d77 (patch) | |
tree | 3dd046f13ef4420914b02cf16efc330281a07aa4 | |
parent | 60fa79065acfaf76b848b564b04e2f1809a7864a (diff) | |
download | gdb-ae99a6721fed820514d60c92a885c0c923cf4d77.zip gdb-ae99a6721fed820514d60c92a885c0c923cf4d77.tar.gz gdb-ae99a6721fed820514d60c92a885c0c923cf4d77.tar.bz2 |
* config/obj-coff.c (coff_frob_symbol): If SF_GET_FUNCTION, set
BSF_FUNCTION.
(symbol_globalP, symbol_global_lastP): New global variables.
(yank_symbols): Sort defined global symbols to the end, just
before the undefined symbols.
(glue_symbols): Add two arguments, and use them instead of
referring directly to global variables.
(crawl_symbols): Call glue_symbols twice, once for defined globals
and once for undefined. Add corresponding know calls.
PR 5491.
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index acb3e59..000b5a1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ Fri Jul 7 11:17:27 1995 Ian Lance Taylor <ian@cygnus.com> + * config/obj-coff.c (coff_frob_symbol): If SF_GET_FUNCTION, set + BSF_FUNCTION. + (symbol_globalP, symbol_global_lastP): New global variables. + (yank_symbols): Sort defined global symbols to the end, just + before the undefined symbols. + (glue_symbols): Add two arguments, and use them instead of + referring directly to global variables. + (crawl_symbols): Call glue_symbols twice, once for defined globals + and once for undefined. Add corresponding know calls. + * app.c (do_scrub_next_char): Always accept \v. Don't make it conditional on BACKSLASH_V. * read.c (next_char_of_string): Likewise. |