mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
all remaining *.c *.h files from hp merge.
This commit is contained in:
@@ -474,7 +474,11 @@ c_value_print (val, stream, format, pretty)
|
||||
if (TYPE_CODE (type) == TYPE_CODE_PTR &&
|
||||
TYPE_NAME (type) == NULL &&
|
||||
TYPE_NAME (TYPE_TARGET_TYPE (type)) != NULL &&
|
||||
STREQ (TYPE_NAME (TYPE_TARGET_TYPE (type)), "char"))
|
||||
STREQ (TYPE_NAME (TYPE_TARGET_TYPE (type)), "char") &&
|
||||
!TYPE_VOLATILE (TYPE_TARGET_TYPE (type)) &&
|
||||
(TYPE_UNSIGNED (TYPE_TARGET_TYPE (type)) || TYPE_NOSIGN (TYPE_TARGET_TYPE (type))) &&
|
||||
!TYPE_VOLATILE (type) &&
|
||||
!TYPE_CONST (type))
|
||||
{
|
||||
/* Print nothing */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user