aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-09-11 14:27:00 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-09-11 14:27:00 +0000
commitf8dcfc0affda04681b337c807c15d3c59badc33c (patch)
tree3404a10b5fe16b848829c5a59bcad4e8c63865a1 /gdb/gdbarch.h
parentc56324e00105ce40f440d2b8052764b282cd1074 (diff)
downloadgdb-f8dcfc0affda04681b337c807c15d3c59badc33c.zip
gdb-f8dcfc0affda04681b337c807c15d3c59badc33c.tar.gz
gdb-f8dcfc0affda04681b337c807c15d3c59badc33c.tar.bz2
ChangeLog:
* gdbarch.sh (name_of_malloc): Remove. * gdbarch.c, gdbarch.h: Re-generate. * valops.c (value_allocate_space_in_inferior): Do not call gdbarch_name_of_malloc. doc/ChangeLog: * gdbint.texinfo (Target Conditionals): Remove documentation for gdbarch_name_of_malloc.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index aeafd4a..bc8298d 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -591,9 +591,6 @@ typedef void (gdbarch_coff_make_msymbol_special_ftype) (int val, struct minimal_
extern void gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, int val, struct minimal_symbol *msym);
extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);
-extern const char * gdbarch_name_of_malloc (struct gdbarch *gdbarch);
-extern void set_gdbarch_name_of_malloc (struct gdbarch *gdbarch, const char * name_of_malloc);
-
extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);