aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
diff options
context:
space:
mode:
authorGaius Mulley <gaius@glam.ac.uk>2006-05-13 15:46:38 +0000
committerGaius Mulley <gaius@glam.ac.uk>2006-05-13 15:46:38 +0000
commit72019c9cbc1405cb0ecfab5d57a66279a45c19c5 (patch)
tree3a0de2f116ae273c53484e3d28af93cd339e2b95 /gdb/MAINTAINERS
parent34addd0f72d6ef37bf70f8772509495cd2d733a8 (diff)
downloadgdb-72019c9cbc1405cb0ecfab5d57a66279a45c19c5.zip
gdb-72019c9cbc1405cb0ecfab5d57a66279a45c19c5.tar.gz
gdb-72019c9cbc1405cb0ecfab5d57a66279a45c19c5.tar.bz2
2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
* gdb/m2-lang.h: added function extern prototypes for m2_is_long_set and get_long_set_bounds. * gm2/m2-typeprint.c: This file has been completely replaced to reflect the Modula-2 syntax rather than call the c_print_type function. (m2_print_type): walk the Modula-2 type tree. (m2_type_name): added. (m2_range): added. (m2_typedef): added. (m2_array): added. (m2_pointer): added. (m2_ref): added. (m2_unknown): added. (m2_union): added. (m2_procedure): added. (m2_print_bounds): added. (m2_short_set): added. (m2_is_long_set): added. (m2_get_discrete_bounds): added. (m2_is_long_set_of_type): added. (m2_long_set): added. (m2_record_fields): added. (m2_enum): added. * gdb/dwarf2read.c: added ability to detect the language Modula-2 and handle SET and CHAR types. (read_set_type): added. (process_die): call read_set_type. (read_base_type): modifed signed/unsigned char handling for Modula-2. (set_cu_language): added Modula-2 case clause. * gdb/m2-valprint.c: complete replacement so that Modula-2 values are printed rather than call the C language routines. (print_function_pointer_address): added. (get_long_set_bounds): added. (m2_print_long_set): added. (print_unpacked_pointer): added. (print_variable_at_address): added. (m2_val_print): replaced.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r--gdb/MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 4ed438a..c143a43 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -503,6 +503,7 @@ Marko Mlinar markom@opencores.org
Alan Modra amodra@bigpond.net.au
Jason Molenda jmolenda@apple.com
Pierre Muller muller@sources.redhat.com
+Gaius Mulley gaius@glam.ac.uk
Joseph Myers joseph@codesourcery.com
Fernando Nasser fnasser@redhat.com
Nathanael Nerode neroden@gcc.gnu.org