mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
* p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR for fondamental pascal 'char' type.
This commit is contained in:
parent
e2625b330b
commit
0906b7396c
@ -1,3 +1,8 @@
|
||||
2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
|
||||
for fondamental pascal 'char' type.
|
||||
|
||||
2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* p-lang.h (is_pascal_string_type): Declaration changed,
|
||||
|
@ -293,7 +293,7 @@ pascal_create_fundamental_type (struct objfile *objfile, int typeid)
|
||||
0, "void", objfile);
|
||||
break;
|
||||
case FT_CHAR:
|
||||
type = init_type (TYPE_CODE_INT,
|
||||
type = init_type (TYPE_CODE_CHAR,
|
||||
TARGET_CHAR_BIT / TARGET_CHAR_BIT,
|
||||
0, "char", objfile);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user