aboutsummaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-22 23:49:14 +0000
committerPedro Alves <palves@redhat.com>2009-05-22 23:49:14 +0000
commit0542c86dbbe17befae1ab88c8a18296d89388bb5 (patch)
tree8041fdc01aa412478304c4bff3b11c8529b8486b /gdb/solist.h
parent4daadc0d02d6b55962e561882f4768c0c9699010 (diff)
downloadfsf-binutils-gdb-0542c86dbbe17befae1ab88c8a18296d89388bb5.zip
fsf-binutils-gdb-0542c86dbbe17befae1ab88c8a18296d89388bb5.tar.gz
fsf-binutils-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/solist.h')
-rw-r--r--gdb/solist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 56b09e3..63a6ba0 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -62,8 +62,8 @@ struct so_list
char symbols_loaded; /* flag: symbols read in yet? */
char from_tty; /* flag: print msgs? */
struct objfile *objfile; /* objfile for loaded lib */
- struct section_table *sections;
- struct section_table *sections_end;
+ struct target_section *sections;
+ struct target_section *sections_end;
/* Record the range of addresses belonging to this shared library.
There may not be just one (e.g. if two segments are relocated
@@ -76,7 +76,7 @@ struct target_so_ops
/* Adjust the section binding addresses by the base address at
which the object was actually mapped. */
void (*relocate_section_addresses) (struct so_list *so,
- struct section_table *);
+ struct target_section *);
/* Free the the link map info and any other private data
structures associated with a so_list entry. */