diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-09 14:12:52 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-09 14:12:52 +0000 |
commit | aea8766f8c5e652d50f4a0515f9f6dfb56176617 (patch) | |
tree | e12aee8c9b34bd3c5ea31199ab25df73572b2692 /gdb/gdbarch.h | |
parent | 8da95a3048cad9615e407674f8da4e997eb8752f (diff) | |
download | gdb-aea8766f8c5e652d50f4a0515f9f6dfb56176617.zip gdb-aea8766f8c5e652d50f4a0515f9f6dfb56176617.tar.gz gdb-aea8766f8c5e652d50f4a0515f9f6dfb56176617.tar.bz2 |
2007-06-09 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (NAME_OF_MALLOC): Replace by gdbarch_name_of_malloc.
* valops.c (value_allocate_space_in_inferior): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 18e92f8..81c4f2c 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -993,12 +993,6 @@ extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdba 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); -#if !defined (GDB_TM_FILE) && defined (NAME_OF_MALLOC) -#error "Non multi-arch definition of NAME_OF_MALLOC" -#endif -#if !defined (NAME_OF_MALLOC) -#define NAME_OF_MALLOC (gdbarch_name_of_malloc (current_gdbarch)) -#endif extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch); extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint); |