diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-09-13 00:38:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-09-13 00:38:48 +0000 |
commit | 5720643ce87e3763cdf5075d5a8c18a9af0663a3 (patch) | |
tree | dae524668a500385708a6c2a107a040dd619cdb2 /gdb/gdbarch.sh | |
parent | 3bada2a2df47a36a9c44e1cc50669124af7f6370 (diff) | |
download | binutils-gdb-5720643ce87e3763cdf5075d5a8c18a9af0663a3.tar.gz |
* gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
vector. Will be useful for Interix.
* gdbarch.h, gdbarch.c: Regenerate.
* valops.c (value_allocate_space_in_inferior): Replace hard-coded
name of the malloc function by NAME_OF_MALLOC.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index ff1d6ed1de6..6bf7465e777 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -660,6 +660,7 @@ m::CONSTRUCT_INFERIOR_ARGUMENTS:char *:construct_inferior_arguments:int argc, ch F:2:DWARF2_BUILD_FRAME_INFO:void:dwarf2_build_frame_info:struct objfile *objfile:objfile:::0 f:2:ELF_MAKE_MSYMBOL_SPECIAL:void:elf_make_msymbol_special:asymbol *sym, struct minimal_symbol *msym:sym, msym:::default_elf_make_msymbol_special::0 f:2:COFF_MAKE_MSYMBOL_SPECIAL:void:coff_make_msymbol_special:int val, struct minimal_symbol *msym:val, msym:::default_coff_make_msymbol_special::0 +v::NAME_OF_MALLOC:const char *:name_of_malloc::::"malloc":"malloc"::0 EOF } |