mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* app.c: Fix formatting.
* as.c: Likewise. * ehopt.c: Likewise. * expr.c: Likewise. * input-file.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
This commit is contained in:
@ -2398,7 +2398,7 @@ print_symbol_value_1 (file, sym)
|
||||
segT s = S_GET_SEGMENT (sym);
|
||||
|
||||
if (s != undefined_section
|
||||
&& s != expr_section)
|
||||
&& s != expr_section)
|
||||
fprintf (file, " %lx", (long) S_GET_VALUE (sym));
|
||||
}
|
||||
else if (indent_level < max_indent_level
|
||||
|
Reference in New Issue
Block a user