diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-14 18:06:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-14 18:06:58 +0000 |
commit | 5651477109e89a1a78c5c28cfac55c6141000754 (patch) | |
tree | dc04c9a021d5748e1bd9f178992dfb0b16f9ed56 /gdb/ChangeLog | |
parent | 74ed0bb4148e948d031523742a2250c539b01581 (diff) | |
download | gdb-5651477109e89a1a78c5c28cfac55c6141000754.zip gdb-5651477109e89a1a78c5c28cfac55c6141000754.tar.gz gdb-5651477109e89a1a78c5c28cfac55c6141000754.tar.bz2 |
* i386-dicos-tdep.c (i386_dicos_frame_align): Delete.
(i386_dicos_push_dummy_code): New.
(i386_dicos_init_abi): Don't register i386_dicos_frame_align.
Register i386_dicos_push_dummy_code.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9bce6e..bb12239 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2008-07-14 Pedro Alves <pedro@codesourcery.com> + + * i386-dicos-tdep.c (i386_dicos_frame_align): Delete. + (i386_dicos_push_dummy_code): New. + (i386_dicos_init_abi): Don't register i386_dicos_frame_align. + Register i386_dicos_push_dummy_code. + 2008-07-14 Markus Deuling <deuling@de.ibm.com> * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter. |