summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorPatrick Palka <patrick@parcs.ath.cx>2015-08-29 18:03:37 -0400
committerPatrick Palka <patrick@parcs.ath.cx>2015-08-29 18:24:29 -0400
commit2fee7708947e6e719179e5da5b5fb6e337b22cc8 (patch)
tree8827099c833d14fc0f4cca508481b82448160ecb /gdb/gdbarch.h
parentaa78b3b28aeff4bb9977a313f5a8002d920b34c5 (diff)
Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"
This patch manually modified the autogenerated files gdbarch.[ch] instead of going through gdbarch.sh. This reverts commit aa78b3b28aeff4bb9977a313f5a8002d920b34c5.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 75503794a6..7df37c9e16 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -1618,11 +1618,6 @@ extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size);
#define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR) * sizeof (TYPE)))
#define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (TYPE)))
-/* Duplicate STRING, returning an equivalent string that's allocated on the
- obstack associated with GDBARCH. The string is freed when the corresponding
- architecture is also freed. */
-
-extern char *gdbarch_obstack_strdup (struct gdbarch *gdbarch, const char *string);
/* Helper function. Force an update of the current architecture.