X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fxcoffsolib.h;h=7dcdb60063b63a326d6c185e46ade1a62e531517;hb=45a466b578083a05f1138eff9232254b1a30f683;hp=448b15f4e0a7a6dd43efadd6fe6f19500138d9c4;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h index 448b15f4e0..7dcdb60063 100644 --- a/gdb/xcoffsolib.h +++ b/gdb/xcoffsolib.h @@ -1,6 +1,5 @@ /* Data structures for RS/6000 shared libraries, for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 2000, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of GDB. @@ -36,11 +35,13 @@ struct vmap char *member; /* ptr to member name */ CORE_ADDR tstart; /* virtual addr where member is mapped */ CORE_ADDR tend; /* virtual upper bound of member */ - CORE_ADDR tvma; /* virtual addr of text section in object file */ + CORE_ADDR tvma; /* virtual addr of text section in + object file */ CORE_ADDR toffs; /* offset of text section in object file */ CORE_ADDR dstart; /* virtual address of data start */ CORE_ADDR dend; /* virtual address of data end */ - CORE_ADDR dvma; /* virtual addr of data section in object file */ + CORE_ADDR dvma; /* virtual addr of data section in + object file */ /* This is NULL for the exec-file. */ struct objfile *objfile;