* main.c (main): Move code that sets initial language to
authorFred Fish <fnf@specifix.com>
Sat, 19 Sep 1992 16:55:34 +0000 (16:55 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 19 Sep 1992 16:55:34 +0000 (16:55 +0000)
commitd75710b02c7dc0bef0c9a36f0976e7ac2fe6d660
treef707a1984dfd24ff8588635e30b374417f809884
parent5f1c39efa244145447808660b9bd8119cfc956c6
* main.c (main):  Move code that sets initial language to
symfile.c.  Fixup places where command files are processed to
be consistent in setting a default language if none has been
previously set.
* symfile.c (set_initial_language):  Add code moved from
main() that sets an initial default language when a new
symbol file is read.
* symfile.c (symbol_file_command):  Call set_initial_language.
* symtab.c (find_main_psymtab):  Add FIXME comment.
gdb/ChangeLog
gdb/main.c