mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* ch-typeprint.c (chill_type_print_base): Slightly change of printing
of variant structures.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Dec 11 06:52:02 1995 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* ch-typeprint.c (chill_type_print_base): Slightly change of printing
|
||||||
|
of variant structures.
|
||||||
|
|
||||||
Mon Dec 11 00:36:01 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
Mon Dec 11 00:36:01 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
* valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.
|
* valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.
|
||||||
|
@ -260,7 +260,8 @@ chill_type_print_base (type, stream, show, level)
|
|||||||
fputs_filtered ("\n", stream);
|
fputs_filtered ("\n", stream);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fputs_filtered ("ESAC\n", stream);
|
print_spaces_filtered (level + 4, stream);
|
||||||
|
fputs_filtered ("ESAC", stream);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
chill_print_type (field_type,
|
chill_print_type (field_type,
|
||||||
|
Reference in New Issue
Block a user