aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-08-10 09:35:24 +0000
committerTristan Gingold <gingold@adacore.com>2009-08-10 09:35:24 +0000
commit023e4e81acd973bf79e07681690ca4196bf2e37d (patch)
tree7c2c3ca95704508a83787029101b01aab51bdd4c /gdb/ChangeLog
parent48f09bc00de3f2dbef69502a5d348f4456266d1a (diff)
downloadgdb-023e4e81acd973bf79e07681690ca4196bf2e37d.zip
gdb-023e4e81acd973bf79e07681690ca4196bf2e37d.tar.gz
gdb-023e4e81acd973bf79e07681690ca4196bf2e37d.tar.bz2
2009-08-10 Tristan Gingold <gingold@adacore.com>
* solib-darwin.c (find_program_interpreter): Simplify the code by looking up for the load_dylinker command instead of reading the corresponding (but deprecated) section. (darwin_solib_create_inferior_hook): Adjust: do not free the interpreter path.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2d0b1b2..6a87a9b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2009-08-10 Tristan Gingold <gingold@adacore.com>
+ * solib-darwin.c (find_program_interpreter): Simplify the code by
+ looking up for the load_dylinker command instead of reading the
+ corresponding (but deprecated) section.
+ (darwin_solib_create_inferior_hook): Adjust: do not free the
+ interpreter path.
+
+2009-08-10 Tristan Gingold <gingold@adacore.com>
+
* i386-darwin-tdep.c (i386_m128_p): New function.
(i386_darwin_arg_type_alignment): Ditto.
(i386_darwin_push_dummy_call): Ditto.