* stabsread.c (rs6000_builtin_type): Make `logical' be TYPE_CODE_BOOL.
This commit is contained in:
parent
0e84d6ec2d
commit
91ab5674f8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 26 13:17:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabsread.c (rs6000_builtin_type): Make `logical' be TYPE_CODE_BOOL.
|
||||
|
||||
Sun Jul 25 23:41:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* breakpoint.{c,h} (struct breakpoint): Replace symtab field with
|
||||
|
|
|
@ -1686,7 +1686,7 @@ rs6000_builtin_type (typenum)
|
|||
"logical*4", NULL);
|
||||
break;
|
||||
case 24:
|
||||
rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
|
||||
rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED,
|
||||
"logical", NULL);
|
||||
break;
|
||||
case 25:
|
||||
|
|
Loading…
Reference in a new issue