Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / symm-nat.c
index 436f68c88ef2f45afec18be32985a05fcca676b9..56e1c674dc4be24ffa5f1c654d5eb44936987a4b 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* FIXME, some 387-specific items of use taken from i387-tdep.c -- ought to be
    merged back in. */
@@ -57,7 +57,6 @@ int regno;
 {
   struct pt_regset regs;
   int i;
-  extern char registers[];
 
   /* FIXME: Fetching the registers is a kludge to initialize all elements
      in the fpu and fpa status. This works for normal debugging, but
@@ -98,7 +97,6 @@ fetch_inferior_registers (regno)
 {
   int i;
   struct pt_regset regs;
-  extern char registers[];
 
   registers_fetched ();
 
This page took 0.023054 seconds and 4 git commands to generate.