diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-03-23 04:27:26 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-03-23 04:27:26 +0000 |
commit | 64a5b29c665fbcac6360bcb9160e83b7bcdc670c (patch) | |
tree | d9ab7956233f030c3b0be9f900a78a72591668e5 /gdb/ChangeLog | |
parent | 7e5cd2dee0c04c238bb14871aa847f25064d9f8b (diff) | |
download | gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.zip gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.tar.gz gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.tar.bz2 |
HFA, function descriptor handling for IA-64.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 170eebd..64da13b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2000-03-22 Kevin Buettner <kevinb@redhat.com> + + * ia64-linux-nat.c: Fix copyright. + (fill_gregset): Minor formatting fix. + * ia64-tdep.c (template_encoding_table, fetch_instruction, + examine_prologue): Clean up some compiler warnings. + (is_float_or_hfa_type_recurse, is_float_or_hfa_type, find_func_descr, + find_global_pointer, find_extant_func_descr): New functions. + (ia64_use_struct_convention, ia64_extract_return_value, + ia64_push_arguments): Handle HFAs. + (ia64_push_arguments): Find (or build) a function descriptor + when given a function address. + (ia64_push_return_address): Moved code for finding the + global pointer into its own function, find_global_pointer (). + 2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * event-loop.c (handle_file_event): Run through indent. |