diff options
author | Pedro Alves <palves@redhat.com> | 2009-05-22 23:49:14 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-05-22 23:49:14 +0000 |
commit | 0542c86dbbe17befae1ab88c8a18296d89388bb5 (patch) | |
tree | 8041fdc01aa412478304c4bff3b11c8529b8486b /gdb/s390-tdep.c | |
parent | 4daadc0d02d6b55962e561882f4768c0c9699010 (diff) | |
download | gdb-0542c86dbbe17befae1ab88c8a18296d89388bb5.zip gdb-0542c86dbbe17befae1ab88c8a18296d89388bb5.tar.gz gdb-0542c86dbbe17befae1ab88c8a18296d89388bb5.tar.bz2 |
* target.h (struct section_table): Rename to ...
(struct target_section): ... this.
* exec.c: Adjust all references.
* exec.h: Adjust all references.
* nto-tdep.c: Adjust all references.
* nto-tdep.h: Adjust all references.
* ppc-linux-tdep.c: Adjust all references.
* rs6000-nat.c: Adjust all references.
* s390-tdep.c: Adjust all references.
* solib-darwin.c: Adjust all references.
* solib-frv.c: Adjust all references.
* solib-irix.c: Adjust all references.
* solib-null.c: Adjust all references.
* solib-osf.c: Adjust all references.
* solib-pa64.c: Adjust all references.
* solib-som.c: Adjust all references.
* solib-sunos.c: Adjust all references.
* solib-svr4.c: Adjust all references.
* solib-target.c: Adjust all references.
* solib.c: Adjust all references.
* solist.h: Adjust all references.
* symfile.c: Adjust all references.
* symfile.h: Adjust all references.
* target.c: Adjust all references.
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r-- | gdb/s390-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index f17be9b..c7b1d7e 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -772,7 +772,7 @@ s390_load (struct s390_prologue_data *data, we're analyzing the code to unwind past that frame. */ if (pv_is_constant (addr)) { - struct section_table *secp; + struct target_section *secp; secp = target_section_by_addr (¤t_target, addr.k); if (secp != NULL && (bfd_get_section_flags (secp->bfd, secp->the_bfd_section) |