summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-05 14:51:35 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-06-05 14:51:35 +0000
commit8cdba3b0bbbc9d5100edf7f9dfb0d79ccf3c6607 (patch)
treeed8d598540fbbff79ba00897a5ebbd8a3c85e6f4
parenta58179daacfc4bf21c9e40eb3d27647de9bafe59 (diff)
downloadbinutils-redhat-8cdba3b0bbbc9d5100edf7f9dfb0d79ccf3c6607.tar.gz
i * gdb/configure.tgt (gdb_osabi): uclinux is like linux.
* gdb/m68k-tdep.c (m68k_svr4_extract_return_value): Return value is never in %a0. (m68k_reg_struct_return_p): Duplicate gcc's struct mode algorithm. (m68k_svr4_return_value) Use VALUE_STRUCT_CONVENTION. do not rely on %a0. (m68k_push_dummy_call): Force stack alignment. (m68k_svr4_init_abi): Set struct_return convention. (m68k_aout_init_abi): New. (m68k_gdbarch_init): Default to bare elf ABI that gcc provides. * gdb/m68k-tdep.h (m68k_aout_init_abi): Declare. * gdb/m68kbsd-tdep.c (m68kbsd_aout_init_abi): Use m68k_aout_init_abi. (m68kbsd_elf_init_abi): Add comment. * gdb/m68klinux-tdep.c (m68k_linux_init_abi): Just set the struct pointer register here.
-rw-r--r--ChangeLog.csl18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 5ccd8ced38..95f6f57ec9 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,21 @@
+2006-06-05 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gdb/configure.tgt (gdb_osabi): uclinux is like linux.
+ * gdb/m68k-tdep.c (m68k_svr4_extract_return_value): Return value
+ is never in %a0.
+ (m68k_reg_struct_return_p): Duplicate gcc's struct mode algorithm.
+ (m68k_svr4_return_value) Use VALUE_STRUCT_CONVENTION. do not rely
+ on %a0.
+ (m68k_push_dummy_call): Force stack alignment.
+ (m68k_svr4_init_abi): Set struct_return convention.
+ (m68k_aout_init_abi): New.
+ (m68k_gdbarch_init): Default to bare elf ABI that gcc provides.
+ * gdb/m68k-tdep.h (m68k_aout_init_abi): Declare.
+ * gdb/m68kbsd-tdep.c (m68kbsd_aout_init_abi): Use m68k_aout_init_abi.
+ (m68kbsd_elf_init_abi): Add comment.
+ * gdb/m68klinux-tdep.c (m68k_linux_init_abi): Just set the struct
+ pointer register here.
+
2006-06-01 Nathan Sidwell <nathan@codesourcery.com>
* gdb/breakpoint.c (insert_bp_location): Remember the failing