]> sourceware.org Git - glibc.git/commitdiff
Add missing #include for sysdeps/arm/dl-irel.h.
authorRoland McGrath <roland@hack.frob.com>
Wed, 8 Aug 2012 20:16:54 +0000 (13:16 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 8 Aug 2012 20:16:54 +0000 (13:16 -0700)
ports/ChangeLog.arm
ports/sysdeps/arm/dl-irel.h

index 2f1aa6174cf113369dc92322b895a4c6f326092c..e868f9efe8a53ffddbf954e38c1afc137fd260de 100644 (file)
@@ -1,5 +1,7 @@
 2012-08-08  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/arm/dl-irel.h: Include <ldsodefs.h>.
+
        * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use proper type
        for __dl_start declaration.
 
index 5b1964e90ec812343d6e432bf9bd03a627bdfa67..292bc1afba28d26a08532bcb70121ae9cc25fa15 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-dependent ELF indirect relocation inline functions.
    ARM version.
-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <ldsodefs.h>
 
 #define ELF_MACHINE_IREL       1
 
This page took 0.050507 seconds and 5 git commands to generate.