diff options
author | Tom Tromey <tromey@redhat.com> | 2012-10-31 14:29:10 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-10-31 14:29:10 +0000 |
commit | c66fb220b1717fae73f32362c71194e244bf71a7 (patch) | |
tree | b6d4f36a56bfa09ef778c65d261cb8f8ffc911e3 /gdb/gdbarch.c | |
parent | 2f27adfe297378d226b6578ff18993c0c1e41fba (diff) | |
download | gdb-c66fb220b1717fae73f32362c71194e244bf71a7.zip gdb-c66fb220b1717fae73f32362c71194e244bf71a7.tar.gz gdb-c66fb220b1717fae73f32362c71194e244bf71a7.tar.bz2 |
* gdbarch.c: Rebuild.
* gdbarch.sh: Remove references to gdbarch_swap.
* corelow.c (core_open): Remove obsolete comment.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index c920682..6bc57af 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -113,9 +113,6 @@ struct gdbarch unsigned nr_data; void **data; - /* per-architecture swap-regions. */ - struct gdbarch_swap *swap; - /* Multi-arch values. When extending this structure you must: @@ -308,8 +305,8 @@ struct gdbarch startup_gdbarch = 0, /* target_desc */ /* target specific vector and its dump routine. */ NULL, NULL, - /*per-architecture data-pointers and swap regions. */ - 0, NULL, NULL, + /*per-architecture data-pointers. */ + 0, NULL, /* Multi-arch values */ 1, /* bits_big_endian */ 8 * sizeof (short), /* short_bit */ |