summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/f-lang.c
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2004-12-27 14:00:31 +0000
committerkettenis <kettenis@openbsd.org>2004-12-27 14:00:31 +0000
commit63addd46c1e40ca0f49488ddcdc4ab598023b0c1 (patch)
treedf14674172598ef79ec27770c0081a6fdf1e1a3c /gnu/usr.bin/binutils/gdb/f-lang.c
parentreset skip interface flags on reloads and for -Fall (diff)
downloadwireguard-openbsd-63addd46c1e40ca0f49488ddcdc4ab598023b0c1.tar.xz
wireguard-openbsd-63addd46c1e40ca0f49488ddcdc4ab598023b0c1.zip
Resolve conflicts for GDB 6.3. Add local patches.
ok deraadt@
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/f-lang.c')
-rw-r--r--gnu/usr.bin/binutils/gdb/f-lang.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/f-lang.c b/gnu/usr.bin/binutils/gdb/f-lang.c
index 1e7cd45362c..e058dd4aa43 100644
--- a/gnu/usr.bin/binutils/gdb/f-lang.c
+++ b/gnu/usr.bin/binutils/gdb/f-lang.c
@@ -462,9 +462,11 @@ const struct language_defn f_language_defn =
range_check_on,
type_check_on,
case_sensitive_off,
+ array_column_major,
&exp_descriptor_standard,
f_parse, /* parser */
f_error, /* parser error function */
+ null_post_parser,
f_printchar, /* Print character constant */
f_printstr, /* function to print string constant */
f_emit_char, /* Function to print a single character */
@@ -477,15 +479,13 @@ const struct language_defn f_language_defn =
basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */
basic_lookup_transparent_type,/* lookup_transparent_type */
NULL, /* Language specific symbol demangler */
- {"", "", "", ""}, /* Binary format info */
- {"0%o", "0", "o", ""}, /* Octal format info */
- {"%d", "", "d", ""}, /* Decimal format info */
- {"0x%x", "0x", "x", ""}, /* Hex format info */
+ NULL, /* Language specific class_name_from_physname */
f_op_print_tab, /* expression operators for printing */
0, /* arrays are first-class (not c-style) */
1, /* String lower bound */
&builtin_type_f_character, /* Type of string elements */
default_word_break_characters,
+ NULL, /* FIXME: la_language_arch_info. */
LANG_MAGIC
};