* gas/elf/elf.exp (groupautob): Don't run on xtensa.
[deliverable/binutils-gdb.git] / gold / ehframe.h
index 06d0fdc4bcfedab2114485f3292849b500de78e0..16902454dd1a777f9e2378940816df7fbf0d0dad 100644 (file)
@@ -1,6 +1,6 @@
 // ehframe.h -- handle exception frame sections for gold  -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -169,9 +169,9 @@ class Fde
 {
  public:
   Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset,
-      const unsigned char* contents, size_t len)
+      const unsigned char* contents, size_t length)
     : object_(object), shndx_(shndx), input_offset_(input_offset),
-      contents_(reinterpret_cast<const char*>(contents), len)
+      contents_(reinterpret_cast<const char*>(contents), length)
   { }
 
   // Return the length of this FDE.  Add 4 for the length and 4 for
@@ -405,7 +405,7 @@ class Eh_frame : public Output_section_data
           section_size_type symbol_names_size,
           const unsigned char* pcontents,
           const unsigned char* pcie,
-          const unsigned char *pcieend,
+          const unsigned charpcieend,
           Track_relocs<size, big_endian>* relocs,
           Offsets_to_cie* cies,
           New_cies* new_cies);
@@ -420,7 +420,7 @@ class Eh_frame : public Output_section_data
           const unsigned char* pcontents,
           unsigned int offset,
           const unsigned char* pfde,
-          const unsigned char *pfdeend,
+          const unsigned charpfdeend,
           Track_relocs<size, big_endian>* relocs,
           Offsets_to_cie* cies);
 
This page took 0.023119 seconds and 4 git commands to generate.