PR 1147
[deliverable/binutils-gdb.git] / bfd / cpu-arm.c
index cd09ed2df3633dbdbd245f02cd7beb01e3e18d6a..3f56e8f9a62f64ba589048561c83185bc6078cd9 100644 (file)
@@ -17,7 +17,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bfd.h"
 #include "sysdep.h"
@@ -402,7 +402,7 @@ bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section)
 }
 
 bfd_boolean
-bfd_elf32_is_arm_mapping_symbol_name (const char * name)
+bfd_is_arm_mapping_symbol_name (const char * name)
 {
   return (name != NULL)
     && (name[0] == '$')
This page took 0.023233 seconds and 4 git commands to generate.