mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
* dbxread.c (read_dbx_symtab): Fix indentation.
This commit is contained in:
parent
aeafac0cd3
commit
d7f98cced6
@ -1,3 +1,7 @@
|
||||
2008-01-08 Doug Evans <dje@google.com>
|
||||
|
||||
* dbxread.c (read_dbx_symtab): Fix indentation.
|
||||
|
||||
2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
* Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
|
||||
|
@ -1551,7 +1551,7 @@ read_dbx_symtab (struct objfile *objfile)
|
||||
if (tmp_language != language_unknown
|
||||
&& (tmp_language != language_c
|
||||
|| psymtab_language != language_cplus))
|
||||
psymtab_language = tmp_language;
|
||||
psymtab_language = tmp_language;
|
||||
|
||||
if (pst == NULL)
|
||||
{
|
||||
@ -1584,7 +1584,7 @@ read_dbx_symtab (struct objfile *objfile)
|
||||
if (tmp_language != language_unknown
|
||||
&& (tmp_language != language_c
|
||||
|| psymtab_language != language_cplus))
|
||||
psymtab_language = tmp_language;
|
||||
psymtab_language = tmp_language;
|
||||
|
||||
/* In C++, one may expect the same filename to come round many
|
||||
times, when code is coming alternately from the main file
|
||||
|
Loading…
Reference in New Issue
Block a user