diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-09 19:44:05 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-09 19:44:05 +0000 |
commit | b16efb7139c2d634545931fd432ffa75d67b8877 (patch) | |
tree | cdf18650d49615f9dc052748760de608a816594c /gdb/p-lang.c | |
parent | 3e8231d1e8fb374255409496f05fc18bf0d3b706 (diff) | |
download | binutils-b16efb7139c2d634545931fd432ffa75d67b8877.zip binutils-b16efb7139c2d634545931fd432ffa75d67b8877.tar.gz binutils-b16efb7139c2d634545931fd432ffa75d67b8877.tar.bz2 |
Merge drow-cplus-merge-20040208 to drow-cplus-branch.
Diffstat (limited to 'gdb/p-lang.c')
-rw-r--r-- | gdb/p-lang.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 3ebb433..a402532 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -1,5 +1,5 @@ /* Pascal language support routines for GDB, the GNU debugger. - Copyright 2000, 2002 Free Software Foundation, Inc. + Copyright 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -464,6 +464,7 @@ const struct language_defn pascal_language_defn = NULL, /* Language specific skip_trampoline */ value_of_this, /* value_of_this */ basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ + basic_lookup_transparent_type,/* lookup_transparent_type */ NULL, /* Language specific symbol demangler */ {"", "%", "b", ""}, /* Binary format info */ {"0%lo", "0", "o", ""}, /* Octal format info */ |